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

td {
	font-family:  Arial, Verdana, sans-serif;
	padding: 5px 2px 5px 0px;
}

th {
	font-family:  Arial, Verdana, sans-serif;
}
ul{	
	padding-left: 15px;
}

.star {
list-style-image:url(images/star-list.jpg);
margin-top: 5px;
}

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

/* ___CONTENT___*/

#content{
width: 500px;
margin: 0px 0px 0px 0px;
font-family:  Arial, Verdana, sans-serif;
float:right;

}

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

#content h3{
margin: 10px 10px 10px 5px;
border:solid #CEDddd;
border-width: 0px 0px 1px 0px;
padding-left: 5px;
font-size: 14px;
}

#content h4{
margin: 10px 10px 10px 5px;
border:solid #CEDddd;
border-width: 0px 0px 1px 0px;
padding-left: 5px;
font-size: 11px;
}

#content p{
margin-left: 15px;
}

#content ul{

}

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

/************ sectionLinks right-column links**************/

#sectionLinks{
    float:left;
	width: 198px;
	margin: 10px 0 0 0;
	font-family:  Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 150%;

}


#sectionLinks a:link, #sectionLinks a:visited {	
	display: block;	
	font-weight: bold;
	color: #FFF;
	text-decoration:none;
	padding-left: 20px;
	background-image: url("images/bg_nav.jpg");
}

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



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

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

#nav{
	width: 700px;
	height:16px;
	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: #eeeeee;
	padding: 4px 16px 0px 0px;	
}

#nav a:hover{
	font-weight: bold;
	text-decoration: underline;
    color: #ffffff;
	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-weight: bold;
}

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


