body {
text-align:center;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color:#003399;
}

#header,#menu,#content,#sub-section,#footer {
overflow:hidden;
display:inline-block;
text-align:left;
}

/* safari and opera need this */
#wrap{
width: 960px;
margin:0 auto;
}
#footer {
width:100%;
padding: 30px 0 0 0;
text-align:center}

#menu,#header,#content,#sub-section {float:left}

#header{
width:750px;
height:245px;
}

#menu{
width:210px;
height:245px;
}
#content {
width:590px;
padding: 25px;
}

#sub-section {width:210px}

#footer {clear:left}
#footer ul, #footer p {
margin-left:160px;
}
.heading {
padding-top: 70px;
padding-left:50px;
}
/*colors, etc*/

body{
font-family: Verdana, Arial, Helvetica, sans-serif;
background:#6699ff;
}
p{font-size:14px; line-height:24px;}
a {border:none;text-decoration:none; font-weight:bold;}
a:link {text-decoration:underline;}
a:visited {color:green; text-decoration:underline;}
a:hover {color: red;}
a:active {color: #ccff66;}/* green*/

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}
h1.titleHome {
background:transparent url(images/main-title.gif) no-repeat scroll 0 0;
height:91px;
margin-left:20px;
margin-top:60px;
text-indent:-300em;
}
h2 {font-size:16px;}
h3 {font-size: 14px;color:blue;}
h4{font-size:12px}
h5{}
h6{}

#wrap {
background:#6699FF url(images/bkgd-wrap-main.gif) repeat;
}
#menu {
background:#6699FF url(images/bkgd-menu.gif) no-repeat;
}
#header {
background:#6699FF url(images/header-main.gif) no-repeat;
}
#content li {
line-height: 200%;
font-size: 12px;
}
#sub-section {
background:#6699FF url(images/bkgd-sub-section.gif) repeat-y;
}

#footer {
background:#6699ff url(images/bkgd-footer.gif) no-repeat;
}


#navlist li /*footer ul*/
{
display: inline;
list-style-type: none;
padding-right: 20px;
}

/*images*/
img.floatRight { 
    float: right; 
    margin: 5px;    
}

img.floatLeft { 
float: left; 
    margin: 5px;    
}
img.floatBottom {
 float: left; 
    margin-left: 30px;
		margin-top: 60px;
		}
img {border:none}