/* CSS Document */
body 
{
margin-top:1em;
font-family:'verdana', arial, helvetica, sans-serif;
padding:0;
border:0;
text-align:left;
height:100%;
background: white;
}


#wrapper 
{
width:752px;
margin:0 auto;
height:auto;
background-color:#FFFFFF;
padding: 5px;
min-height: 1000px;
}


	img{
		border-style: none;
	}
	


#left-nav
{
float: left;
width: 140px;
}




	.dialogue
	{
	background: url(../graphics/link_background.jpg) repeat;
	width: 140px;
	line-height: 20px;
	}

	
	.dialogue a:active
	{
	font-size: 0.7em;
	text-decoration: none;
	color: #333333;
	}
	
	.dialogue a:link
	{
	font-size: 0.7em;
	text-decoration: none;
	color: #333333;
	}
	
	.dialogue a:hover
	{
	font-size: 0.7em;
	text-decoration: none;
	color: #003300;
	}
	
	.dialogue a:visited
	{
	font-size: 0.7em;
	text-decoration: none;
	color: #333333;	
	}
	

#right_container
{
width: 600px;
float: right;
}

	.right_col
	{
	float: left;
	width:  510px;
	
	}
	
	.right_col p
	{
	font-size: 0.7em;
	padding-left: 5px;
	line-height: 20px;
	}
	
	.right_col h2
	{
	font-size: !.7em;
	padding-left: 5px;
	color: #CC33CC;
	font-weight:normal;
	}


.clear
{
clear: both;
}

