@charset "UTF-8";
body {
	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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #b9b9b9;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
}
a {
	text-decoration: none;
}
img {
	border: 0px;
}
#container {
	width: 940px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {
	height: 399px;
	padding: 0px 20px 0px 20px;
	margin-bottom: 50px;
}
#header .left {
	width: 350px;
	margin-right: 30px;
	color: #FFFFFF;
	font-size: 13px;
	line-height: 16px;
	float: left;
}
#header .right {
	width: 520px;
	float: left;
	padding-top:65px;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 20px;
}
#header .right a,visited,hover {
	color: #FFFFFF;
	text-decoration: none;
}
#navmenu {
}
#navmenu a, visited, active {
}

#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#mainContent {
	float: left;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	font-size: 12px;
	line-height: 16px;
}
.full {
	background-image: url(images/full_bg.gif);
	background-repeat: repeat-y;
	background-position: center;
}
#mainContent .left {
	float: left;
	background-color: #CDCDCD;
	width: 360px;
	background-image: url(images/left_bg.gif);
	background-repeat: repeat-x;
	padding: 30px 0px 20px 20px;
	color: #330000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 30px;
}
#mainContent .left a,visited,hover {
	color: #330000;
	text-decoration: none;
}
#mainContent .left h4 {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	background-image: url(images/h4_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 14px;
	font-weight: normal;
}
#mainContent .right {
	width:480px;
	float: left;
	background-color: #ffffff;
	padding: 30px 20px 20px 20px;
}
#mainContent .right a {
	color: #FFFFFF;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 22px;
	color: #8C0000;
	margin:0;
}
h2 {
	font-size: 14px;
	color: #FFFFFF;
	background-color: #910000;
	padding: 10px;
	font-style: italic;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h2 a:link {
	text-decoration: underline;
	color: #FFFFFF;
}
h3 {
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
}

#footer {
	background-image: url(images/footer_bg.jpg);
	background-repeat: no-repeat;
	height: 120px;
	margin-top: 30px;
	float: left;
	width: 900px;
	font-size: 11px;
	color: #666666;
	padding-top: 25px;
	padding-right: 20px;
	padding-bottom: 3px;
	padding-left: 20px;
}
#footer a,visited {
	color: #4F4F4F;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer .left {
	float: left;
}
#footer .right{
	float: right;
	text-align: right;
}
h6 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	text-transform: capitalize;
	color: #FFF;
	text-align: center;
	margin-bottom: 0px;
}

