@charset "utf-8";


body {
	background-image: url(images/gfx-bg.gif);
	background-repeat: repeat;

}

.container {
	width: 819px;

	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #333333;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;

	position: absolute;
	top: 0px;
	left:50%;
	margin-left:-410px;

	background-image: url(images/gfx_containerBg.gif);
	background-repeat: repeat-y;
	background-position: center top;

}

.leftNav {
	background-image: url(images/gfx_leftNavBg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	
	width: 220px;

}

.leftNavBtns {
	background-color: #FFFFFF;
	width: 205px;
	margin: 0px;
	padding: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	float:left;

}

.leftNavBottom {
	background-color: #4d4d4f;
	width: 205px;


}

.header {
	background-image: url(images/gfx_headerBg.jpg);
	background-position: left top;
	float: left;
	height: 215px;
	width: 599px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;

}

.utilities {
	background-image: url(images/gfx_utilitiesBg.gif);
	background-position: left top;
	float: right;
	height: 26px;
	width: 301px;
	color:#FFFFFF;
	text-align:center;
}

.utilities a {
	color:#ffffff;
	font-size:.6em;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
}

.utilities a:hover {
	text-decoration:underline;
}

.content {
	width: 599px;
/*	min-height:460px;*/
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom:25px;
	
	}

.content h1 {
	font-size: 1em;
	font-weight: bold;
	color: #333333;
	margin-top:12px;
	margin-left:5px;
}

.content p{
	font-size: 0.8em;
	margin-left:5px;
	margin-right:25px;
	line-height: 1.5em;
}

.content li {
	font-size: .8em;
}
.content td {
	font-size: .8em;
}


.footer {
	width: 819px;
	height:30px;
	
	clear:both;
	
	padding-top: 20px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	text-align: center;
	color: #bfddf1;

	background-color: #3982B3;
	
	
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}


.note {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.7em !important;
	color: #990000;
}
