body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	line-height: 152%;
}
body {
	background-color:#000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/* LAYOUT */
#wrapper {
	width: 855px;
	margin: 0 auto;	
	padding-bottom: 40px;
}

#topfront {  
        width: 855px;
        height: 475px;
	background: url("../images/header.jpg") no-repeat;
	padding-left: 80px;
	}

#topin {
       width: 764px;
       height: 220px;
       background: url("../images/header2.jpg") no-repeat;
       margin-left: 46px;
       padding-left: 40px;
}

#logo {
      width: 150px;   
      float: left;
      margin-top: 80px;
}

#frontmod {
      width: 395px;
      float: left;
      margin-top: 80px;
      margin-left: 100px;
} 

#frontmod .moduletable {
      font-size: 14px;
      color: white;
      line-height: 122%;
}     

#whiteBg {
	width: 764px;
	margin-top: -1px;
	margin-left: 46px;
	
}

#menuRow {
        width: 764px;
        background: url(../images/menuBg.jpg) repeat-x;
	height: 31px;
	padding-top: 24px;
	}

#mainMenu {
	height: 30px;
	width: 600px;
	float: left;
}

#searchBox {
	float: left;
	width: 145px;	
}

#user1 {
       width: 764px;
       background-color: #000;
       border-top: solid 1px #279BE6;
       margin-left: 46px;
}

#user1 .moduletable {
      padding: 25px;
      width: 400px;
      color: white;
      line-height: 152%;
}
#inwrapper {
      padding-top: 20px;
      width: 764px;
      margin-left: 46px;
      background-color: #FFF;
      padding-bottom: 30px;
}

#right {
	float: right;
	width: 200px;
	margin-right: 20px;
	margin-top: 0px;
}

#content {
	width: 400px;
	float: left;
	margin-left: 20px;
	}

h2 {
	font-size: 24px;
	color: #288ED6;
	line-height: 100%;
	margin-top: 0px;
}
.clear {
	clear: both;
}

/* LET'S STYLE SOME MODULES */
#right h3 {
      background: #1E2639;
      margin-bottom: 2px;
      font-size: 11px;
      color: #fff;
      height: 22px;
      padding-top: 5px;
      padding-left: 8px;
}

#right .moduletable {
      line-height: 152%;
      }

#right a {
      text-decoration: none;
      color: #666666;
      font-weight: normal;
}

#right ul li {
      display: block;
      background-color: #fff;
      border: none;
      text-transform: none;
      text-decoration: underline;
      font-size: 11px;
      color: #666666;
      font-weight: normal;
      text-align: left;
      height: 20px;
      margin-left: -30px;
}


#mainMenu h3 {
	display: none;
}

#searchBox input {
	background: #279BE6;
	height: 16px; 
	margin-top: 5px;
	border: none;
	font-size: 11px;
	color: #333;
	text-indent: 5px;
	width: 145px;

}


/* GENERAL TAGS */
a {
	color: #279BE6;
}

img {
	border: none;
}

/* menu tags */
#mainMenu ul {
       margin-top: 0px;	
}
#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-family: Tahoma, Arial, Verdana, sans-serif;
	font-weight: bold;
	font-size: 10px;
	padding-left: 20px;
	padding-right: 20px;
	line-height: 30px;
	text-transform: uppercase;
	background: url('../images/menubg2.jpg') no-repeat right;
}

/* 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: #fff;
}

.menu a:hover{
	text-decoration:underline;
}

/* these are the LIs that only belong to submenu*/
.menu ul li{
	border-top:0;
	margin-left:-1px;
	background: #279BE6;
	width: 130px;
	border-bottom: solid 1px #333;
	margin-top: 0px;
	
}

.menu ul li a { color: #333; }

/* 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 {
	text-decoration: underline;
	}


/* FOOTER MENU */
#footer {
       margin-top: 1px;
       width: 764px;
       margin-left: 46px;
       border-top: dotted 1px #fff;
       color: #fff;
       text-align: center;
}

#footer ul {
	margin-top: 0;
	padding:0;
	list-style-type: none;
	list-style-image: none;
	text-align: center;
	padding-top: 7px;	
}

#footer ul li {
	display:inline; 
	padding-left: 10px;
	border: none;
	line-height: 15px;
	background: none;
	text-transform: none;
	text-decoration: underline;
	font-weight: normal;
	}