/* CSS Document */

@import "leftnav.css";
@import "middle.css";
@import "header.css";
@import "content.css";
@import "footer.css";


body{
	background-color:#ebe7e7;
	text-align:center;
	margin:0;
	padding:10px 0px 10px 0px;
	font-family:arial;
	font-size:12px;
	color:#666;
}

#mainbody{
	padding:0;
	margin:0;
	width:950px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	background-color:#ffffff;
	border: solid 1px #9bcd65;
}

.imagelink{
	text-decoration:none;
	border:none;
}

a{
	color: #116b92;
	text-decoration:none;
}

a:hover{
	color: #ff9900;
}

hr{
    clear:both;
    color:White;
    background-color:White;
    border:none;
}

h2{
    color: #0e6d96;
}

h2 span{
    padding-bottom:8px;
    background: url(images/h2underline.gif) repeat-x bottom;
    font-style:italic;
    font-size:18px;
}

h3{
    margin-top:20px;
    color: #0e6d96;
    font-size: 14px;
}

#footer {
	margin-top: 80px;
	border-top: 1px solid rgb(220,220,220);
	padding-top: 20px;
	margin-bottom: 20px;
	text-align: center;
	font-size: 95%;
}
