body{
margin:0 auto;
padding:0;
font:76% Verdana,Tahoma,Arial,sans-serif;
background:#cccccc url(../images/bg.gif) top center repeat-y;
color:#303030;
}

#wrap{
background:#ffffff;
color:#303030;
margin:0 auto;
padding-top:10px;
width:760px;
}

#header{
margin:20px;
padding:0;
height:313px;
background:  url(images/banner.jpg) no-repeat left top;
}

#menuarea{
clear:left;
float:left;
width:140px;
margin:0;
padding-left:10px;
font-size:0.9em;
}


#content{
margin:20px 0 20px 170px;
border-left:2px solid #BCD2EA;
padding:0 20px 0 10px;
line-height:1.6em;
text-align:left;
}


a{
text-decoration:none;
color:#286ea0;
}

a:hover{
text-decoration:underline;
color:#286ea0;
}

a img{
border:0;
}

#footer{
clear:both;
margin:0 auto;
padding:10px 0 10px 0;
background:#BCD2EA;
width:760px;
text-align:center;
color:#303030;
font-size:0.9em;
}

#footer a{
color:#303030;
text-decoration:none;
}

#footer a:hover{
text-decoration:underline;
}


/* side menu */
#sideMenu ul {
    list-style:none;
    width:150px;
    padding:0;
    }
#sideMenu a {
    font-weight:bold;
    height:20px;
    text-decoration:none;
    color:#505050;
    display:block;
    padding:6px 0 0 10px;
    background:#f4f4f4;
    border-left:4px solid #cccccc;
    font-size:1.1em;
	}
#sideMenu li.here a {
    color:#3f729f;
    
    }
#sideMenu div.subdiv a {
    color:#505050;
    }
#sideMenu div.subdiv li.here a {
    color:#3f729f;
    }    
#sideMenu a:hover, #sideMenu div.subdiv a:hover, #sideMenu li.here a:hover {
    background:#eaeaea;
    color:#286ea0;
    border-left:4px solid #85BFE7;
	}
#sideMenu ul li ul li a {
    border:none;
}


/*robs changes*/

#sideMenu ul {
margin-left:0;
padding-left:0;
}

#sideMenu ul ul {
margin-left:10px;
font-size:0.75em;
}

#sideMenu ul ul a {
background:#ffffff;
}

#sideMenu ul ul a:hover {
background:#ffffff;
border:none;;
}

/*Css to allow user to position images on site*/


img.imageleft {
        float:left;
	border: 1px solid black;
        margin-right:10px;
        margin-bottom:10px;
        margin-top:10px;
}

img.imageright {
        float:right;
        border: 1px solid black;
        margin-left:10px;
        margin-bottom:10px;
        margin-top:10px;
}

img.imagealone {
       border: 1px solid black;
        margin-bottom:10px;
        margin-top:10px;
}