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

body {
	margin:0;
	font-family: "Trebuchet",Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#000066;
	background-color:#CCCCCC;
}


.class1 A:link {color: #FFFFFF;
	text-decoration: none;
	font-weight:bold;}
.class1 A:visited {text-decoration: none;
	color: #CCCCCC;}
.class1 A:active {text-decoration: none;
	color: #FFFFFF;}
.class1 A:hover {text-decoration: underline;
	color: #CCCCCC;}

.class2 A:link {text-decoration: none; color:#000099; font-weight: bold;}
.class2 A:visited {text-decoration: none; color:#0033FF; font-weight: bold;}
.class2 A:active {text-decoration: underline; color:#000099; font-weight: bold;}
.class2 A:hover {text-decoration: underline; color:#000099; font-weight: bold}

h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 12px;

}
h2 {
	font-size: 14px;

}
h3 {
	font-size: 16px;
	font-weight:bold;
	border-bottom:thin dotted;

}
h4 {
	font-size: 18px;

}
h5 {
	font-size: 20px;

}

#container{
	width:800px;
	margin:0 auto;
	height: 1200px;
	text-align:justify;
}

#topblock{
	width:800px;
	margin:0 auto;
	height: 30px;
	background-image:url(../images/topblank.jpg);
}

#topmenu1{
width:82px;
height:30px;
float:right;
}

#flashblock{
	width:800px;
	height: 185px;
	float:left;
}

#navbar{
	width:800px;
	height: 30px;
	float:left;
}

.solidblockmenu{
margin: 0;
padding: 0;
float: left;
font: bold 11px Arial;
width: 100%;
overflow: hidden;
margin-bottom: 1em;
border: 1px solid #625e00;
border-width: 1px 0;
background: black url(../images/blockdefault.gif) center center repeat-x;
}

.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
float: left;
color: white;
padding: 9px 11px;
text-decoration: none;
border-right: 1px solid white;
}

.solidblockmenu li a:visited{
color: white;
}

.solidblockmenu li a:hover, .solidblockmenu li .current{
color: white;
background: transparent url(../images/blockactive.gif) center center repeat-x;
}


#main {
	width:800px;
	height: auto;
	float:left;
	background-color: #FFFFFF;
}

#leftinfo{
width:520px;
height:auto;
float:left;
}
#leftinfo1{
text-align:center;
width:800px;
height:auto;
float:left;
}


#curveblock{
width:490px;
height:auto;
float:left;
}

#topcurve{
width:490px;
height:21px;
float:left;
background-image:url(../images/topcurve.gif);
}
#middlecurve{
width:490px;
height:auto;
float:left;
background-image:url(../images/middlecurve.gif);
}

#bottomcurve{
width:490px;
height:21px;
float:left;
background-image:url(../images/bottomcurve.gif);
}

#bluecurveblock{
width:250px;
height:auto;
float:left;
}

#bluetopcurve{
width:250px;
height:15px;
float:left;
background-image:url(../images/bluetop.gif);
}
#bluemiddlecurve{
width:250px;
height:auto;
float:left;
background-image:url(../images/bluemiddle.gif);
}

#bluebottomcurve{
width:250px;
height:21px;
float:left;
background-image:url(../images/bluebottom.gif);
}


#ORANGEmiddle {
	width:480px;
	float:left;
	HEIGHT:auto;
	background-color: #CCFFFF;
	padding: 10px;
}
#rightinfo{
	width:280px;
	height:auto;
	float:left;
}
#inside{
padding:15px;
}
#inside1{
padding:10px;
text-align:left;
}

.READ {
FLOAT:right;
}
.picright {
FLOAT:right;
padding-left: 10px;
}
.picLEFT {
FLOAT:LEFT;
padding-RIGHT: 10px;
}

#search{
width:inherit;
height: 500px;
}

#footer{
width:800px;
height:58px;
float:left;
background-image:url(../images/footerback.gif);
}

.style1 {color: #FFFFFF}
