@charset "utf-8";
/* CSS Document */

#main_content{
background-color:#FFFFFF;
width:780px;
}

#headline{
float:left;

}

#newsSection{
float:left;

}

#newscenter{
float:left;
margin-top:.5em;
margin-left:1em;
width:578px;
}

#newsleft{
float:left;
width:160px;
margin-top:.5em;
background-color:#ffffff;
}

#newsright{
background-color:#fff;
margin-left:.5em;
margin-top:.5em;
float:left;
width:158px;
padding: 5px 5px;
}

#Box{
background-image:url(img/Box1.gif);
background-repeat:no-repeat;
width:145px;
height:200px;
}

.cell{
position:relative; 
padding-left:1.3em;
padding-top:2.4em;
font-size:12px;
margin-top:1em;
margin-left:.3em;
height:150px; 
background-image:url(img/Box4.jpg);
background-repeat:no-repeat;
}

.cell ul{
margin:0px; 
padding:0px;
}

.cell li{
font-size:12px;
padding-bottom:10px;
list-style:none;
}
.cell2{
background-image:url(img/Box3.gif);
background-repeat:no-repeat;
font: 11px Verdana;
height:200px;
margin-left:.3em;
margin-top:.5em; 
padding-left:1em;
padding-top:1.8em;
position:relative; 
}

.greymenu{
width: 155px; /*width of menu*/
}

.greymenu .headerbar{
font: bold 13px Verdana;
color: white;
line-height: 40px;
background: #a50000 8px 8px; /*last 2 values are the x and y coordinates of bullet image*/
margin-bottom: 0; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 7px 0 7px 7px; /*indentation of header text*/
}

.greymenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
}

.greymenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.greymenu ul li a{
font: normal 12px Arial;
color: black;
background: #E9E9E9;
display: block;
padding: 5px 0;
line-height: 12px;
padding-left: 8px; /*link text is indented 8px*/
text-decoration: none;
}

.greymenu ul li a:visited{
color: black;
}

.greymenu ul li a:hover{ /*hover state CSS*/
color: white;
background: #858686;
}


@charset "utf-8";
/* CSS Document */

#main_content{
background-color:#FFFFFF;
width:780px;
}

#headline{
float:left;

}

#newsSection{
float:left;

}

#newscenter{
float:left;
margin-top:.5em;
margin-left:1em;
width:540px;
}

#newsleft{
float:left;
width:160px;
margin-top:.5em;
background-color:#ffffff;
}

#newsright{
background-color:#fff;
margin-left:.5em;
margin-top:.5em;
float:left;
width:158px;
padding: 5px 5px;
}

#Box{
background-image:url(img/Box1.gif);
background-repeat:no-repeat;
width:145px;
height:200px;
}

.cell{
position:relative; 
padding-left:1.3em;
padding-top:2.4em;
font-size:12px;
margin-top:1em;
margin-left:.3em;
height:150px; 
background-image:url(img/Box4.jpg);
background-repeat:no-repeat;
}

.cell ul{
margin:0px; 
padding:0px;
}

.cell li{
font-size:12px;
padding-bottom:10px;
list-style:none;
}
.cell2{
background-image:url(img/Box3.gif);
background-repeat:no-repeat;
font: 11px Verdana;
height:200px;
margin-left:.3em;
margin-top:.5em; 
padding-left:1em;
padding-top:1.8em;
position:relative; 
}

.greymenu{
width: 155px; /*width of menu*/
}

.greymenu .headerbar{
font: bold 13px Verdana;
color: white;
line-height: 40px;
background: #a50000 8px 8px; /*last 2 values are the x and y coordinates of bullet image*/
margin-bottom: 0; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 7px 0 7px 7px; /*indentation of header text*/
}

.greymenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
}

.greymenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.greymenu ul li a{
font: normal 12px Arial;
color: black;
background: #E9E9E9;
display: block;
padding: 5px 0;
line-height: 12px;
padding-left: 8px; /*link text is indented 8px*/
text-decoration: none;
}

.greymenu ul li a:visited{
color: black;
}

.greymenu ul li a:hover{ /*hover state CSS*/
color: white;
background: #858686;
}
#leftside{
	
	float:left;
	height:500px;
	margin:1em;
	padding:1em;
	border-style:dotted;
	border-width:2px;
	border-color:#930;
	width:240px;
	}
#rightside{
	
	float:right;
	height:500px;
	margin:1em;
	padding:1em;
	border-color:#930;
	border-style:dotted;
	border-width:2px;
	width:240px;
	}

