body {
/*	font-family: Times Roman, Lucida console, Arial, Helvetica, sans-serif;*/
	font-family:Georgia, "Times New Roman", Times, serif;
	background-image:url(../background/barblue3.jpg);
	background-position:top;
	background-repeat:repeat-x;
}

b{font-size: 110%;}
em{color: red;}

#maincontainer{
	width: 990px; /*Width of main container*/
	margin: 0px auto; /*Center container on page*/
/*	background-color:#000000;
*/}

#topheader{
	height:130px;
	background-image: url(../images/topheader.jpg);
	background-position: top left;
	background-repeat: no-repeat;

}

#titleflash {
	float:right;
	width:230px;
	height:150px;
	margin:5px 8px 0px 0px;
	_margin:5px 2px 0px 0px;
}

#menucont {
	float:right;
	width:500px;
	height:15px;
	margin:75px 8px 0px 0px;
	_margin:75px 2px 0px 0px;
	background-image: url(../images/menubar.jpg);
}

/*#menucont {
	height: 20px;
	margin: 0px 0px 0px 0px;
	_margin: 0px 0px 0px 0px;	
	width: 100%;
	padding: 2px;
	background-color:#FF6699;
}*/




#contentwrapper{
	float: left;
	width: 100%;
/*	background-color:#00FFCC;
*/}

#contentleft{
	margin-right: 370px; /*Set right margin to RightColumnWidth*/
	padding-top:3em;
	/*background: #FDE95E;*/
}

#rightcolumn{
	float: left;
	width: 310px; /*Width of right column*/
	margin-left: -310px; /*Set left margin to -(RightColumnWidth) */
	padding-top:30px;
}

#searchbox{
	
	position:relative;
	padding-bottom:40px;
	width: 250px;
}


#footer{
	clear: left;
	width: 100%;
/*	background: black;
	color: #000;*/
	text-align: center;
}


#p a{
	font-weight:bold;
	color: #003399;
	text-decoration: none;
}

#p a:link{
	font-weight:bold;
	color: #003399;
	text-decoration: none;
}

#p a:visited{
	font-weight:bold;
	color: #003399;
	text-decoration: none;
	font-style:italic;
}

#p a:hover{
	background-color:#DADADA;
	color: #003399;
	text-decoration: none;
	font-style:italic;
}

#menucont a{
	font-weight : bold;
	color : #bc0303;
	text-decoration : none;
	
}

#menucont a:link{
	font-weight:bold;
	color: #BC0303;
	text-decoration: none;
	
}

#menucont a:visited{
	font-weight:bold;
	color: #BC0303;
	text-decoration: none;
	
}

#menucont a:hover{
	font-weight:bold;
	color: #BC0303;
	text-decoration: none;
	
}

.menucont{
	letter-spacing:0.1em;
	padding:0.1em;
}

.content{
	padding: 10px;
	line-height:1.4em;
	letter-spacing:0.2em;
}