* { padding: 0; margin: 0; background-repeat:no-repeat; }

body {
  font-family: "Arial Unicode MS";
 font-size: 11px;
 background-color:#C8C8C8; 
}

#row1 {
	padding: 0px;
	height: 31px;
	margin: 0px;
	background-image:url(../images/bg_row1.jpg);
	border-bottom: 1px solid #FFFFFF;
	text-align: center;
}

#wrapper { 
 margin: 0 auto;
 width: 1000px;
 border: 1px solid #999999;
 background-color:#FFFFFF;
 float:none;
}

#title {
 width: 180px;
 float: left;
 text-align:right;
 padding: 0px;
 height: 15px;
 margin: 70px 5px 0px 520px;
 color: #F8F8F8; font-size: 17px;   font-family: "Arial Unicode MS";;
}

#logo {
 width: 220px;
 float: left;
 padding: 0px;
 height: 55px;
 margin: 38px 0px 0px 75px;
}

/*MENU*/
#vdividermenu ul{
margin: 5px 0px 0px 0px;
padding: 0;
margin-bottom: 1em;
float: left;
font: 100% Arial;
font-size:11px;
width: 100%;
}

* html #vdividermenu ul{ /*IE only rule, reduce menu width*/
width: 99%;
}

#vdividermenu ul li{
display: inline;
}

#vdividermenu ul li a{
float: left;
color: white;
padding: 2px 12px;
text-decoration: none;
}

#vdividermenu ul li a:visited, a:hover{
color: white;
}

/*FOOTER*/
#footer_right {
 padding: 0px;
 height: 20px;
 color: #000075; 
 font-size: 10px; 
   font-family: "Arial Unicode MS";;
 float: left;
 margin: 0 auto;
 width: 400px;
}
#footer {
	padding: 5px;
	height: 20px;
	color: #000075;
	font-size: 10px;
	font-family: "Arial Unicode MS";
	;
	float: none;
	width: 1000px;
	text-align:center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}



/*BREAD CRUMB*/
#breadcrumb a{
	text-decoration: none;
	background: transparent url(../images/breadcrumb.gif) no-repeat center right;
		color: #000075;
text-decoration: none;
padding-right: 18px; /*adjust bullet image padding*/
color: #000075;
}
#breadcrumb a:link {
	text-decoration: none;
		color: #000075;
}
#breadcrumb a:visited {
	text-decoration: none;
		color: #000075;
}
#breadcrumb a:active{
	text-decoration: none;
		color: #000075;
}
#breadcrumb a:hover {
	text-decoration: underline;
	color: #000075;
}


/*LINKS*/
#footer a:link {
	text-decoration: none;
		color: #000075;
}
#footer a:visited {
	text-decoration: none;
		color: #000075;
}
#footer a:active{
	text-decoration: none;
		color: #000075;
}
#footer a:hover {
	text-decoration: underline;
	color: #000075;
}


#awards {
 width: 158px;
 float: left;
 padding: 0px;
 height: 130px;
 margin: 5px 0px 0px 108px;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}

/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
font-weight:bold;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 3px 7px;
margin-right: 3px;
color: #2d2b2b;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 1px;
}

.shadetabs li a.selected{ /*selected main tab style */
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}
