body { 
	background:#FFF; 
	margin:0;
	padding:10px 0 10px 0;
	font-family: Times New Roman;}
	

#header {
	width:700px;
	height:153px;
	background:url(/images/logo.jpg) top left no-repeat;
	padding:0 0 0 0;
	border-bottom:1px solid #D5DBDE;
}
#navcontainer ul
{
list-style-type: none;
text-align: left;
}

#navcontainer ul li a
{
background: transparent url(images/list-off.gif) left center no-repeat;
padding-left: 15px;
text-align: left;
font: normal 11px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
text-decoration: none;
color: #999;
}

#navcontainer ul li a:hover
{
background: transparent url(images/list-on.gif) left center no-repeat;
color: black;
}

#navcontainer ul li a#current
{
background: transparent url(images/list-active.gif) left center no-repeat;
color: #666;
}



p {	font: normal 12px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
	color:#000;
	padding: 5px;
	
}

li {	font: normal 12px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
	color:#000;
	padding: 2px;
	
}
img {border:none;}

 a,  a:link,  a:visited, a:active {
	color:#000;
	text-decoration:underline;
}
a:hover  {text-decoration:none;}
	
h1 {
	font: 28px Times New Roman;
	color:#000000;
	line-height:30px;
}

h2 {
	font: 20px  Times New Roman;
	color:#000000;
	line-height:30px;
	margin:0;
	padding:0;
}

h3 
{
	font: 18px  "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
	color:#000000;
	line-height:20px;
	margin:0;
	padding:0;
}

.caption {
	font: bold small-caps 10pt Palatino Linotype, Times New Roman;
	text-align:right;
	
}
.caption a:link, a:visited, a:active {text-decoration: underline;
}
.caption a:hover {text-decoration: none;}


#footer {
	padding:10px;
	width:inherit;
	height:20px;
	background:#F5F5F5;
	text-align:center;
	border-top:1px solid #D5DBDE;
	border-bottom:1px solid #D5DBDE;
	clear:all;
	font-size: 9px;
	font-variant: small-caps;
	font-family: Verdana, Geneva, sans-serif;
}

#footer p {
	font: small-caps 9px verdana, arial, sans-serif;
	color:#555;
	font-size: 14px;


}

#footer a, #footer a:link, #footer a:visited, #footer a:active {
	font: small-caps 9px verdana, arial, sans-serif;
	color:#000;
	text-decoration:underline;
}
	
#footer a:hover 

{text-decoration:none;}

.left {
	float: left;
	margin: 0 .5em 0 0;
	padding-bottom : 5px;
	padding-right : 7px;
}

.right {
	float: right;
	margin: 0 .5em 0 0;
	padding-left : 15px;
	padding-bottom : 10px;
		padding-top : 5px;
}

.center {
	margin: auto;
	text-align: center;
}
.clr_bth {
	clear: both;
}
.clr_r {
	clear: right;
}
.clr_l {
	clear: left;
	}
