@charset "UTF-8";
/* CSS Document */




body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	background-image: url(../images/overall_back.gif);
	background-repeat: repeat;
	background-position: center top;
	background-color: #242424;
}



.oneColFixCtr #container {
	width: 920px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border-bottom: 0px solid #cccccc;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding-bottom: 0px;
}
.oneColFixCtr #rightContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	float: right;
	width: 730px;
	font-size: 13px;
	color: #333333;
}

.oneColFixCtr #leftContent {
	padding: 30px 0px 5px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	float: left;
	width: 160px;
	font-size: 13px;
	color: #333333;
	height: 400px;
}


h1 {
	margin-bottom:5px;
	margin-top:1px;
	padding:0;
	font-weight: normal;
	color: #333;
	letter-spacing: -1px;
	font-size: 22px;
}

h2 {
	margin-bottom:3px;
	margin-top:1px;
	padding:0;
	font-weight: normal;
	color: #666;
	letter-spacing: -1px;
	font-size: 18px;
}

h3 {
	padding: 0px 0px 0px 0px;
	font-weight: normal;
	color: #333;
	letter-spacing: -1px;
	font-size: 16px;
}

#SubRightContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	float: right;
	width: 200px;
	font-size: 12px;
	color: #333333;
	padding-right: 20px;
	padding-left: 10px;
	padding-top: 20px;
	line-height: 130%;
	text-align: justify;
}
.moreLink {
	background-color: #336699;
	padding: 4px 7px 4px 7px;
	margin-top:6px;
	color: #FFFFFF;
	font-size: 11px;
}

a:link.moreLink {
	background-color: #336699;
	color: #FFFFFF;
	font-size: 11px;
	text-decoration:none;
}

a:visited.moreLink {
	background-color: #336699;
	color: #FFFFFF;
	font-size: 11px;
	text-decoration:none;
}
a:active.moreLink {
	background-color: #336699;
	color: #FFFFFF;
	font-size: 11px;
	text-decoration:none;
}


a:hover.moreLink {
	background-color: #003366;
	color: #FFFFFF;
	font-size: 11px;
	text-decoration:none;
}

.printLink {
	background-color: #336699;
	padding: 4px 7px 4px 7px;
	margin-top:6px;
	color: #FFFFFF;
	font-size: 11px;
}

a:link.printLink {
	background-color: #666;
	color: #FFFFFF;
	font-size: 11px;
	text-decoration:none;
}

a:visited.printLink {
	background-color: #003366;
	color: #FFFFFF;
	font-size: 11px;
	text-decoration:none;
}
a:active.printLink {
	background-color: #003366;
	color: #FFFFFF;
	font-size: 11px;
	text-decoration:none;
}


a:hover.printLink {
	background-color: #003366;
	color: #FFFFFF;
	font-size: 11px;
	text-decoration:none;
}





#SubContent {
	float: left;
	width: 680px;
	font-size: 13px;
	color: #333333;
	line-height: 140%;
	padding-left: 25px;
	text-align: justify;
	padding-bottom: 20px;
	padding-top: 20px;
}

#SubLeftContent {
	float: left;
	width: 435px;
	font-size: 13px;
	color: #333333;
	line-height: 140%;
	padding-left: 25px;
	text-align: justify;
	padding-bottom: 20px;
	padding-top: 20px;
}

#SubCenterContent {
	float: left;
	width: 10px;
	font-size: 13px;
	color: #333333;
	line-height: 140%;
	padding-left: 10px;
	border-right: 1px solid #cccccc;
	padding-right: 10px;
	height: 180px;
	margin-top: 30px;
}

#FlashID {
	padding-left: 20px;
	padding-bottom:0px;
	margin-top: 0px;
}



#DivClear {
	clear: both;
}

#DivFooter {
	font-size: 11px;
	float: right;
	width: 724px;
	color: #333333;
	line-height: 130%;
	border-top: 1px solid #cccccc;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align:right;
	margin-right: 10px;
	

}
#DivFooter11 {
	font-size: 11px;
	float: right;
	width: 500pz;
	color: #333333;
	line-height: 130%;
	border-top: 1px solid #cccccc;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align:right;
	margin-right: 10px;
	

}

.oneColFixCtr #headerContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
a:link {
	color: #336699;
}
a:visited {
	color: #336699;
}
a:hover {
	color: #003366;
}
a:active {
	color: #336699;

}

#DivPhoto {
	width: 130px;
	height: 167px;
	float:left;
	padding-bottom: 10px;
}

#DivPhotoRight {
	float:left;
	padding-top: 10px;
}
