body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 147%;
}
body {
	background-color: #fff;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-bottom: 20px;
}

/* LAYOUT */

#top {
	width: 100%;
	height: 175px;	
}

#topin {
	width: 900px;
	margin: 0 auto;
}

#logo {
	width: 350px;
	float: left;
	margin-top: 40px;
	height: 76px;
	margin-left: 10px;
}

#topmenu {
	width: 400px;
	float: right;
	margin-top: 85px;
}

#topmenu ul {
	float: right;
}

#topmenu a {
	color: #666666;
	text-transform: none;
	background: url("../images/topmenubg.gif") no-repeat right;
	font-size: 11px;
	padding-right: 15px;
}

#topmenu li {
	margin: 0;
	padding: 0;
	margin-left: 15px;
	background: none;
}	 

#menurow {
	width: 900px;
	height: 30px;
	background: #999999;
	clear: both;
	float: left;
	margin-top: 30px;
}

#searchbox {
	width: 240px;
	float: right;
	height: 30px;
}

#searchbox input {
	width: 150px;
	height: 16px;
	background: #fff;
	border: none;
	font-size: 11px;
	color: #666;
	float: left;
	margin-top: 6px;
	padding-left: 2px;
}

#searchbox .button {
	background: url("../images/searchbg.png") no-repeat;
	float: right;
	width: 81px;
	height: 25px;
	color: #fff;
	margin-top: 3px;
	font-size: 10px;
	text-transform: uppercase;
	cursor: pointer;
	line-height: 10px;
}

#header {
	width: 100%;
	background-color: #336699;
	height: 365px;
	border-top: solid 8px #CCCCCC;
}

#headerin { 
	width: 900px;
	margin: 0 auto;
	background: url("../images/header.jpg") no-repeat;
	height: 365px;
}

#user1 {
	width: 450px;
	height: 130px;
	float: left;
	margin-top: 225px;
	background: url("../images/user1bg.png");
}

#user1 .moduletable {
	width: 375px;
	margin-left: 15px;
	margin-top: 15px;
	color: #fff;
}

#user1 h3 {
	color: #fff;
	font-size: 16px;
	margin-bottom: 10px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: Candara, Arial, Helvetica, sans-serif;
}

#header2 {
	width: 100%;
	background-color: #336699;
	height: 104px;
	border-top: solid 8px #CCCCCC;
}

#headerin2 { 
	width: 900px;
	margin: 0 auto;
	background: url("../images/header2.jpg") no-repeat;
	height: 104px;
}

#mainwrapper {
	width: 100%;
	margin-top: 1px;
	border-top: solid 1px #274A62;
	border-bottom: solid 1px #274A62;
	display: inline-block;
	padding-bottom: 50px;
}

#main {
	width: 900px;
	margin: 0 auto;
	padding-bottom: 100px;
}

#breadcrumbs {
	width: 560px;
	float: left;
	margin-left: 5px;
	font-size: 10px;
	text-transform: uppercase;
	border-bottom: solid 1px #E8E8E8;
	height: 19px;
	margin-top: 3px;
}

#breadcrumbs a {
	color: #333333;
	text-decoration: none;
}

#breadcrumbs h3 {
	display: none;
}

#content {
	width: 450px;
	float: left;
	margin-top: 15px;
	margin-left: 5px;
}

#right {
	width: 255px;
	float: right;
	margin-top: 30px;
	padding-bottom: 30px;
	background: #E8E8E8;
	padding-top: 10px;
	font-weight: bold;
	font-size: 12px;
}

#right .moduletable {
	margin-bottom: 20px;
	width: 215px;
	margin-left: 15px;
}

#bottom {
	width: 970px;
	clear: left;
	margin: 0 auto;
	margin-top: 20px;
	padding-bottom: 20px;
}

#bottom .moduletable {
	width: 220px;
	float: left;
	margin-top: 15px;
	margin-right: 60px;
	padding-left: 40px;
	color: #666666;
	line-height: 135%;
	font-size: 11px;
}

#bottom h3 {
	font-size: 16px;
	margin-bottom: 10px;
	font-weight: bold;
	font-family: Candara, Arial Narrow, Arial, Helvetica;
	color: #3C231C;
	text-transform: uppercase;
}


#footer {
	width: 890px;
	clear: left;
	margin: 0 auto;
	text-align: left;
	color: #666666;
	padding-top: 40px;
}

h2 {
	font-size: 18px;
	color: #333333;
	margin-top: 10px;
	margin-bottom: 20px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

h1 {
	font-size: 18px;
	color: #333333;
	font-family: Arial Narrow, Arial, Helvetica
}

h3 {
	font-size: 14px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 5px;
}

p {
	margin-top: 6px;
}

a {
	color: #333333;
}

a:hover {
	color: #999999;
}

.clear {
	clear: both;
}

#mainMenu h3 {
	display: none;
}

img {
	border: none;
}

fieldset{ border: none;}