/* CSS Document */

/*set up general page wide settings*/
body {
	font-family: Verdana, Geneva, Helvetica, sans-serif; 
	background-image: url(images/background2.gif);
	background-color: #FFFFFF;
	text-align: center; 
	min-width: 740px;
}
#container {
	background-color: #DCECF8;
	width: 740px;
	margin: 30px auto;
	text-align: left;
	clear: both;
	border-top: 0px;
	border-right: thin solid #666666;
	border-bottom: thin solid #666666;
	border-left: 0px;
}
#content {
	width: 500px;
	/*min-height: 450px;*/
	padding: 10px;
	float: left;
	vertical-align:text-top;
}
h1 {
	font-size: 14px;
	color: #2650A3;
	padding: 5px;
	margin: 0px;
	font-weight: normal;
	vertical-align: top;
}
h2 {
	font-size: 13px;
	color:#2650A3;
	padding:5px;
	margin:0px;
	font-weight:normal;
}
.style02 {
	width: 350px;
	font-size: 12px;
	color: #728FAD;
	margin: 10px 10px 15px 45px;
}

.style03 {
	width: 350px;
	font-size: 11px;
	font-style:italic;
	color: #728FAD;
}

.Header {
	background-color: #728FAD;
	background-image:   url("images/header.jpg");
	background-repeat: no-repeat;
	background-position: right top;
	/*vertical-align: top;*/
	font-size: 12px;
	color: #FFFFFF;
	clear: both;

}
.PageHeading {
	padding: 5px 10px;

}
.Footer {
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	background-color: #728FAD;
	clear: both;
	margin: 0px;
	padding: .6em;
}
a.Footer2:link, a.Footer2:hover,a.Footer2:visited, a.Footer2:active {
color:#000099;
text-decoration:none;
}
#lftMenu {
	background-image: url(images/MenuBackground.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 11px;
	width: 195px;
	height: 450px;
	list-style-type: none;
	margin: 0px;
	;
	padding: 15px 8px 0px 0px;
	text-align: right;
	float:left;
	clear:left;
	
}


li a:link, li a:visited {
	text-decoration: none;
	color: #5d758d;
	margin-right:8px;
}
li a:hover, li a:active {
	color: #000;
	margin-right:8px;
	}
