@import url("reset.css");

body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 12px;
	line-height: 20px;
}

.clear {clear: both;}	

a:link, a:visited, a:active {
	color: #333333;
	text-decoration: none;
	outline-color: invert;
	outline-style: none;
	outline-width: medium;	
}

a:hover {
	text-decoration: underline;
	cursor: pointer;
}

h1 {
	color: #551F07;
	font-size: 22px;
	font-weight: bold;
	padding-bottom: 5px;
}

h2 {
	color: #0c3a07;
	font-size: 15px;
	font-weight: bold;
}

h3 {
	color: #fff;
	font-size: 16px;
}

h4 {
	color: #ffd972;
	font-size: 11px;
	font-weight: bold;
}

h5 {
	color: #ffd972;
	font-size: 10px;
	font-weight: bold;
}

h6 {
	color: #ffd972;
	font-size: 9px;
	font-weight: bold;
}

p {
	margin-bottom: 10px;
}

#headerWrap {
	background: url(../images/header_bg.jpg) repeat-x left top;
	width: 100%;
	height: 189px;
	margin-bottom: 30px;
}

.header {
	width: 810px;
	margin: 0 auto;
}

.header .logo {
	width: 810px;
	padding: 60px 0px 23px 0px;
}

.header .menu {
	width: 810px;
	height: 44px;
}

.header .menu li {
	float: left;
}

.header .menu li a:link,
.header .menu li a:active,
.header .menu li a:visited {
	color: #999999;
	font-size: 14px;
	font-weight: bold;
	float: left;
	display: block;
	text-align: center;
	cursor: pointer;
}

.header .menu .item1 {
	margin-top: 20px;
	margin-right: 60px;
}

.header .menu .item2 {
	width: 120px;
	margin-right: 60px;
}

.header .menu .item3 {
	width: 80px;
	margin-right: 60px;
}

.header .menu .item4 {
	width: 100px;
	margin-right: 60px;
}

.header .menu .item5 {
	width: 50px;
	margin-right: 60px;
}

.header .menu .item6 {
	margin-top: 20px;
}

.header .menu li.active a:link,
.header .menu li.active a:visited,
.header .menu li.active a:active,
.header .menu li a:hover {
	background: url(../images/nav-hover.jpg) repeat-x left bottom;
	color: #ffa200;
	text-decoration: none;
	display: block;
	float: left;
	padding-bottom: 5px;
	cursor: pointer;
}

#container {
	width: 810px;
	margin: 0 auto;
}

#content {
	width: 480px;
	float: left;
}

#rightCol {
	float: right;
	width: 247px;
	background: #ffa200;
	padding: 25px 20px 0 20px;
	margin-bottom: 20px;
}

.moduletable {
	width: 247px;
	padding-bottom: 20px;
	color: #fff;
	font-size: 11px;
	line-height: 14px;
}

.moduletable h3 {
	color: #fff;
	font-size: 17px;
	margin-bottom: 18px;
	font-family: "Times New Roman", Times, serif;
	letter-spacing:0.1em;
	font-weight: bold;
}

.moduletable .box {
	width: 253px;
}

.moduletable .box span {
	color: #931f1f;
}

.moduletable a:link,
.moduletable a:visited,
.moduletable a:active {
	color: #fff;
	text-decoration: underline;
}

.moduletable a:hover {
	text-decoration: none;
}

.contentheading, .componentheading {
	color: #666666;
	font-size: 21px;
	padding-bottom: 10px;
	font-family: "Times New Roman", Times, serif;
	letter-spacing:0.1em;
}

.small, .createdate, .modifydate {
	color: #837c50;
	font-size: x-small;
}

#footerWrap {
	background: url(../images/footer_bg.jpg) repeat-x left top;
	height: 168px;
}

.footer {
 	width: 810px;
	margin: 0 auto;
	padding: 10px 0 0 0;
}

.footer h3 {
	color: #dadada;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 0px;
	font-family: "Times New Roman", Times, serif;
	letter-spacing:0.1em;
}

.footer a:link,
.footer a:active,
.footer a:visited {
	color: #ffa200;
}

.link a:link,
.link a:active,
.link a:visited {
	color: #FF9900;
	text-decoration: underline;
}

#content ul {
	padding-bottom: 15px;
	padding-left: 30px;
	color: #666666;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:20px;

}

#content ul li {
	color: #666666;
	list-style: disc;
	margin-bottom: 14px;
		color: #666666;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:20px;
	letter-spacing:0px;
}
#rightImage {

	float: right;
	width: 247px;
	padding: 0px 20px 0 0px;
	margin-bottom: 20px;
}

