body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #666666;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bgmain.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
a:link {
	color: #666666;
	text-decoration: underline;

}
a:visited {
	color: #666666;
	text-decoration: underline;

}
a:hover {
	color: #18355D;
	text-decoration: underline;

}
a:active {
	color: #18355D;
	text-decoration: underline;

}
#container {
	width: 928px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header {
	float: right;
	height: 215px;
	width: 928px;
	margin: 0px;
	padding: 0px;
}
#header-left {
	float: left;
	width: 200px;
	padding: 0px;
	margin-top: 7px;
	margin-left: 10px;
}
*html #header-left {
	float: left;
	width: 200px;
	padding: 0px;
	margin-top: 7px;
	margin-left: 3px;
}
#header-right {
	margin: 0px;
	padding: 0px;
	float: right;
	height: 215px;
	width: 708px;
}
#titlebar {
	background-image: url(../images/bgtitle.gif);
	background-repeat: repeat-y;
	background-position: left top;
	float: right;
	height: 40px;
	width: 928px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
#titlebar h1 {
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	text-transform: uppercase;
	color: #FFFFFF;
	font-size: 28px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: left;
	margin-left: 240px;
}
#content {
	width: 667px;
	float: right;
	padding: 0px;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: auto;
}
*html #content {
	width: 657px;
	float: right;
	padding: 0px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 10px;
	height: auto;
}
#content p {
	font-size: 13px;
	color: #333333;
	text-align: justify;
	line-height: 17px;
}
#content h6 {
	font-size: 12px;
	color: #666666;
	text-align: justify;
	line-height: 15px;
	font-weight: normal;
	margin-right: 10px;
}
#leftcol {
	float: left;
	width: 219px;
	margin: 0px;
	padding: 0px;
	height: auto;
}
#footer p {
	color: #999999;
	font-size: 12px;
}
#footer {
	width: 209px;
	margin-top: 30px;
	margin-left: 5px;
	float: left;
}
#nav {
	float: left;
	height: 274px;
	width: 209px;
	margin-top: 3px;
	margin-left: 5px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
*html #nav {
	float: left;
	height: 274px;
	width: 209px;
	margin-top: 3px;
	margin-left: 3px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#content ul {
	text-align: left;
}
#content li {
	font-size: 13px;
	line-height: 17px;
	color: #333333;
	text-align: justify;
	padding-bottom: 5px;
}
#content h2 {
	font-size: 17px;
	color: #18355D;
	text-align: left;
	padding: 0px;
	margin-top: 15px;
	margin-bottom: 0px;
}
.imagesright {
	margin-left: 10px;
	border: 1px solid #999999;
}
.imagesleft {
	margin-right: 10px;
	border: 1px solid #999999;
}
