body {
	font-family: Verdana, Arial, sans-serif;
	background-color: #A5BAB1;
	color: #333366;
	margin:auto;
	font-size: 11px;
}


table, th, td {
	font-family: Verdana, Arial, sans-serif;
}

ul{	
	padding-left: 15px;
}

#masthead {
	width: 700px;
	height: 122px;
	margin: auto;
	background:url(images/bg-header.gif) 100% no-repeat;
}
#wrap {
	margin: auto;
	background: url(images/bg-container.jpg) 100% repeat-y;
	background-position:top left;	
	width: 700px;
}

/* ___CONTENT___*/

#content{
width: 495px;
margin: 0 0 0 199px;

}

#content h3, h4{
	margin: 10px 15px 0px 15px;
	padding-left: 5px;
	font-size: 14px;
}

#content h2{
	margin: 20px 15px 15px 15px;
	border:solid #69868e;
	border-width: 0px 0px 2px 0px;
	padding-left: 5px;
	text-align:center;
	font-size: 16px;
}

#content p{
margin: 20px 15px 20px 30px;

}

#content ul{
font-size: 10px;

}
#content li{
font-size: 10px;
margin-left: 20px;
list-style-image: url(images/bullet.jpg);    /* e.g. list-style-image: url(images/image1.gif); */
}


#content img {margin: 5px;}

/************ sectionLinks left-column links**************/

#sectionLinks{
    float:left;
    background-color: #719184;
	width: 198px;
	margin: 20px 0 0 0;
	line-height: 18px;
}


#sectionLinks a:link, #sectionLinks a:visited {	
	display: block;	
	font-weight: bold;
	color: #fff;
	text-decoration:none;
	padding-left: 15px;
}

#sectionLinks a:hover{
	background-image: url("images/bg_nav3.jpg");	
	font-weight: bold;
	color: #333366;
	text-decoration: underline;
	padding-left: 15px;
}


/**<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<**/

/******** Top Bar Links ******************************/	

#nav{
	width: 700px;
	height:19px;
	background: url(images/bg-nav.jpg) 100% repeat-y;
	text-align:right;
	font-weight: bold;		
}

#nav a:link, #nav a:visited{	
	font-weight: bold;
	text-decoration: none;
        color: #eee;
	font-size: 9px;
	padding: 4px;px 16px 0px 0px;	
}

#nav a:hover{
	font-weight: bold;
	text-decoration: underline;
        color: #fff;
	font-size: .7em;
	padding: 4px 16px 0px 0px;	
}

/**<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<**/

#footer {
	width: 700px;
	height: 22px;
	margin: auto;
	background:url(images/bg-footer.jpg) 100% no-repeat;	
	clear: both;
}	

#footer #text{
	text-align:center;
	vertical-align:middle;
	margin:5px 0 0 0;
	color:#FFFFFF;
	font-size: 9px;
}

#text a:link,#text a:visited,#text a:hover{
	color:#cedddd;
}





