@charset "UTF-8";

body,td,th {
	font-family: Georgia, serif;
	font-size: 14px;
	color: #252525;
	font-style: italic;
	line-height: 20px;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000000;
	background-image: url(images/bg.jpg);
}

a {
	color: #004785;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

#captop {
	width: 860px;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
}


#headernav {
	width: 860px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/bg_mid.gif);
	background-repeat: repeat-y;
}

#headernav a {
	color: #004785;
	text-decoration: none;
}

#headernav a:hover {
	text-decoration: underline;
}

#header {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
}

#pagetitle {
	width: 806px;
	height: 36px;
	padding-top: 54px;
	padding-left: 54px;
	font-size: 24px;
	background-image: url(images/bg_mid.gif);
	background-repeat: repeat-y;
}

#highlightarea {
	width: 742px;
	height: 120px;
	background-image: url(images/bg_highlight.gif);
	padding-top: 17px;
	padding-left: 68px;
	padding-right: 50px;
	color: #FFF;
	line-height: 20px;
}

#quote {
	width: 860px;
	margin-left: auto;
	margin-right: auto;
}

#maincontent {
	width: 735px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/bg_mid.gif);
	background-repeat: repeat-y;
	padding-left: 70px;
	padding-right: 55px;
	padding-top: 35px;
}

#capbtm {
	width: 860px;
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
}

.copyright {
	font-size: 11px;
	color: #FFF;
	font-style: normal;
}

.captiongray {
	font-size: 12px;
	color: #606060;
	line-height: 14px;
}

.caption {
	font-size: 12px;
	line-height: 14px;
}

.bluetxt {
	color: #004785;
}

.blacktxt {
	color: #000;
}
	
.pgtitle {
	font-size: 20px;
	font-weight: bold;
}
