body, html {
	margin: 0;
	padding: 0;
	color: #000000;
}

body {
	width: 840px;
	background-image: url('../images/bg.jpg');
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	
	font-family: times new roman, trebuchet ms, tahoma;
	font-size: 14px;
	font-color: #444444;
	text-align: center;
}

img {
	border: 0;
	padding: 0px;
	margin: 0px;
}
img.center { display: block; margin-left: auto; margin-right: auto; text-align: center; border: 0; }

#frame {
	background: #FFFFFF;
	margin: 0 auto;
	width: 840px;
	border-left: 1px solid #0C2033;
	border-right: 1px solid #0C2033;
	border-bottom: 1px solid #0C2033;
	text-align: left;
}

.navlink:link, .navlink:visited {
	text-transform: uppercase;
	color: #666666;
	font-size: 18px;
	text-decoration: none;
}

.navlink:hover, .navlink:active {
	color: #0C2033;
}

#nav tr {
	height: 36px;
}

#content {
	padding: 4px 12px 12px 12px;
	padding-right: 14px;
}

#content h1 {
	color: #293678;
	font-size: 24px;
	margin-bottom: 0px;
	font-family: trebuchet ms, times new roman, tahoma;
}

#content h2 {
	color: #6CB2FF;
	margin-top: 0px;
	font-size: 20px;
	font-family: trebuchet ms, times new roman, tahoma;
	text-transform: uppercase;
}

#content h3 {
	color: #333333;
	font-size: 16px;
	text-transform: uppercase;
	font-family: trebuchet ms, times new roman, tahoma;
	margin-bottom: 2px;
}

#content h4 {
	color: #6CB2FF;
	margin: 0px;
	font-size: 14px;
	font-family: trebuchet ms, times new roman, tahoma;
}

#content h5 {

}

#content h6 {

}

#content p, .address {

	line-height: 22px;
	font-size: 14px;
	color: #444444;
}

#content a:link, #content a:visited {
	color: #293678;
	text-decoration: underline;
}

#content a:hover, #content a:active {
	color: #6CB2FF;
}

#footer {
	clear: both;
	margin-left: auto;
	margin-right: auto;
	width: 740px;
	border-top: 1px solid #DDDDDD;
	font-size: 12px;
	color: #293678;
	font-family: times new roman, trebuchet ms, tahoma;
}

.footerlink:link, .footerlink:visited {
	color: #0C2033;
	font-size: 11px;
	font-family: arial, verdana, trebuchet ms;
	text-decoration: none;
}

.footerlink:hover, .footerlink:active {
	color: #666666;
}

.tabletext {
	color: #293678;
	font-family: arial, verdana;
	font-size: 12px;
}

.tablelink:link, .tablelink:visited {
	color: #293678;
	font-size: 12px;
	font-family: arial, verdana, trebuchet ms;
	text-decoration: none;
}

.tablelink:hover, .tablelink:active {
	color: #666666;
}
.address { line-height: 15px; font-family: arial,helvetica,sans-serif; margin-top: 6px; }
.infoTable td	{ 	color: #293678;
	font-family: arial, verdana;
	font-size: 12px;
	}
.bold	{ font-weight: bold; }
.atitle { color: #336699; font-weight: bold; font-size: 1.4em; }
.amenu, .amenu a	{ background-color: #336699; color: #ffffff; text-align: center; font-weight: bold; text-decoration: none;  }
.amenu a:hover { color: #ffff99; }
.prompt	{ font-weight: bold; text-align: right; }
.caption	{ font-style: italic; font-size: 85%; }