/* Home Page Styles */

body {
	background-image: url(../images/bak.jpg);
	background-position: 0px 12px;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}
#header {
	background-image: url(../images/header1.gif);
	background-repeat: no-repeat;
	height: 11px;
	width: 900px;
	margin: 0px;
	padding: 0px;
}
#branding {
	height: 79px;
	width: 900px;
	margin: 0px;
	padding: 0px;
}
#branding #logo {
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 815px;
}
#navigation {
	position: absolute;
	top: 123px;
	left: 0px;
	width: 173px;
}
#navigation a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	margin: 0px 0px 0px 30px;
	padding: 3px 0px 0px 0px;
	display: block;
}
#navigation #active {
	background-image: url(../images/button_active.gif);
	height: 20px;
	width: 100%;
}
#navigation #button1 {
	background-image: url(../images/button1.gif);
	height: 20px;
	width: 100%;
}
#navigation #button2 {
	background-image: url(../images/button2.gif);
	height: 20px;
	width: 100%;
}
#navigation #button3 {
	background-image: url(../images/button3.gif);
	height: 20px;
	width: 100%;
}
#navigation #button4 {
	background-image: url(../images/button4.gif);
	height: 20px;
	width: 100%;
}
#navigation #button5 {
	background-image: url(../images/button5.gif);
	height: 20px;
	width: 100%;
}
#navigation #button6 {
	background-image: url(../images/button6.gif);
	height: 20px;
	width: 100%;
}
#navigation #button7 {
	background-image: url(../images/button7.gif);
	height: 21px;
	width: 100%;
}
#content {
	position: absolute;
	top: 91px;
	left: 172px;
	width: 850px;
	height: 526px;
}
#content #body {
	width: 300px;
	margin: 0px;
	padding: 0px;
	font-size: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#content #body p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	margin: 15px 0px 0px 12px;
	padding: 0px;
}
#content #body .highlight {
	font-size: 14px;
	font-weight: bold;
	color: #00A092;
}
#copyright {
	position: absolute;
	top: 560px;
	left: 8px;
}
#copyright p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	margin: 0px;
	padding: 0px;
}
#copyright .date {
	color: #0FA599;
}
