@charset "utf-8";

* {margin:0; padding:0}
body {
	position:relative; 
	margin:1em auto; 
	width:1000px; 
	text-align:center;  
	font-family: Verdana, Geneva, sans-serif;
	font-size:12px;
	line-height:1.5;
}
h1 {text-indent:-999em} 
h2 {margin-top:0; padding-top:0; font-family: Georgia; font-size:32px; font-weight:normal; color:#06c; text-transform:capitalize; vertical-align:text-top}
h3 {margin-bottom:.5em; font-size:14px; color:#333}
h4 {margin-bottom:.5em; font-size:14px; font-weight:bold; color:#000; text-transform:capitalize}
img{border:none}
.blue {color:#06c}
ul {list-style-type:none; line-height:1}
ul.list-horizontal li {display:inline}
.credits {margin-top:.2em; font-size:10px; text-align:right}
a:link, a:visited {color:#0066cc; text-decoration:none}
a:hover, a:active {color:#0066cc; text-decoration:underline}
blockquote {font-family: "Comic Sans MS", sans-serif; font-size:11px; text-align:left} 
blockquote p {padding-bottom:.5em}

blockquote#main {text-align:left}
blockquote#main p {padding-bottom:.5em}

div#container {width:1000px; text-align:left; overflow:hidden; }

div#header {display:block;height:187px;width:100%; position:relative;background: url('/images/header_main.jpg') no-repeat right top;border:1px solid #333333;}
p.body1 {  font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; font-weight: normal; color: #000000; text-decoration: none}
p.body2 {  font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; font-weight: normal; color: #000000; text-decoration: none}

input.default	{HEIGHT:16px; BORDER-TOP-COLOR: #000000; BORDER-LEFT-COLOR: #000000; BORDER-RIGHT-COLOR: #cccccc; BORDER-BOTTOM-COLOR: #cccccc; BORDER-TOP-WIDTH: 1px; BORDER-LEFT-WIDTH: 1px; FONT-SIZE: 10px; BORDER-BOTTOM-WIDTH: 1px; FONT-FAMILY: Verdana,Helvetica; BORDER-RIGHT-WIDTH: 1px}
textarea.default	{BORDER-TOP-COLOR: #000000; BORDER-LEFT-COLOR: #000000; BORDER-RIGHT-COLOR: #000000; BORDER-BOTTOM-COLOR: #000000; BORDER-TOP-WIDTH: 1px; BORDER-LEFT-WIDTH: 1px; FONT-SIZE: 10px; BORDER-BOTTOM-WIDTH: 1px; FONT-FAMILY: Verdana,Helvetica; BORDER-RIGHT-WIDTH: 1px}
select.default		{BORDER-TOP-COLOR: #000000; BORDER-LEFT-COLOR: #000000; BORDER-RIGHT-COLOR: #000000; BORDER-BOTTOM-COLOR: #000000; BORDER-TOP-WIDTH: 1px; BORDER-LEFT-WIDTH: 1px; FONT-SIZE: 10px; BORDER-BOTTOM-WIDTH: 1px; FONT-FAMILY: Verdana,Helvetica; BORDER-RIGHT-WIDTH: 1px; HEIGHT:16px}
select.default		{FONT-FAMILY: Verdana,Helvetica; FONT-SIZE: 10px}
button.default  		{HEIGHT:16px; background-color: #e4fic9; BORDER-TOP-COLOR: #000000; BORDER-LEFT-COLOR: #000000; BORDER-RIGHT-COLOR: #000000; BORDER-BOTTOM-COLOR: #000000; BORDER-TOP-WIDTH: 1px; BORDER-LEFT-WIDTH: 1px; FONT-SIZE: 10px; BORDER-BOTTOM-WIDTH: 1px; FONT-FAMILY: Verdana,Helvetica; BORDER-RIGHT-WIDTH: 1px}



/* ######### Style for Tab Interface itself ######### */


.shadetabs{
background-color:#979e6e;
border-bottom: 1px solid #000;
border-top: 0px solid #000;
margin-bottom: 0px;
padding-top: 3px;
font-face: Verdana, Arial, sans-serif;
font-size: 12px;
color: #ffffff;
}

.shadetabs ul{
padding: 3px 0;
margin-left: 14px;
margin-top: 4px;
margin-bottom: 0px;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin:0px;

}

.shadetabs li a{
text-decoration: none;
padding: 3px 10px;
margin-right: 10px;
margin-top: 20px;
border: 1px solid #000;
color: #000000; /*THEME CHANGE HERE*/
background-color: #f4f4f4;
font-weight: bold;
}

.shadetabs li a:visited{
color: #000000;
}

.shadetabs li a:hover{
text-decoration: none;
color: #000000;
}

.shadetabs li.selected{
color:000000;
}

.shadetabs li.selected a{ /*selected main tab style */
border-bottom-color: white;
background-color:#ffffff;
color:000000;
}

.shadetabs li.selected a:visited{
background-color:#ffffff;
color:000000;
}

.shadetabs li a:hover{ /*selected main tab style */
background-color:#ffffff;
color:000000;
}

.shadetabs li.selected a:active{ /*selected main tab style */
background-color:#ffffff;
color:000000;
}





/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
border: 1px solid #333333; /*THEME CHANGE HERE*/
margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
font-size: 12px;
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
 /*THEME CHANGE HERE*/
padding-top: 3px;
padding-bottom: 3px;
text-decoration: none;
font-weight: normal;
color: black;
overflow: hidden;
}

.dropmenudiv a:link{ /*IE only hack*/
width: 100%;
color: black;
border-top: 1px #000;
margin:0px;
}

.dropmenudiv a:visited{ /*IE only hack*/
width: 100%;
color: black;
margin:0px;
}

.dropmenudiv a:active{ /*IE only hack*/
width: 100%;
color: black;
margin:0px;
}

* html .dropmenudiv a:link{ /*IE only hack*/
width: 100%;
color: black;
}



.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #f4f4f4;
text-decoration:none;
color: black;

}

.mainbody{
background-color: FFFFFF;
margin: 0px 0px 0px 0px;
width: 100%;
}
