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

body {
	margin:10px auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000066;
	background: url(../images/bk.gif) repeat-x;
	background-color:#00AEF0;
	text-align:justify;
	height:100%;
}

a:link {
	color: #FF0000;
}
a:visited {
	color: #FFCC33;
}
a:hover {
	color: #009933;
}
a:active {
	color: #00CC33;
}
.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;
	color: #FF0000;
}
h2 {
	font-size: 14px;
	color: #FF0000;
}
h3 {
	font-size: 16px;
	color: #FF0000;
}
h4 {
	font-size: 18px;
	color: #FF0000;
}
h5 {
	font-size: 20px;
	color: #FF0000;
}
h6 {
	font-size: 22px;
	color: #FF0000;
}
#container{
	width:830px;
	margin:0 auto;
	height: auto;
}
#container1{
	width:250px;
	height: auto;
	float: left;
}

#logo {
	width:245px;
	height:400px;
	float:left;
}
#menu {
	width:245px;
	height:auto;
	float:left;
}

#text1 {
	width:245px;
	float:left;
	height:auto;
	text-align: center;
}


#container2{
	width:580px;
	height: auto;
	float: left;
}
#container3{
	width:580px;
	height: 680px;
	float: left;
}
#imageblock {
	width:580px;
	height:325px;
	float:left;
	background-color:#F00;
	text-align:center;
	}
	#imageblock2 {
	width:580px;
	height:auto;
	float:left;
	background-color:#F00;
	text-align:center;

	}
#textmain {
	width:580px;
	height:auto;
	float:left;
	text-align:center;
}
	
	#copy {
	width: 850px;
	height: 25px;
	float:left;
	text-align: center;
	margin: 10px 0px;
	}
	
.left {
	float: left;
	clear:left;
	margin:0px 10px 0px 0px
}

.right {
	float: right;
	clear:right;
	margin:0px 0px 10px 10px
}

#inside{
	padding:10px;
}
.slidedoormenu{
list-style-type: none;
margin: 0;
padding: 0;
width: 234px; /* width of menu (don't forget to add border with below!) */
border-left: 8px solid #36F; /* thick left border of menu */

}

.slidedoormenu li{
border-bottom: 1px solid #885b5c; /* Gray border beneath each menu item */
}

.slidedoormenu li a{
background: white url(../images/vstrip.gif) repeat-y left top; /* Background image positioned to the left(v) top(h) corner initially */
font: Arial, Helvetica, sans-serif bold 11px;
display: block;
color: black;
width: auto;
border-bottom: 1px solid white; /* White border beneath each menu item link, to add depth */
padding: 7px 0; /* Vertical (top/bottom) padding for each menu link */
text-indent: 8px;
text-decoration: none;
}

.slidedoormenu li a:visited, .slidedoormenu li a:active{
color: black;
}

.slidedoormenu li a:hover{
background-position: -387px 0; /* Shift background image horizontally 387px, or the start of the 2nd background image */
color: black;
}

.slidedoormenu li.lastitem, .slidedoormenu li.lastitem a{
border-bottom-width: 0; /* For last menu item within menu, remove bottom border */
}

.slidedoormenu li.lastitem a{
padding: 8px 0; /* increase vertical border of last menu link by 2px (default is padding: 7px 0) to account for removed border width */
}

[if IE]>
.slidedoormenu li a{ /* Menu link width value for IE */
width: 100%;
}

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

#bluetopcurve{
	width:850px;
	height:16px;
	float:left;
	background-image: url(../images/backtop.gif);
}
#bluemiddlecurve{
	width:850px;
	height:auto;
	float:left;
	background-image:url(../images/backmiddle.gif);
	background-repeat:repeat-y;
}

#bluebottomcurve{
	width:850px;
	height:15px;
	float:left;
	background-image:url(../images/backbottom.gif);
}

#footer {
	width:850px;
	height:36px;
	float:left;
	text-align:center;
	margin: 0 auto;
}

.stylewhite{
	color:#FFF;
}

.imgcenter{
	padding:5px;
}
.table {
	text-align: justify;
}
