/* contains new fix for #right-col in IE */


html,body {
margin: 0;
padding: 0;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: small;
color: #003399;
background-color: #DDE8FF;
}

			
#container {
margin: 0px auto;
background-image: url(images/mainbg.gif);
background-repeat: repeat-y;
width: 790px;
position: relative;
top: 0px;
}


a {
text-decoration: none;
color: #FF5300;
}

a:hover {
text-decoration: none;
color: #FFAB00;
}
 
 
#header {
 height: 166px;
 background-image: url(images/header.jpg);
 background-repeat: no-repeat;
 }
 
 
#left-col {
 position: absolute;
 top: 166px;
 left: 0px;
 width: 168px;
 margin: 0px 0px 0px 0px;
 padding: 0px;
 } 

#navmenu {
 
 padding: 0px;
 height: auto;
 }
 

#right-col{  /* For Mozilla etc */

 margin: 0px 27px 0px 168px;
 padding: 0px 0px 0px 0px;
 position: relative;
 min-height: 325px; /* IE doesn't understand min-height, but other browsers do */
 }

* html #right-col{   /* IE ignores the * html so sees this as #right-col */

 margin: 0px 27px 0px 168px;
 padding: 0px 0px 0px 0px;
 position: relative;
 height: 325px;  /* IE thinks height means min-height */
 }





/* Miscellaneous */

#home-left {
background-image: url(images/latestnews_panel.gif);
background-repeat: no-repeat;
width: 217px;
height: 100px;
padding: 230px 5px 5px 5px;
margin-left: 10px;
text-align: center;
float: left;
}

#home-right {
width: 300px;
padding: 0 10px 0 10px;
margin-right: 10px;
text-align: center;
float: right;
}



#title {
position:absolute; 
left:159px; 
top:120px; 
width:527px; 
height:36px; 
z-index:1
}

#latestnews {
background-image:url(images/newsbox.jpg);
background-repeat:no-repeat;
border:1px solid #5C6FEF;
width: 200px;
height: 212px;
float:right;
}

#counter{
background: #FFFFFF;
}

#pix {
padding-right: 10px;
margin-top: 25px;
top: 50px;
}


#homepagetext {
width: 330px;
float:left;
}


#clearer {
height: 20px;
clear:both;
}

#footer {
height: 100px;
background-image:url(images/footer.jpg);
background-repeat:no-repeat;
clear:both;
}

.sectionheading {
color: #009900;
}

