@charset "utf-8";
/* CSS Document */
*{	
	margin: 0px;
	padding: 0px;
	border: 0px;
}

body {	
	width:1000px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	margin-left:auto;
	margin-right:auto;
	background:#FFF;
}
#wrapper {
	width:1000px;
	height:auto;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	overflow:hidden;
	position: static;
	z-index:0;
}

#menuheader{
	width:1000px;
	height:236px;
	float:left;
}
#headerimg{
	width:1000px;
	height:194px;
	float:left;
}
#mainmenu{
	width:980px;
	height:42px;
	float:left;
	background:url(../images/menu-bg.jpg) top left no-repeat;
}
.menustyle{
	padding: 10px 0 0 20px;
}

#content{
	width:1000px;
	height:auto;
	float:left;
}
#colA{
	width:150px;
	height:auto;
	float:left;
	background:url(../images/sidebar-bg.jpg) top left repeat-y;
	text-align:center;
	padding:0 15px 0 15px;
	
}
#colA_people{
	width:150px;
	height:1350px;
	float:left;
	background:url(../images/sidebar-bg_people.jpg) top left repeat-y;
	text-align:center;
	padding:0 15px 0 15px;
	
}
.list_style{
	font-size:11px;
	font-weight:normal;
	padding-left:20px;
}
#colB{
	width:780px;
	height:auto;
	float:left;
	padding:5px;
}

#footer{
	width:1000px;
	height:59px;
	float:left;
	color:#FFF;
	background:url(../images/footer-bg.jpg) top left no-repeat;
	margn-bottom:10px;
}

/*font style*/
h1{
	font-size:18px;
	font-weight:bold;
	color:#000;
	text-transform:uppercase;
	text-align: left;
}
h2{
	font-size:18px;
	font-weight:bold;
	color:#000;
	text-transform:uppercase;
}
h3{
	font-size:18px;
	font-weight:bold;
	color:#000;
	text-transform:uppercase;
}
.footerpadding{
	padding: 20px 0px 0px 0px;
	text-align:center;
}
.whitetext{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
}
.whitetextbold{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
	font-weight:bold
}
.linktext{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FC0;
}
	
.contentpadding{
	padding: 20px 20px 20px 20px;
}
/*links*/

/*whitelinks*/
a.whitelink:link{
	color: #FFFFFF;
	text-decoration: none;
	font-weight:bold;
	font-size:12px;
}
a.whitelink:visited{
	color:#FFFFFF;
	text-decoration: none;
	font-weight:bold;
	font-size:12px;
}
a.whitelink:active{
	color: #FFFFFF;
	text-decoration: none;
	font-weight:bold;
	font-size:12px;
}
a.whitelink:hover {
	text-decoration: none;
	color:#FC0;
	font-weight:bold;
	font-size:12px;
}
/*linktext2*/
a.linktext2:link{
	color:#FC0;
	text-decoration: none;
	font-weight:bold;
	font-size:12px;
}
a.linktext2:visited{
	color:#FC0;
	text-decoration: none;
	font-weight:bold;
	font-size:12px;
}
a.linktext2:active{
	color:#FC0;
	text-decoration: none;
	font-weight:bold;
	font-size:12px;
}
a.linktext2:hover {
	color:#630;
	text-decoration: none;
	color:#FC3;
	font-weight:bold;
	font-size:12px;
}
/*linktext*/
a.linktext:link{
	color:#630;
	text-decoration: none;
	font-weight:bold;
	font-size:12px;
}
a.linktext:visited{
	color:#630;
	text-decoration: none;
	font-weight:bold;
	font-size:12px;
}
a.linktext:active{
	color:#630;
	text-decoration: none;
	font-weight:bold;
	font-size:12px;
}
a.linktext:hover {
	color:#630;
	text-decoration: none;
	color:#FC3;
	font-weight:bold;
	font-size:12px;
}

.clearit {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}

.image {
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
	padding-bottom:5px;
}
.table{
	border:0px solid #000 !important;	
}
.table td{
	border:1px solid #000 !important;
	border-style:inset;
}
.table th{
	border:1px solid #000 !important;
	border-style:inset;
}
form input, form textarea {border:1px solid black; }