body,
html {
	margin: 0;
 padding: 0;
 background: #fff;
}

body {
 min-width: 750px;
	font: 11px/15px verdana, helvetica, sans-serif;
 color: #666;
 text-align: center;
}


a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #75A1D0;
	}

a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #75A1D0;
	}

a:hover, a:active { 
	text-decoration: underline; 
	color: #75A1D0;
	}

#wrap {
 background: #fff;
 margin: 0 auto;
 width: 750px;
 text-align: left;
}

#header {
 width: 750px;
 height: 70px;
 background: #fff;
	margin: 0;
	padding: 10px 0;			
}

#header h1 {
 width: 314px;
 height: 60px;
 margin: 0;
 padding: 0;
 background: url(../img/h1.jpg) no-repeat top left;
}

#header h1 span { display: none }

#navcontainer {
margin: 0;
padding: 0;
width: 750px;
height: 19px;
}

#navcontainer ul {
padding-left: 0;
margin-left: 0;
float: left;
background-color: #5B7768;
color: White;
width: 100%;
font-family: arial, helvetica, sans-serif;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
padding: 0.2em 1em;
background-color: #5B7768;
color: White;
text-decoration: none;
float: left;
border-right: 1px solid #fff;
}

#navcontainer ul li a:hover
{
background-color: #C1CDC1;
color: #fff;
}

#subHeader {
margin: 0;
padding: 10px 0;
width: 750px;
height: 50px;
background: #fff;
clear: both;
border-bottom: 1px solid #5B7768;
}

#subHeader h3 {
margin: 0;
padding: 0;
width: 440px;
height: 30px;
background: url(../img/h3.jpg) no-repeat top left;
}

#subHeader h3 span { display:none;}

#main {
margin: 0;
padding: 15px 0;
background: #fff;
width: 440px;
float: left;
}

#main p {
 padding: 7px 10px;
}

#main ul { margin-left: 20px; }

#sidebar {
    background: #fff;
    float: right;
    width: 280px;
    text-align: center;
}

#sidebar p {
 padding: 0px 15px;
	text-align: justify;
}

#footer {
    background: #5B7768; 
    height: 20px;
    width: 750px;
    clear: both;
    text-align: right;
    }

#footer p.copy {
color: #C1CDC1;
font: 10px verdana, helvetica, sans-serif;
    padding:2px;
    margin-right: 10px;  
} 

img { border: none }
img.r { float: right }
img.l { float: left }

.sub { margin: 10px 0; clear: both; }

#sideImage {
margin: 0;
padding: 0;
text-align: center;
}

em { font-weight: bold; font-style: normal; }