/* Edit body background in ../index.php*/

*
{
	margin:0;
	padding:0;
}

html { overflow: scroll; } 

/* code below fixes the problem of pushing down the content in IE6 */
* html #rightcolumn { overflow: hidden; }


a:link {
	color: #010080; text-decoration: none;
}
a:visited {
	color:#999999; text-decoration: none;
}
a:hover {
	color: #811A1B; text-decoration:underline;
}
.defaultfont{font-size: 11px; font-family: Tahoma, sans-serif;}
.defaultbold {font-weight: bold}
.styleimageleft{padding-bottom:0.5pt; padding-top: 0.5pt; padding-left: 0pt; padding-right: 5pt}
.styleimageright {padding-bottom:0.5pt; padding-top: 0.5pt; padding-left: 5pt; padding-right: 0pt}
.bluetext {font-size: 11px; font-family: Tahoma, sans-serif; color:#000066;}
.greytitle {font-size: 56px; font-family: "Lucida Sans Unicode", "Lucida Sans";color:#cccccc;}



/* Text Formatting */
/* ----------------------------------------- */
body, td, p
{
	font-family: Tahoma, sans-serif;
	font-size:11px;
	line-height:16px;
}
a:hover
{
	text-decoration:underline;
}
.moduletable h3,.contentheading,.componentheading {
	font-size: 17px;
}
#newsflash { font-size: 10px;
color:#FFFFFF;
 }
#footer {
	font-size:10px;
	text-decoration: none;
	
}
#footer a {
	font-size:10px;
	text-decoration: none;
		color:#ffffff;
	
}
#leftcolumn .moduletable h3
{
	font-weight:400;
	margin-bottom:6px;
	color:#FFF;
	background-color:navy;
	padding:6px 10px;
}

/* Color Formatting */
/* ----------------------------------------- */
body, td, p {
	color: #404040;
}
#wrapper
{
	/* body background color */
	background-color: #fff;
	border: 1px solid #dddddd;
}
#newsflash {
	border-bottom: 1px dotted #ddd;
	background-color: #801a1a;
	color: #FFF;
	}
#leftcolumn {
	}
#footer {
	background-color: #979797;
	color: #FFF;
	}
#leftcolumn div.collapsed span:hover, #leftcolumn #active_menu span{
	border-right: 10px solid #801a1a;
}
#leftcolumn a.mainlevel span, #leftcolumn div span {
	border-bottom:1px solid #DDDDDD;

}
#leftcolumn a {text-decoration: none;}
/* Layout */
/* ----------------------------------------- */
#wrapper
{
	width:752px;
	margin:10px auto;

}


#faux
{
	width:752px;
	float: left;
	background: url(../images/faux-bg.gif) repeat-y top left;
}

#header
{
	height:196px;
	width:752px;
	z-index: -10;
}
#newsflash {
	width: 752px;
	height: 30px;
	text-align: center;
	}
#newsflash .moduletable { padding-top: 7px; }

#logo {
	width: 206px;
	height: 133px;
	background: url('../images/logo.jpg') no-repeat top left;
	float: left;
}
#header-image {
	width: 545px;
	height: 130px;
	float: right;
	}
#search {
	width: 206px;
	height: 32px;
	background: url('../images/search.gif') no-repeat top left;
	float: left;
	clear: left;
	}
.search {margin-top: 5px; margin-left: 15px; }
.search input { font-size: 10px; }
#top {
	float: right;
	width: 546px;
	height: 35px;
	background: url('../images/top.gif') no-repeat top left;
	}
#leftcolumn
{
	float:left;
	width:204px;
	display:inline;
	margin:0;
	padding:0;
}

#rightcolumn
{
	display:inline;
	width:516px;
	float:right;
	margin:0 15px 0 15px;
	padding:0;
        
}

#content ul
{
	margin-left:10px;
	list-style: none;
}
#user1, #user2 {
	float: left;
	width: 250px;
	margin: 20px 0;
}
#user1 {
	margin-right: 9px;
}
#user2 {
	margin-left: 8px;
}
#footer
{
	clear:both;
	width:752px;
	height: 30px;
	text-align:center;
}

#footer .moduletable { padding-top: 7px; }
.clear
{
	clear:both;
	background:none;
}
#leftcolumn-content .moduletable
{
	margin-bottom:20px;
	float:left;
	width:204px;
}

#leftcolumn-content .moduletable p
{
	margin-left:10px;
}