body {
	margin: 0;
	padding: 0px;
	background-color: #f1f2f6;
	background-image: url('/img/shadow.gif');
	background-repeat: repeat-y;
	background-position: center;
	}

img {
	border: none;
	margin:0;
	padding:0;
	}
	
h1 {
	color:#006F82;
	font:bold 20px Arial;
	line-height:20px;
	padding: 0px 0 5px 0;
	margin:0;
	}
	
h2 {
	color:#3F3F3F;
	font: bold 14px Arial;
	line-height:18px;
	padding:0;
	margin:0;
	}
	
h3 {
	font: bold 12px Arial;
	padding: 0 0 5px 0;
	margin: 0 0 5px 0;
	border-bottom: 1px dashed #E5E5E5;
	}
	
h4 {
	color:#06F82;
	font:bold 11px Arial;
	line-height:16px;
	font-style:italic;
	padding:0;
	margin:0;
	}
		

/* ========== LINKS ========== */

a, a:visited {
	color: #e5671d;
	text-decoration: none;
	}

a:hover {
	color: #e5671d;
	text-decoration: underline;
	}
	
.link,  a.link {
	color: #e5671d;
	padding: 3px 0px 10px 0px;
	font: normal 10px arial;
	text-decoration: none;
	}

a.link:hover {
	text-decoration: underline;
	}	
	

/* ========== TEXT ========== */

p, div, td {
	font: normal 12px Arial;
	line-height: 16px;
	color: #3F3F3F;
	}
		
ul {
	padding:0;
	margin:0;
	}
	
li {
	list-style-type: none;
	/* background: url('../img/bullet.gif') 0 4px no-repeat; */
	padding:0 0 0 10px;
	}

ul.list {
	padding: 0px 10px -10px 10px;
	} 


ul.list {
	padding: 10px 10px 0 10px;
	} 
		
ul.list li {
	list-style-type:none;
	background: url('../img/bullet.gif') 0 4px no-repeat;
	padding:0 0 8px 12px;
	}
	
ul.list2 {
	padding: 5px 0 0 5px;
	} 
	
ul.list2 li {
	list-style-type:none;
	background: url('../img/bullet.gif') 0 4px no-repeat;
	padding:0 0 0px 10px;
	}

.hr {
	margin: 0px 0px 0px 0px;
	border-bottom: 1px dashed #E5E5E5;
	height:1px;
	width:100%;
	}
	
*html .hr {
	margin: -13px 0px 0px 0px;
	}

.small {
	font-size: 11px;
	line-height: 14px;
	}

.smallbold {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	}

.smallitalic {
	font-size: 11px;
	font-style: italic;
	text-decoration: none;
	}
	
.date {
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	padding: 0 0 15px 0;
	}

.greenbg {
	background-image: url('/img/background-quote.gif');
	background-repeat: no-repeat;
	}

.quote {
	font-size: 11px;
	text-decoration: none;
	width: 450px;
	padding: 22px 25px 20px 15px;
	margin:  10px 10px 10px 10px;
	}

*html .quote {
	font-size: 11px;
	text-decoration: none;
	width: 490px;
	padding: 25px;
	margin:  0px 0px 0px 0px;
	}
	
.quotee {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #999966;
	}

.caption {
	font-size: 10px;
	text-decoration: none;
	}

/* ========== CONTENT ========== */

#shadow {
	background-image: url('/img/bg-wave.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	}
	
*html #shadow {
	padding-top: 0;
	}

#main {

	}

/* *html #main {
	width: 975px;

	} */
	
#content {
	float: center;
	padding: 0px 0px;
	 /* border: 1px solid #000; */
	width: 600px;
	}

*html .content {
	}

.content p {
	margin:0;
	padding:10px 0 0 0;
	}
	
#copy {
	padding: 0 60px 10px 0;
	}
	
.pop {
	color: #006F82;
	font-size: 14px;
	line-height: 18px;
	}
	
	

/* ========== LEFT SIDEBAR ========== */

#leftrail {
	text-align: right;
	width: 197px;
	}

#leftrail a:link, #leftrail a:visited {
	display: block;
	background-image: url('/img/navsub-bg.gif');
	background-repeat: repeat-y;
	font: bold 11px Arial;
	color: #333;
	text-decoration: none;
	padding: 4px 20px 4px 0px;
	margin-left: 0px;
	}

