@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-attachment:fixed;
    background-repeat:repeat-x;
	
    background-position:top center;
	color:#000;

}

.main_txt {
padding-left:20px;
padding-right:20px;
font-size:12px;
color:#333333;
padding-bottom:10px;
}

.opacityit img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;
}

.opacityit:hover img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90);
-moz-opacity: 0.90;
}



.spons_1 {
background-image:url(images/spons_1.jpg);
background-repeat:no-repeat; 
width:311px; 
height:138px;
padding-top:20px;
padding-left:15px;
padding-right:15px;
color:#3366FF;
font-weight:bold;
text-align:left;
}


.spons_2 {
background-image:url(images/spons_2.jpg);
background-repeat:no-repeat; 
width:311px; 
height:123px;
padding-top:35px;
padding-left:20px;
padding-right:10px;
text-align:center;
color:#0082b0;

}

.main_body {
text-align:center;
width:727px;
margin:0 auto;
background-image:url(images/content_bg.jpg);
background-repeat:repeat-y;
}

.main_body a:link {
	color:#666666;
	text-decoration: none;
	font-weight:bold;
}
.main_body a:visited {
	text-decoration: none;
	color: #666666;
	font-weight:bold;	
}
.main_body a:hover {
	text-decoration: underline;
	font-weight:bold;
	color:#5983FF;
}
.main_body a:active {
	text-decoration: none;
	color:#5983FF;
	font-weight:bold;
}

.footer {
text-align:center;
width:727px;
margin:0 auto;
font-size:9px;
color:#FFFFFF;
}

.footer a:link {
	color:#CCCCCC;
	text-decoration: none;
	font-weight:bold;
}
.footer a:visited {
	text-decoration: none;
	color: #CCCCCC;
	font-weight:bold;	
}
.footer a:hover {
	text-decoration: underline;
	font-weight:bold;
	color: #ffffff;
}
.footer a:active {
	text-decoration: none;
	color: #ffffff;
	font-weight:bold;
}

.content_block {
padding-left:20px;
padding-right:20px;
width:687px;
}

h4 {
margin:0;
font-size:16px;
font-weight:bold;
}

h2 {
margin:2px;
font-size:16px;
font-weight:bold;
}

.spons_2 p {
margin-top:0px;
margin-bottom:2px;
}

.green_lnk a:link {
	color:#006600;
	text-decoration: none;
	font-weight:bold;
}
.green_lnk a:visited {
	text-decoration: none;
	color: #006600;
	font-weight:bold;	
}
.green_lnk a:hover {
	text-decoration: underline;
	font-weight:bold;
	color: #339900;
}
.green_lnk a:active {
	text-decoration: none;
	color: #339900;
	font-weight:bold;
}


.blue_lnk a:link {
	color:#3366FF;
	text-decoration: none;
	font-weight:bold;
}
.blue_lnk a:visited {
	text-decoration: none;
	color: #3366FF;
	font-weight:bold;	
}
.blue_lnk a:hover {
	text-decoration: underline;
	font-weight:bold;
	color:#5983FF;
}
.blue_lnk a:active {
	text-decoration: none;
	color:#5983FF;
	font-weight:bold;
}

input {
background: #FCD2A2 !important;
}



