@charset "UTF-8";
/* CSS Document */
* {
	padding: 0px;
	margin: 0px;
	font: 14px Verdana, Arial, Helvetica, sans-serif;
}
body {
	background-color: #333366;
	margin: 0px;
	padding: 0px;
	text-align: center;
	color: #333;
}
.thrColAbsHdr #containAll {
	background: #333366;
	vertical-align: top;
}
/*** HEADER ***/

.thrColAbsHdr #headerContainer {
	position:relative;
	background-color: #000;
}
.thrColAbsHdr #header {
	background-color: #000;
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	color: #FFF;
	height: 40px;
}
#header ul {
	position: relative;
	top: 0px;
	left: 10px;
	float:left;
	font-size: 13px;
}
#header ul li {
	display: block;
	float:left;
	margin: 0;
	padding: 0;
	height: 40px;
	list-style: none;
}
#header ul a {
	color: #FFF;
	display: block;
	float:left;
	line-height: 29px;
	margin: 7px 0 0;
	padding: 0 25px 0 25px;
	border-right: 1px solid #3d3d3d;
	text-decoration: none;
	font-weight: bolder;
}
#header ul a.active {
	color: #FFF;
}
#header ul a:hover {
	color: #FFF;
	background-color: #333366;
}
/*** HEADER END ***/


.thrColAbsHdr #gfxContainer {
	position:relative;
	height: 20px;
	background-color: #333366;
}
.thrColAbsHdr #gfx {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	padding: 11px 0 12px 0;
}
#jta {
	padding-left: 750px;
}
/*** CONTENT ***/

.thrColAbsHdr #contentContainer {
	position:relative;
	width: 100%;
	background-color: #CCCC99;
}
.thrColAbsHdr #content {
	width: 958px;
	margin: 0 auto;
	border-left: 1px solid #333366;
	border-right: 1px solid #333366;
	text-align: left;
	padding: 10px;
}
#content h2 {
	color: #333366;
	font-size: 24px;
	font-family: tahoma;
	line-height: 1.5em;
	font-weight: bolder;
}
.thrColAbsHdr #contentContainer #content table tr td h4 {
	text-align: center;
	font-size: 18px;
	font-color: #333366;
}
#content h2 a {
	border: 0;
	font-weight: normal;
}
#content h3 {
	color: #666;
	font-size: 20px;
	line-height: 1.3em;
	padding-left: 15px;
	text-align: left;
	
}
#content p {
	color: #333;
	font-size: 16px;
	padding-left: 15px;
	font-weight: bolder;
	text-align: center;
}
#content ul {
	list-style: circle;
	padding-left: 50px;
	font-size: 14px;
}
#content ul li {
	list-style: square;
}
#content img {
	padding: 3px;
	border: thin #CCCCCC solid;
}
/*** CONTENT END ***/

.thrColAbsHdr #header h1 {
	margin: 0;
	padding: 10px 0;
}
/*** FOOTER ***/

.thrColAbsHdr #footerContainer {
	width: 100%;
	background-color: #000;
}
.thrColAbsHdr #footer {
	width: 960px;
	margin: 0 auto;
	font-size: 11px;
	height: 72px;
}
.thrColAbsHdr #footer p {
	margin: 0;
}
#footer {
	color: #7c7c7c;
	padding: 9px;
	text-align: right;
	font-size: 12px;
}
#footer a {
	color: #333366;
}
.viewG a{
	font-size: 21px;
	text-align: center;
	color: #333366;
	text-decoration: none;
}
