body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
}
body {
	background-color: #141D27;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/* LAYOUT */
#wrapper {
	width: 775px;
	margin: 0 auto;
}

#top {
	height: 40px;
	margin-top: 30px;
}

#whiteBg {
	width: 775px;
	background: #141D27;
	margin-top: 20px;
}

#menuRow {
	background-color: #C7FF00;
	height: 30px;
	border-top: solid 5px #E3E3E3;
	border-bottom: dashed 1px #141D27;
}

#searchBox {
	float: left;
	width: 165px;	
}

#bottom {
	width: 775px;
	margin: 0 auto;
	background: url("../images/bottombg.jpg") no-repeat;
        padding-bottom: 40px;
        position: absolute;
        margin-top: 3px;
}

#slogan {
	width: 723px;
	height: 22px;
	background-color: #141D27;
	float: right;
	margin-top: 18px;
}

#slogan h1 {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	color: #999999;
	font-weight: bold;
	margin-left: 6px;
	margin-top: 4px;
}

#main {
	width: 775px;
	background-color: #153A53;
	display: inline-block;
	padding-bottom: 70px;
	padding-top: 30px;
}

.hpRight {
	float: right;
	width: 200px;
	margin-right: 10px;
}

#content {
	width: 440px;
	float: left;
	margin-left: 20px;
}

h2 {
	font-size: 15px;
	color: #fff;
	margin-top: 0;
	margin-bottom: 10px;
}
.clear {
	clear: both;
}

/* LET'S STYLE SOME MODULES */

.hpRight h3 {
	font-size: 11px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 0;
}

#mainMenu h3 {
	display: none;
}

#searchBox input {
	height: 16px; 
	margin-top: 5px;
	border: solid 1px #CCCCCC;
	font-size: 11px;
	color: #CCCCCC;
	text-indent: 5px;
	width: 160px;
	margin-right: 5px;
}


/* GENERAL TAGS */
a {
	color: #fff;
}

a:hover {
	color: #999999;
}

img {
	border: none;
}

/* FOOTER MENU */

#footer {
	margin-top: 30px;
	width: 775px;
	background-color: #153A53;
	height: 100px;
}

#footermenu ul, 
#footermenu li {
	list-style-type:none;
	list-style-image:none;
	padding: 0;
	margin: 0;
}

#footermenu ul {
	height: 20px;
	float: left;
} 

#footermenu ul li {
	float: left;
	margin-right:0px;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 10px;
    	color: #999999;
    	padding-left: 20px;
   	padding-right: 15px;
    	font-weight: bold;
}

#footermenu a, 
#footermenu a:link, 
#footermenu a:visited {
	color: #999999;
    	padding-left: 0px;
	text-transform: uppercase;
}

#footermenu a:hover{
	color: #D6E3C1;	
}


#footermenu ul li:hover, 
#footermenu ul li.over {	
	color: #999999;
}

#footermenu ul li#current {	
	color: #999999;
	text-decoration: none;
	height: 19px;
}

#footermenu ul li#current * {	
	color: #D6E3C1 !important;
}

#footermenu ul li ul {
	display:none;
}

#footermenu ul li ul li {
	display: none;
}

#footermenu ul li { 
	position:relative;
}

#footermenu ul li ul {
	display:none;
	position:absolute;
	top:2em;
	left:0em;
	width:40em;
}

#footermenu ul li:hover ul, 
#footermenu ul li.over ul { 
	display: block; 
}
