#title {
	z-index: 1;
	margin-left: 15px;
	position: absolute;
	top: 10px;
	left: 0px;
	background-image: url(title.jpg);
	background-repeat: no-repeat;
}

#content {
	margin-left: 15px;
	position: absolute;
	left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	background-color: #FFFFFF;
	top: 160px;
	
}

#nav{
z-index: 2; 
position: absolute; 
top: 0px; 
left: 0px;
}

#footer{
	margin-top:5px;
	margin-bottom:5px;
	background-color: #FF9900;
	height: 10px;
	width: 750px;
}


strong {
color : #333333;
font-weight:bold;
}


.black {
color: #000000;
font-weight : bold;
}

ul
{
list-style-type: none;
padding: 0;
margin: 0;
color : #CC9900;
font-weight : bold;
}

li
{
background-image: url(img/liarrow.gif);
background-repeat: no-repeat;
background-position: 0 .45em;
padding-left: 1em;
}


li.small {
background-position: 0 0.25em;
padding-left:1em;
}



A.textlink {
color: #CC9900;
text-decoration : none;
}

A.gold {
	color : #CC9900;
	text-decoration : none;
}


A {
	color : #666666;
	text-decoration : none;
}


A:visited {
	
}


A:hover {
	color :#000000;
}


.breadtext {
font-weight:bold;
color:#CC9900;

	}

	
h1 {
display:none;
font-weight:bold;
color:#333333;
font-size : 18pt;
font-family : Georgia, "Times New Roman", Times, serif;
line-height:13pt;
}
	

h2 {
color: #FF6600;
font-size : 14pt;
font-weight : bold;
}	
	

.text {
	color : #666666;
	font-size : 10pt;
	font-family : Arial, Helvetica, sans-serif;
	line-height:12pt;
}


.normal {
	font-weight:normal;
	color:#6f6f6f;
	font-family: Arial, Helvetica, sans-serif;
}


.textblock {
	color : #6f6f6f;
	font-size : 9pt;
	font-family : Georgia, Times, Times New Roman, sans-serif;
	line-height:13pt;
	margin:10px;
}


#ads {
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	background-position: center;
	background-color: #003366;
	width: 750px;
	position: fixed;
}



.footer {
	color : #666666;
	font-size : 9pt;
	font-family : Arial, Helvetica, sans-serif;
	line-height:9pt;
	
}
.footer1 {
	color : #FFFFFF;
	font-size : 8pt;
	font-family : Arial, Helvetica, sans-serif;
	line-height:9pt;
	background-color: #CCCCCC;	
}

br {
margin:0;
padding:0;
line-height:5pt;
}


HR {width: 95%; height: 1px; color: Silver; border: none; } 
HTML>BODY HR { width: 95%; height: 2px; background-color: #999999; border: none; } 
