
body 
{
background: white;
color: black;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
padding:0px;
}


.header
{
background:#8CC63E;
border:none;
border-width:thin;
margin-top:0px;
width:1010px;
height:25px;
float:left;
}

.main_page
{
background:white; 
border:none;
border-width:thin;
margin-top:10px;
width:1010px;
height:445px;
}

.left_menu 
{
background:white; 
border:none;
border-width:thin;
margin-top:0px;
width:150px;
height:450px;
float:left;
}

.content_container
{
background:white; 
border:none;
border-width:thin;
margin-top:0px;
width:850px;
height:450px;
float:right; /*note the float right effectively leaves a left margin of 10px; btn left menu and this since content main_page is 1010 wide */
}

.content_head_panel
{
background-color: #f3f3f1; 
border:none;
border-width:thin;
margin-top:0px;
margin-left:0px;
width:550px;
height:100px;
float:left;
}
 
.content_slides
{
background-color: #f3f3f1; 
border:none;
border-width:thin;
margin-top:0px;
margin-left:0px; /*nb the right float ineffect gives a left-margin of 10*/
width:290px;
height:310px;
float:right;
}

.content_panel_left
{
background-color: #f3f3f1; 
border:none;
border-width:thin;
margin-top:10px;
margin-left:0px;
width:270px;
height:200px;
float:left;
}
 
.content_panel_right
{
background-color: #f3f3f1; 
border:none;
border-width:thin;
margin-top:10px;
margin-left:10px;
width:270px;
height:200px;
float:left;
}

.footer
{
margin-left:10px;
margin-right:10px;
padding:5px;
background:#e6e6e6; 
border-top:solid;
border-top-width:thin;
margin-top:10px;
width:1010px;
height:80px;
font-size: 10px;
}

/*ELEMENTS SOME IN PARTICULAR DIVISIONS SOME GLOBAL*/

H1
{
font-size:14px;
font-weight:bold;
margin-bottom:-0.75em;/*top, right, bottom, left*/  
}

H2
{
font-size:13px;
font-weight:bold;
margin-bottom:-0.75em;/*top, right, bottom, left*/  
}

/*
P
{
margin-top:0.5em;/*top, right, bottom, left*/
}
*/

a.panel
{
color: #000000;
margin-right: 10px;
padding: 0px;
font-size: 12px;
display: block;
text-decoration:underline;
}

a:hover 
{
color:#090;
text-decoration:none;
}


a.nav 
{
color: white;
text-decoration:none;
}


a.nav:visited 
{
color: white;
text-decoration:none;
}

a.nav:hover 
{
color: gold;
text-decoration:underline;
}