#leftrail a:hover {
	background-image: url('/img/navsub-bg.gif');
	color: #e5671d;
	text-decoration: underline;
	}
	
/* ========== RIGHT SIDEBAR ========== */

#rightrail {

	}

/* ========== HEADER & NAVIGATION ========== */

#header {
	padding: 5px 0px 10px 15px;
	}

a.top, a.top:visited {
	color: #7b7778;
	font-size: 10px;
	text-decoration: none;
	}

a.top:hover {
	color: #3e9eb6;
	text-decoration: underline;
	}
		
#navigation {
	text-align: right;
	width: 197px;
	}

#navigation a:link, #navigation a:visited {
	display: block;
	background-image: url(/img/nav-off.gif);
	background-repeat: repeat-y;
	font: bold 11px Arial;
	color: white;
	text-decoration: none;
	padding: 4px 20px 4px 0px;
	margin-left: 0px;
	}

#navigation a:hover {
	background-image: url(/img/nav-on.gif);
	}
	

/* ========== TABLE STYLES ========== */

.header { 
	background-color: #FFF;
	border: 4px solid #E5E5E5;
	}
	
.header h2 {
	color: #FFF; 
	font-style: normal;
	}

.tblhr {
	padding: 0 0 15px 0;
	border-bottom: 1px dashed #E5E5E5;
	}
		
.databorder-left { 
	border-bottom: 2px solid #E5E5E5;
	padding: 5px 10px 8px 10px;
	}
	
.databorder { 
	border-bottom: 2px solid #E5E5E5; 
	padding: 5px 10px 8px 10px;
	}

/* ========== SUB NAVIGATION ========== */

#subnav {
	padding:0;
	margin-top: -10px;
	}
	
*html #subnav {
	margin-top: 3px;
	}
	
#subnav li {
	font: normal 12px Arial;
	padding: 4px 0 4px 10px;
	margin:0;
	line-height:15px;
	list-style-type: none;
	border-top: 1px solid #e5e5e5;
	/* background: url('/img/subnav-off.gif') 0 5px no-repeat;*/
	}
	
#subnav li a, #subnav li a:visited {
	color: #333;
	text-decoration: none;
	}
	
#subnav li a:hover {
	color: #333;
	text-decoration: underline;
	}
	
.subnavhead {
	background: url('/img/subnav-header.gif') 0 0 repeat-x;
	font: bold 12px arial; 
	color: #FFF; 
	height: 25px;  
	padding: 5px 10px;
	}

*html .subnavhead {
	margin: -3px;
}

/* ========== TERTIARY NAVIGATION ========== */

ul #tertnav1, ul #tertnav2, ul #tertnav3 {
	padding:0;
	margin: 0px 10px 5px 10px;
	display: none;
	}
	
*html ul #tertnav1, *html ul #tertnav2, *html ul #tertnav3 {
	margin: 3px 0 3px 0;
	}
	
ul #tertnav1 li, ul #tertnav2 li, ul #tertnav3 li {
	font: normal 11px Arial;
	padding: 1px 0 2px 13px;
	margin:0;
	line-height:13px;
	list-style-type: none;
	background: url('/img/subnav-off.gif') 0 3px no-repeat;
	border-top: 0px solid #e5e5e5;
	}
	
*html li.tertnav1 a, li.tertnav2 a, li.tertnav3 a, li.tertnav4 a {  }	
	
/* ========== FOOTER ========== */

#footer {
	}
	
*html #footer {
	}
	
#footer a, #footer a:hover {
	color: #FFF;
	font: normal 10px arial;
	}
	
#footer .copyright, #footer  a.copyright {
	color: #e65802;
	padding: 3px 0px 10px 0px;
	font: normal 10px arial;
	text-decoration: none;
	}

#footer  a.copyright:hover {
	color: #FFF;
	}	

/* ========== FORMS ========== */
	
form {
	padding: 0px;
	margin: 0px;
	}
	
label {
	float: right;
	font-size: 11px;
	font-weight: bold;
}

.form {
	line-height: normal;
	border: 1px solid #CCC;
	margin: 3px;
}

/* SiteBy css */ 
#siteby { 
width:116px; 
height:23px; 
background:url('http://linkback.monkee-boy.com/sby-mboy-linkback.png') no-repeat top left; 
display:inline-block;
margin: -8px 0; 
} 
#siteby span { display:none; } 
#siteby a:link, #siteby a:visited { display:block; border-bottom:none; width:116px; height: 23px; }