@charset "utf-8";
/* CSS Document */

/*RESET*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{
	border:0;
	outline:0;
	vertical-align:baseline;
	background:transparent;
	margin:0;
	padding:0;
}

/*Extra Defaults*/
div {position:static;}
html {
	margin-left: -1px;
	overflow-Y: auto;
}
hr {clear:both; margin:auto; width:700px;}

/*Main Template*/
body
{
	background-attachment: scroll;
	background-image: url(../images/BG_main.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
h1 {
	font-size: 30px;
	font-weight: normal;
	font-style: normal;
	color: #FFF;
	text-align: center;
}
h2 {
	font-family: "Segoe UI", Verdana, Arial, Calibri, Cambria;
	font-weight: 300;
	margin-bottom: 10px;
	text-align: center;
}
h3 {
	color: #333;
	font-weight: 400;
	font-family: "Segoe UI", Verdana, Arial, Calibri, Cambria;
	font-size: 20px;
	margin-bottom: 3px;
}
p {
	text-align: justify;
}
ul {
	margin-left: 20px;
	margin-right: 60px;
	margin-top: 5px;
	font-size: 15px;
}
li {}
.mainContain, .bottomArea
{
	height: auto;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	font-family: "Segoe UI", Verdana, Arial, Calibri, Cambria;
}
.banner
{
	height: 200px;
	width: 800px;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: -25px;
}
.contentTitle 
{
	height: 96px;
	width: 810px;
	background-image: url(../images/banner_title.png);
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
}

.contentContain
{
	width: 810px;
	margin-right: auto;
	margin-left: auto;
	background-attachment: scroll;
	background-image: url(../images/content_BGtile.png);
	background-repeat: repeat-y;
	background-position: center top;
	height: auto;
	margin-top: 0px;
}
.contentText
{
	height: auto;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-attachment: scroll;
	background-color: #EFEFEF;
	background-image: url(../images/content_BGtile2.gif);
	background-repeat: repeat-x;
	background-position: left top;
	margin-top: 0px;
}
.regText, .regText2, .regText3
{
	height: auto;
	width: 450px;
	float: left;
	margin: 0px;
}
.regText2 {
	width: 630px;
}
.regText2 h2 {margin-right: 110px;}
.regText3 {
	width:520px;
}
.fullText
{
	width: 750px;
	margin: auto;
	height: auto;
}
.leftMenu
{
	height: auto;
	width: 115px;
	float: left;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.rightSide 
{
	width: 170px;
	float: left;
	margin-left: 20px;
	height: auto;
}
.bottomArea
{
	height: 246px;
	width: 100%;
	background-attachment: scroll;
	background-image: url(../images/BG_bottom.png);
	background-repeat: no-repeat;
	background-position: center top;
	float: none;
}
.bottomContain
{
	height: 223px;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
	float: none;
}

.blank, .bannerBlank
{
	height: 10px;
	clear: both;
}
.bannerBlank
{
	height:25px;
}
.portrait
{
	height: 140px;
	width: 170px;
	float: left;
	margin-right: 7px;
}

/*Hyperlinks*/
a:link{
	color: #03F;
	text-decoration: none;
}
a:visited{
	color: #666;
	text-decoration: none;
}
a:hover{
	color: #E09538;
	text-decoration: underline;
}


#vision	/*Text for VISION STATEMENT*/
{
	width: 600px;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	font-variant: normal;
	margin-top: 50px;
}
ul
{
	font-size: 18px;
	margin-left: 50px;
}
#histTable /*Table for HISTORY PAGE*/
{
	width: 625px;
	margin: auto;
	height: 200px;
}
#histCell
{
	float: left;
	width: 200px;
	margin-right: 4px;
	margin-left: 4px;
}
#rd p
{
	font-size: 13px;
}
#rd .description {
	float: left;
	height: auto;
	width: 630px;
}
.description table tr  td
{
	width:190px;
	font-size: 14px;
}

