/* custom stuff */
#maincontainer{
width: 886px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
}

#mainmenusection {
        background: url(images/mainIncmenu.jpg) 0 0 no-repeat;
        width: 886px;
        height: 356px;
		font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
		font-size: 14px;
		line-height: 120%;
		color: #404040;
		
		
}
 
#contentwrapper{
float: center;
width: 886px;
background:url(images/contentbg.jpg) repeat-y;
padding-left:0px;
padding-right: 20px;
padding-top:-20px;
padding-bottom: 50px;

}

#footer {
	    margin-top: -15px;
	    margin-left: 0px;
        height: 124px;     
        text-align: center;
        clear: both;
        background:#6895c2;
		vertical-align:bottom;
}
 	
 #bottom_bottom {
        height: 30px;
        background: #161e23;     
        clear: both;
        height: 30px;
        line-height: 30px;

}
 
#top {
        height: 160px;     
        clear: both;
		background:url(images/top.jpg) repeat-x;
}
#top_top {
        height: 30px;
        background: #6895c2;     
        clear: both;
        color: #999;
}
 
a:link {
	color: #002666; 
	text-decoration: none;
}

 
a:hover {
        color: #474747;
      
}
 
a:visited {
        color: #002666;
		text-decoration: none;
      
}
 
 
 
html {
  height: 100%;
  margin-bottom: 1px;
}
 
BODY {
        margin: 0px 0px 0px 0px;
		background:#6895c2 url(images/mainbackgroundY.png);
     
        height: 100%;
}
 
td,tr,p,div {
        font-family: Arial, Tahoma, Helvetica, sans-serif;
		font-size: 12px;
		line-height: 120%;
		color: #474747;
}
p.body{
        font-family: Arial, Tahoma, Helvetica, sans-serif;
		font-size: 12px;
		line-height: 120%;
		color: #474747;
}
 
ul
{
        margin: 0;
        padding: 0;
        list-style: none;
}
 
ul li
{
        line-height: 20px;
        padding-left: 15px;
        padding-top: 0px;
        background-image: url(images/blog_bullet.png);
        background-repeat: no-repeat;
        background-position: 0px 5px;
}
#left_menu {
    float: left;
	margin-top: -2px;
	margin-left: -3px;
	z-index: 6;
	width: 167px;
}
