* {
	font-family: Arial, sans-serif;
	}
html {
	height:100%;
	}
body {
	background-color:#4d648b;
	background-image:url(images/background.jpg);
	color:black;
	text-align:center;
     margin:0px;
	padding:0px;
	height:100%;
	}
h1 {
	font-size:16px;
	color:#4d648b;
	display:block;
	border-bottom:1px solid #4d648b;
	margin-bottom:-12px;
	}
a {
	color:#0f2e75;
	}
a:hover {
	color:red;
	}
hr {
	height:1px;
	color:#4d648b;
	background-color:#4d648b;
	border:none;
	}
#mainWrapper {
	width:760px;
	height:100%;
     text-align:left;
	margin-right:auto; margin-left:auto;
	}
#mainMiddle {
	border:10px solid white;
	}
#mainInner {
	background-color:white;
	border:6px solid #f4f2f0;
	}
#sideBar {
	width:187px;
	background-image:url(images/sidebar.jpg);
	background-color:#234e81;
	padding:9px;
	border-top:2px solid #010b4c;
	border-left:2px solid #010b4c;
	border-right:2px solid #010b4c;
	}
#menuBar {

	}
#contentTD {
	width:517px;
     border-top:2px solid #010b4c;
	border-right:2px solid #010b4c;
	}
#contentWrapper {
	margin:17px 22px 17px 23px;
	font-size:14px;
	}
#footer {
	width:678px;
	height:34px;
	background-image:url(images/footer.jpg);
	background-color:#0a2268;
	color:white;
	font-size:11px;
	line-height:28px;
	padding:0px 25px 0px 25px;
	}
#footer a {
	color:white;
	}
#footer a:hover {
	color:#ffcc00;
	}
