/* CSS Document */

body 
{font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size:11px;
 background-image:url(images/bg.jpg);
 background-repeat:repeat-x;
 background-color:#3A7094;
 margin: 0; 
 padding: 0;
 text-align: center;
 color: #000000;}
 
#container 
{width: 790px;
 background-image:url(images/container.jpg);
 background-repeat:repeat-y;
 background-color: #FFFFFF;
 margin: 0 auto;
 text-align: left;
 height:0px;} 

#header
{background-image:url(images/header.jpg);
 background-repeat:no-repeat;
 height:123px;
 width:790px;}
 
#sidebar
{width:235px;
 float:left;
 background-image:url(images/sidebar.jpg);}
 
#sidebar img {
padding-left:45px;
padding-top:30px;
padding-right:20px;}

#sidebar p {
   padding-left:20px;
   padding-top:160px;
   padding-right:30px;
   text-align:center;
   font-weight:bold;
   font-size:13px;
   color:#FF0000;}
 
#collage
{background-image:url(images/collage2.jpg);
 width:554px;
 height:183px;
 float:right;}
 
#maincontent
{background-image:url(images/content_bg.jpg);
 width:554px;
 height:332px;
 background-repeat:no-repeat;
 float:right;}
 
#maincontent p {
  padding-right:30px;
  padding-left:20px;
  padding-top:10px;
  font-size:12px;}
 
#footer
{background-image:url(images/container.jpg);
 width:554px;
 height:52px;
 background-repeat:no-repeat;
 float:right;
 clear:both;}
 
#menu{
padding-top:20px;
padding-left:40px;
height:237px;
background-image:url(images/menu.jpg);
	background-repeat:no-repeat;
}
.menuitems{
display:block;
font-size:12px;
padding:2px;
text-decoration:none;
font-weight:bold;
color:#666666;
}



.menuitems a:hover{
display:block;
font-size:12px;
padding:2px;
text-decoration:none;
font-weight:bold;
color:#8e0202;}


 .style1 
{color: #0000CC}

.style2 
{font-size: 13px;
 color:#0000CC;
 padding-left:20px;
 font-weight:bold;}
		 
.style3
{color:#FF0000;
 font-size:13px;
 padding-left:20px;}
		 
ul  
{padding-left:20px;
 list-style-type:circle;
 padding-right:20px;}
	 
li  
{display:list-item;}
