/* CSS Document */

body {
	background-color: #666666;
	background-image:url(../images/background-page.jpg);
	background-position: top;
	background-repeat:repeat-x;
	font-family:"Arial", Helvetica, sans-serif;
	line-height:17px;
	font-size:12px;
	margin:0px;

} 

div.ContentContainer {
	width:800px;
	text-align:left;
	background-color:#bcbdc0;
}

div.Head{
	width:100%;
	height:209px;
	background-image:url(../images/background-menu.gif);
	background-repeat:no-repeat;
	vertical-align:bottom;
	text-align:right;
}

div.ContentLeft{
	width: 550px;
	padding: 25px;
	padding-bottom:85px;
	background-color:#FFFFFF;
	float:left;
	font-size:14px;
	line-height:19px;
	background-image:url(../images/_background-under-left.gif);
	background-repeat:no-repeat;
	background-position:bottom;
}
	div.ContentLeft div.DashedThin {
		margin-top:5px;
		border:thin dashed #CCCCCC;
		padding: 5px;
	}
	
	div.ContentLeft div.DashedThin p.LearnMore {
		text-align:right;
		font-weight:bold;
		padding-right:15px;
		background-image:url(../images/background-p-learnmore.gif);
		background-position:right;
		background-repeat:no-repeat;
	}
	
	div.ContentLeft a {
		color:#000099;
		text-decoration:none;
	}
	
	div.ContentLeft a:hover {
		color:#000000;
		text-decoration:underline;
	}
	
	div.ContentLeft h1, h2{
		font-size:16px;
	}
	
	div.ContentLeft li{
		font-size:12px;
		font-weight:bold;
	}

div.ContentRight{
	width: 150px;
	padding: 25px;
	background-color:#CCCCCC;
	float:right;
	color:#003974;
	font-weight:bold;
	line-height:normal;

}
	div.ContentRight a, p a {
		text-decoration:none;
		color:#333333;
		padding-left:15px;
		background:url(../images/menu-arrow.gif) left no-repeat;
	}
	
	div.ContentRight a:hover, p a:hover {
		background:url(../images/menu-arrow-on.gif) left no-repeat;
	}

div.Clear{
	clear:both;
}

div.Inset {
	width: 220px;
	height: 160px;
	float: right;
}

div.Contact {
	width: 350px;
	padding: 5px;
}

	div.Contact p {
		text-align: left;
	}

p.FootLinks {
	color:#CCCCCC;
}