*{
margin:0px;
}
body {
background-color:#FFFFFF;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
}
#Container{
background-color:#FFFFFF;
width:100%;
min-width:1000px;
}
#logorow{
height:70px;
background-image:url(images/topbg.jpg);
padding-left:70px;
padding-top:10px;
}

#bluetop{
background-image:url(images/bluecolor.jpg);
width:100%;
}
#mainbody{
background-color:#FFFFFF;
background-image:url(images/topbelow.jpg);
background-repeat:no-repeat;
padding-left:70px;
padding-top:20px;
height:100%;

}
#leftmain{
width:68%;
position:relative;
float:left;
}

#contactboxform{
width:50%;
padding:10px;
position:relative;
float:left;
border-left:thin;
border-left-style:solid;
border-left-color:#EFEFEF;
background-color:#F4F4F4;
}

#contactboxaddress{
width:40%;
margin-right:10px;
position:relative;
float:left;
}

#leftmain ul.main{
list-style-image:url(images/arrowbullet.jpg);
}
#leftmain li {
margin-left:30px;
padding-left:10px;
padding-bottom:10px;
text-align:justify;
}
#leftmain li ul.test{
list-style-image:url(images/bullet.jpg);
margin-top:10px;
}

#rightmain{
width:25%;
padding-right:20px;
padding-left:30px;
background-image:url(images/vline.jpg);
background-repeat:no-repeat;
position:relative;
float:right;
}
p{
margin-bottom:10px;
text-align:left;
}
#rightmain ul{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
color:#3482D8;
list-style-type:none;
padding-bottom:110px;
}

#rightmain li{
margin-bottom:10px;

}

#rightmain li a{
color:#3482D8;
text-decoration: none;
}

#rightmain li a:hover{
color:#000000;
text-decoration:underline;

}
#abovebottom{
padding-left:70px;
padding-bottom:20px;
height:100%;
position:relative;
float:left;
}
#ABleft{
width:250px;
padding:10px;
float:left;
position:relative;
background-color:#eff2f3;
height:160px;
}
#ABleft a{
text-decoration:none;
color:#006699;
}
#ABleft a:hover{
text-decoration:underline;
color:#000000
}
#ABcenter{
padding:10px;
width:250px;
margin-left:10px;
float:left;
position:relative;
background-color:#f7f8f9;
height:160px;
}
#ABcenter li{
margin-left:15px;
margin-bottom:10px;
list-style-type:square;
}
#ABcenter li a{
text-decoration:none;
color:#006699;
}
#ABcenter li a:hover{
text-decoration:underline;
color:#000000
}
#ABright{
padding:10px;
width:250px;
margin-left:10px;
float:left;
position:relative;
background-color:#fafafb;
height:160px;
}
.bottom{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
color:#114d7d;
margin-bottom:10px;
}
img{
padding-right:20px;
}

#graybottom{
background-color:#CCCCCC;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:9px;
padding-top:20px;
padding-bottom:20px;
text-align:center;
position:relative;
float:right;
width:100%;
}

#topnav{
	position:absolute;
	top:15px;
	float:left;
	padding-right:20px;
	width:415px;
	text-align:right;
	left: 537px;
	height: 1px;
	color:#999999;
	}
#topnav a{
padding:5px;
color:#000000;
text-decoration:none;

}
#topnav a:hover{
padding:5px;
color:#006699;
text-decoration:underline;
}
#topnav p{
margin-top:10px;
text-align:right;
}
h1{
font-size:16px;
color:#000000;
margin-bottom:10px;
}
h2{
font-size:12px;
color:#0066CC;
margin-bottom:10px;
}

h3{
font-size:12px;
font-style:italic;
color:#0099CC;
margin-bottom:10px;
font-weight:normal;
}
p{
margin-bottom:15px;
}
a{
text-decoration:none;
}
a:hover{
text-decoration:underline;
}
hr{
color:#000000;
}
.cssform label{
float: left;
/*width of left column*/
width:46px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
text-align:left;
}
.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 140px;
border-bottom:thin;
}
.cssform input[type="radio"]{ /*width of text boxes. IE6 does not understand this attribute*/
text-align:right
}
.cssform input[type="submit"]{
width:100px;
margin-left:45px;
background-color:#CCCCCC;
}
.cssform input[type="reset"]{
width:100px;
margin-left:2px;
background-color:#CCCCCC;
}