html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
 background-image: url(images/bg.jpg);
 font-family: Arial, Helvetica, sans-serif;
 font-size:13px;
} 

a, a:link, a:visited { 
color:#000000; 
text-decoration:none; 
}

a:hover {
color: #000000;
text-decoration:underline;
}

#pagewidth{ 
 width:900px; 
 text-align:left;  
 margin-left:auto; 
 margin-right:auto;
 border:solid 1px #000000;
} 
 
#header{
 position:relative;
 border-bottom:solid 1px #000000;
 height:150px; 
 background-color:#F4F3EE; 
 width:100%;
} 
 
#leftcol{
 width:214px;
 padding:5px;
 height:550px;
 float:left; 
 border-right:solid 1px #000000;
 position:relative; 
 background-color:#F0F0F0; 
 }
 
#twocols{
 width:675px; 
 height:550px;
 float:right; 
 position:relative; 
  }
 
#rightcol{
 text-align:center;
 width:164px; 
 padding:5px;
 height:550px;
 float:right; 
 border-left:solid 1px #000000;
 position:relative; 
 background-color:#D0D0D0;
 }
 
#maincol{
 background-color: #E8E8E8;  
 float: left; 
 display:inline; 
 position: relative; 
 width:490px; 
 height:550px;
 padding:5px;
 }
 
#insideLeft{
 width:695px;
 padding:5px;
 height:450px;
 float:left; 
 border-right:solid 1px #000000;
 position:relative; 
 background-color:#F0F0F0; 
 }
 
 #insideRight{
 text-align:center;
 width:184px; 
 padding:5px;
 height:450px;
 float:right; 
 position:relative; 
 background-color:#D0D0D0;
 }
 
#footer{
 height:25px;
 text-align:center;
 background-color:#F4F3EE; 
 border-top:solid 1px #000000;
 clear:both;
 } 


#header {
	width: 900px;
}

#header #logo {
	float: left;
}

#header #flash {
	margin: 0px 0px 0px 0px;
	float: right;
}

#header #menu {
	margin: 0px 5px 0 0;
	padding: 0;
	float: right;
}

#header #menu ul {
	margin: 0;
	padding: 0;
	height: 15px;
	line-height: 15px;
	list-style: none;
}

#header #menu ul li {
	margin: 0;
	padding: 0 10px;
	height: 25px;
	line-height: 25px;
	list-style: none;
	display: inline;
}

#header #menu ul li a {
	margin: 0;
	padding: 5px;
	color: #000000;
	font-weight: normal;
	font-size: 15px;
}

#header #menu ul li a:hover {
	color: #024683;
	text-decoration:underline;
}


/* News Section */ 

.h1_news {
font-size:15px; 
font-weight:lighter; 
padding-bottom:20px; 
color:#FFFFFF; 
line-height:22px;}

.p_news {
color:#000000; 
font-size:13px; 
margin:0;
padding:0;
font-weight:bold;
}

h3.p_news {
	margin-bottom: 5px;
}

p.p_news {
	margin-top: 20px;
}

div#news {
width:190px;
height:380px;
text-align:left;
padding-left:5px;
padding-right:5px;
float:left; 
background-color:#89784C;}

h1 { 
font-family: "Trebuchet MS";
text-align:left;
vertical-align:bottom;
font-size:17px; 
font-weight:bold; 
color:#024683; 
line-height:30px; 
margin:0; 
}

h4 { 
font-family: Arial, Helvetica, sans-serif; 
font-size:8pt; color:#999999; 
font-weight:normal; 
line-height:16px; 
margin:0; }