body {
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	color: #000000;
	font-size: 12px;
	background-image: url("/images/bgbody.png");
	background-repeat: repeat-x;
	background-color: white;
}	

#main {
	margin: auto;
	margin-top: 10px;
	display: block;
	width: 920px;
	min-height: 80%;
	background-image: url("/images/leftBg.png");
	background-color: #9AB7E5;
	background-repeat: no-repeat;
	background-position: top left;
        overflow: auto;
}

#main2 {
	margin-left: 186px;
	display:block;
	background-color: white;
    overflow: auto;

}
#header {
	overflow: auto;
	background-image: url("/images/headBord.png");
	background-repeat: no-repeat;
	background-position: bottom left;
}
#logo {
	border:0;
	float: left;
}
a img  {
	border:0;
}
#main2 ul.menu {
	margin-top:50px;
	padding-left:0;
	margin-left: 0;
	width: 100%;
	height: 29px;
	margin-bottom:4px;
}
#main2 ul.menu li {
	background-image: url("/images/button.png");
	background-repeat: no-repeat;
	list-style-type: none;
	float: left;
	width: 133px;
	height: 29px;
	padding-left: 0;
	margin-left: 3px;
	magin-bottom:0;
}
#main2 ul.menu li a { 
	display: block;
	color: white;
	font-weight: bold;
	text-decoration: none;
	width: 100%;
	height: 100%;
	text-indent: 25px;
	line-height: 28px;
}
#main2 h2 {
	font-size: 18px;
	font-weight: 200;
	color: #3E5A95;
	line-height: 30px;
	background-image: url("/images/h2bord.jpg");
	background-repeat: no-repeat;
	background-position: bottom left;
}
#content {
	min-height: 450px;
	padding:8px;
}
#footer ul {
	list-style-type: none;
	overflow: auto;
}
#footer ul li {
	list-style-type: none;
	float: left;
	
}
#footer ul li a {
	color: #3E5A95;
	text-decoration: none;
	text-transform: uppercase;
	margin-left: 20px;
}
#copyright {
	float: right;
	padding-right: 30px;
}

#copyright a {
	text-decoration: none;
	color: black;
}
