@charset "utf-8";
body  {
	font: 75% Verdana, Arial, Helvetica, sans-serif;
	background: #212121;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
}
.twoColFixLt #container { 
	width: 988px;  
	background: #212121;
	margin: 0 auto; 
	border: 1px solid #212121;
	text-align: left;
	overflow: hidden;
}


.twoColFixLt #sidebar {
	float: left; 
	width: 254px; 
	background: #fff; 
	margin-bottom: 10px;
	
}

.twoColFixLt #sidebarContent {
	background: #fff url(resources/images/logo.jpg) no-repeat left top;
	min-height:400px;
	padding: 290px 10px 20px 10px;
	min-height: 580px;
	
}





.twoColFixLt #mainContentRt { 
margin: 0 0 0 254px;
}

.twoColFixLt #mainContent { 
	padding-left:  31px;  
	padding-right: 31px; 


} 


.twoColFixLt #mainPic {
 margin-top: 0px;
 background: #fff; 
 height: 411px;
 width: 672px;
} 
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.smText {
	color: #b6b6b6;
	font-size: 12px;
	width: 100%;
	height: 40px;
	text-align: center;
	padding-top: 40px;	
}

.footerlink {
	color: #b6b6b6;
	font-size: 10px;
	width: 100%;
	height: 40px;
	text-align: center;
	padding-top: 10px;	
}


A.footerlink:link {
	color: #b6b6b6;
	font-size: 10px;
	width: 100%;
	height: 40px;
	text-align: center;
	padding-top: 40px;
	text-decoration:underline;
}

A.footerlink:visited {
	color: #b6b6b6;
	font-size: 10px;
	width: 100%;
	height: 40px;
	text-align: center;
	padding-top: 40px;
	text-decoration:underline;
}


.lgText {
	color: #adbfe7;
	font-size: 40px;
	margin-top: 10px;
}

.subpgHeader {
	color: #000000;
	font-size: 24px;
	margin-top: 0px;
}


/*BLUE BOX*/
.box { 
  background: #ADBFE7; 
  margin-top: -10px;
  color: #fff;
  line-height: 2em;
}
.boxtop { 
  background: url(resources/images/ne.gif) no-repeat top right; 
}
.boxtop div { 
  font-size: 0;
  height: 10px; 
  background: url(resources/images/nw.gif) no-repeat top left; 
}
.boxbottom { 
  background: url(resources/images/se.gif) no-repeat bottom right; 
}
.boxbottom div { 
  font-size: 0;
  height: 10px; 
  background: url(resources/images/sw.gif) no-repeat bottom left; 
}
.boxcontent {
  padding: 10px 10px 10px 10px;
}


/*WHITE BOX*/
.Wbox { 
  background: #FFFFFF; 
 
}
.Wboxtop { 
  background: url(resources/images/Wne.gif) no-repeat top right; 
}
.Wboxtop div { 
  font-size: 0;
  height: 10px; 
  background: url(resources/images/Wnw.gif) no-repeat top left; 
}
.Wboxbottom { 
  background: url(resources/images/Wse.gif) no-repeat bottom right; 
}
.Wboxbottom div { 
  font-size: 0;
  height: 10px; 
  background: url(resources/images/Wsw.gif) no-repeat bottom left; 
}
.Wboxcontent {
  padding: 0px 10px 0px 10px;
   min-height: 695px;
}




/*SUB PAGES*/

.twoColFixLt #mainContentSub {
	margin-top: 20px;
	padding: 20px 31px 10px 31px;	
} 


