/* CSS Document */

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {  
    margin: 0; 
    padding: 0; 
    border: 0; 
}

body {
    font-size: 100.01%;
    font-family: Arial, Helvetica, sans-serif;
    color: #000;
	text-align:center;/* this forces IE 5.x to center the design (if we did this in the wrapper */
}

#wrapper {
	margin: 0px auto;/*centers the wrapper with no margin at top or bottom*/
	width: 800px;
	text-align:left;/* this puts the text back to compensate for the IE 5.x hack in the body selector */
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-y;
}
#header {
	height: 227px;
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
}
#innerwrapper {
	/*background-image: url(../images/innerwrapperBG.gif);
	background-repeat: repeat-y;*/
}
#leftcol {
	float: left;
	width: 133px;
}
#leftcol img {border:none;}

.tabs {
list-style:none;
margin:30px 0 30px 0;
width:133px;
}
.tabs li {
display:block;
height:29px;
}
.tabs li img {
vertical-align:text-bottom;
}
.tabs li a {
	display:block;
	width:133px;
	height:29px;
	text-decoration:none;
	font-size:12px;
	color:#fff;
	font-family:verdana;
	line-height:30px;
	text-indent:26px;
	text-align:left;
	background-image: url(../images/button.jpg);
	background-repeat: no-repeat;
	padding-top:2px;
}
.tabs li a:hover {
	color:#FFFF00;
	background-image: url(../images/button_h.jpg);
}
.tabs li a.selected, .tabs li a.selected:hover {
	color:#FFFF00;
	cursor:default;
	background-image: url(../images/button_d.jpg);
}
#rightcol {
	float: right;
	width: 137px;
	margin: 0px;
	padding: 0px;
}
#rightcol h4{
font-size:80%;
color:#960;
padding:3px;
}
#rightcol p{
font-size:70%;
padding:5px 3px 8px 3px;
}
#content {
	width:524px;
	margin-left: 133px;
	margin-top: -25px;
}
#content h1 {
	font-size: 125%;
	color: #24367E;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top: 20px;
	font-style: italic;
	text-align: center;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
}
#content h2{
	font-size:110%;
	margin-left: 25px;
}
#content h3{
	font-size:90%;
	text-align: center;
	color: #23377B;
}
#content p {
 font-size: 80%;
 margin: 12px;
}
#content ul {
	padding-left:20px;
	font-size:80%;
	padding-top: 10px;
}
blockquote {
 font-size: 80%;
 background-color: #EBF4E1;
 border: 1px solid #003300;
 padding: 6px;
}
blockquote:hover {
 border: 1px solid red;
}
#footer {
	clear: both;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	height: 65px;
	width: 800px;
	font-size: 90%;
	color: #FFFFFF;	/*line-height: 105px;*/
}
#footer p {
	font-size: 70%;
	color: #fff;
	text-align: left;
	padding-top: 45px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 8px;
 }
.leftimage {
	margin-right: 15px;
	margin-bottom: 5px;
	float: left;
}

.rightimage {
	margin-left: 15px;
	margin-bottom: 5px;
	float: right;
}
a {
 color: #CC0000;
}
 a:hover, a:focus {
 text-decoration: none;
}
.style1 {font-size: 70%}
/*a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}*/
