﻿@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-image:url(images/backgrad1.jpg);
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#container {
	width: 775px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height:467px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	margin-top:20px;
	border: 1px solid #CC3333;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {

	height:80px;
	padding-bottom:-30px;
}

#topmenu {
text-decoration:none;
font-size:large;
color:#000000;
position:relative;
left:200px;
top:55px;
width:480px;
}

#topmenu a {
text-decoration:none;
font-size:large;
color:#000000;
position:relative;
}

#topmenu a:hover {
text-decoration:none;
font-size:large;
color:#CC3333;
position:relative;
}

#mainContent{
	height:233px;
	width:775px;
}

#mainContent1{
	margin-top:5px;
	height:273px;
	width:760px;
	overflow:auto;
	padding-top:5px;
	padding-left:10px;
	border-top: 1px solid #CC3333;
	border-bottom: 1px solid #CC3333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

hr {
color:#cc3333;
}

#footer {
	padding-top:0px;
	height:30px;
	width:780px;
}
#footer p {
	position:relative;
	left:430px;
	top:-35px;
	
}

#footerhome {
	padding-top:50px;
	height:30px;
	width:780px;
}

#botmenu {
font-size:12px;
text-decoration:none;
position:relative;
left:465px;
top:-85px;
width:320px;
}

#botmenu a {
font-size:12px;
text-decoration:none;
color:black;
position:relative;
}

#botmenu a:hover {
font-size:12px;
text-decoration:none;
color:#CC3333;
position:relative;
}