body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 137%;
}
body {
	background: url("../images/bg.gif");
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-bottom: 20px;
}

/* LAYOUT */
#wrapper {
	display: block;
	width: 795px;
	margin: 0 auto;
	padding-bottom: 10px;
	background-color: #fff;
	border: solid 0px #cccccc;
	border-top: none;	
}

#top {
	height: 125px;
	width: 780px;
	margin: 0 auto;
	border-bottom: solid 1px #F2F2F2;
}

#logo {
	width: 200px;
	float: left;
	margin-top: 15px;
	margin-left: 10px;
}

#mainwrapper {
	width: 780px;
	margin: 0 auto;
	margin-top: 20px;
}

#mainMenu {
	height: 20px;
	width: 550px;
	float: right;
	margin-top: 30px;
	margin-right: 10px;
}

#searchBox {
	float: right;
	width: 300px;
	margin-right: 25px;	
	margin-top: 40px;
	padding: 0;
	margin-bottom: 0;
}

#left {
	width: 250px;
	float: left;
	margin-left: 10px;
	background-color: #8FBC8F;
	border-bottom: solid 4px #CCCCCC;
	border-right: solid 4px #CCCCCC;
	padding-top: 20px;
	padding-bottom: 15px;
	color: #fff;
	margin-bottom: 20px;
a color: #999999;
}

#left .moduletable {
	width: 210px;
	margin-left: 15px;
	margin-bottom: 20px;
}

#left h3 {
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 10px;
	line-height: 100%;
}

#main {
	display: inline-block;
	width: 490px;
	float: left;
	margin-left: 15px;
	margin-top: 0;	
}

#header {
	width: 490px;
	height: 210px;
	margin-bottom: 20px;
	float: right;
}

#header li {
	list-style-image: none;
}

#header h3 {
	display: none;
}

#content {
	width: 490px;
	float: right;
	margin-bottom: 20px;
}

#botmod {
	clear: left;
	width: 780px;
	margin: 0 auto;
	border-top: solid 1px #F2F2F2;
	padding-bottom: 20px;
	padding-top: 30px;
	color: #666666;
}

#botmod h3 {
	font-size: 24px;
	text-transform: lowercase;
	margin-top: 0;
	margin-bottom: 15px;
	font-weight: normal;
}

#botmod a {
	padding-right: 20px;
	background: url("../images/botabg.gif") no-repeat right;
}

#hp1 {
	width: 215px;
	float: left;
	margin-left: 10px;
}

#hp2 {
	width: 215px;
	float: left;
	margin-left: 45px;
}	

#hp2 h3 {
	color: #006699;
} 	

#hp3 {
	width: 215px;
	float: right;
	margin-right: 10px;
}

#hp3 h3 {
	color: #CA8402;
}

#user1 {
	clear: left;
	width: 215px;
	float: left;
	margin-left: 10px;
	margin-top: 30px;
}

#user1 img {
	border: solid 3px #E9E9E9;
	margin-right: 10px;
}

#user1 .moduletable {
	font-weight: bold;
	font-size: 14px;
}

#user2 {
	width: 500px;
	float: right;
	margin-right: 10px;
	margin-top: 30px;
}

#user1 a,
#user2 a {
	background: none;
}

#footer {
	width: 780px;
	margin: 0 auto;
	margin-top: 30px;
	text-align: left;
	color: #999999;
	font-size: 11px;
	border-top: solid 1px #F2F2F2;
}

#footer .moduletable {
	margin-left: 10px;
	margin-top: 2px;
}

h2 {
	font-size: 24px;
	color: #339966;
	margin-top: 0px;
	margin-bottom: 10px;
	text-transform: lowercase;
	font-family: Arial Narrow, Arial, Helvetica;
	font-weight: normal
}

h1 {
	font-size: 18px;
	color: #CA8402;
	font-family: Arial Narrow, Arial, Helvetica
}

h3 {
	font-size: 14px;
	color: #333333;
	font-family: Arial Narrow, Arial, Helvetica;
	font-weight: heavy
}

a {
	color: #F40039;
}

a:hover {
	color: #999999;
}

.clear {
	clear: both;
}

#mainMenu h3 {
	display: none;
}

#searchBox input {
	height: 16px; 
	border: solid 1px #F2F2F2;
	font-size: 11px;
	color: #999999;
	text-indent: 5px;
	width: 160px;
}

/* GENERAL TAGS */

img {
	border: none;
}

/* menu tags */

#mainMenu ul {
	float: right;
}
#mainMenu h3 {
	display: none;
}
/* this is the main UL element*/

.menu {
	margin:0;
	padding:0;
	list-style:none;
}

/* these are the inner menus*/
 .menu ul{
	margin:0;
	padding:0;
	list-style:none;
}

/* these are all the LIs in the menu*/
.menu li{
	font-weight: normal;
	font-size: 11px;
	padding-left: 20px;
	padding-right: 20px;
	line-height: 20px;
	text-transform: uppercase;
	font-family: Arial Narrow, Arial, Helvetica;
}

#mainMenu ul li#current * {	
	color: #F40039 !important;
}

/* these are anchor in the menu, if you want to style them differently from the rest of you website*/
.menu a{

	text-decoration: none;
	line-height: 30px;
	color: #333333;
}

.menu a:hover{
	color: #F40039;
}

/* these are the LIs that only belong to submenu*/
.menu ul li{
	border-top:0;
	margin-left:-1px;
	margin-top: 0;
	background: #8FBC8F;
	width: 150px;
	border-bottom: solid 1px #fff;
}

.menu ul li.active,
.menu ul li:hover {
	background: url("../images/menubg.gif") no-repeat;
}

.menu ul li a.active,
.menu ul li a:hover {
	color: #333333;
}

/* these are the LIs that contains a submenu*/
.menu li.submenu{
}

/* these are the LIs that contains a submenu and which are in a sub-menu themselve*/
.menu ul li.submenu{
}

.menu a:hover,
.menu li.active a:link, 
.menu li.active a:visited {
	color: #F40039;
}

.chronoform a {
color:#fff;
}
