body { 
	font: normal normal .9em arial,sans-serif; 
	color: #000000; 
	background: #ffffff; 
	margin: 0px; 
	}
p { 
	
	font: normal normal 1em arial,sans-serif;
	text-align: left;
	margin: 0;
	padding: 8px 0 8px 0;
	}
h3 {
	font: normal bold 1.4em arial,sans-serif;
	color: #BA3A3A;
	background: none;
	letter-spacing: 3px; 
	margin: 0 0 -8px 0;
	padding: 20px 0 0 0;
	}
	
h2 {
	font: normal bold 1.1em arial,sans-serif;
	color: #0099CC;
	background: none;
	letter-spacing: 2px; 
	padding: 10px 0 0 0;
}
	
hr {
	color: #5BD9A8;
	background-color: #5BD9A8;
	height: 3px;
	border: none;
	}
hr.red {
	color: #BA3A3A;
	background-color: #BA3A3A;
	height: 3px;
	border: none;
	}
hr.orange {
	color: #ff9900;
	background-color: #ff9900;
	height: 3px;
	border: none;
	}

a:link { 
	font-weight: bold; 
	text-decoration: underline; 
	color: #ED8E00;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: underline; 
	color: #BD7100;
	}
a:hover, a:active { 
	text-decoration: none; 
	color: #ff9900;
	}
a.nav:link { 
	font-weight: bold; 
	text-decoration: underline; 
	color: #ffffff;
	}
a.nav:visited { 
	font-weight: bold; 
	text-decoration: underline; 
	color: #ffffff;
	}
a.nav:hover, a.nav:active { 
	text-decoration: none; 
	color: #ffffff;
	}
a.nobold:link { 
	font-weight: normal; 
	text-decoration: underline; 
	color: #0000FF;
	}
a.nobold:visited { 
	font-weight: normal; 
	text-decoration: underline; 
	color: #3366cc;
	}
a.nobold:hover, a.nav:active { 
	text-decoration: none; 
	color: #cc3300;
	}

.b {font-weight: bold;}
.red {
	color: #BA3A3A;
	}
.redBold {
	color: #BA3A3A;
	font-weight: bold;
	}
	
.orange {
	color: #ff9900;
	}
.orangeBold {
	color: #ff9900;
	font-weight: bold;
	}

.i {font-style: italic;
	}
.nav_bottom {
	font: normal normal .9em arial,sans-serif;
	color: #ffffff;
	background: #ff9900;
	text-align: center;
	margin: 0;
	padding: 5px;
	}
.h3 {font: normal bold 1.4em arial,sans-serif;
	color: #BA3A3A;
	background: none;
	letter-spacing: 3px; 
	margin: 0 0 0 0;
	padding: 20px 0 0 0;}

.centertext {
	text-align: center;
	}
.small {font-size: .9em;}
.smaller {font-size: .8em;}

.image {
	margin: 5px 20px 5px 20px;
	padding: 0;
	border: 3px solid #5BD9A8;
	color: #000000;
	background: none;
	}
.imageleft {
	margin: 5px 20px 5px 0;
	padding: 0;
	border: 3px solid #5BD9A8;
	color: #000000;
	background: none;
	}
.imageright {
	margin: 5px 0 5px 20px;
	padding: 0;
	border: 3px solid #5BD9A8;
	color: #000000;
	background: none;
	}

.block {
	display: block;
	}
.bkg { 
	background: #ffffff url(images/body_bkg.gif) no-repeat top center;
	margin: 0px;
	}

ul, ol {list-style: outside; margin-left: 10px; margin-top: 0; line-height: 1em;}
ul li {list-style-type: disc;}
ol li {list-style-type: decimal;}

#container { 
	background: none; 
	margin: 0;
	padding: 5px 30px 5px 30px;
	}
	
#toplinks {
	text-align: right;
	margin: 10px 0 0 0;
}

a.toplinks:link { 
	font-size: .8em; 
	font-weight: bold; 
	text-decoration: underline; 
	color: #ff9900;
	}
a.toplinks:visited { 
	font-size: .8em; 
	font-weight: bold; 
	text-decoration: underline; 
	color: #3366cc;
	}
a.toplinks:hover, a.toplinks:active { 
	font-size: .8em; 
	font-weight: bold; 
	text-decoration: none; 
	color: #cc3300;
	}
	
.topofpage {
	float: right;
	background: none;
	}
	
.border {
	margin: 10px 10px 10px 10px;
	width: 600px;
	padding: 0 0 0 0;
	border: 1px dashed #ff9900;
	color: #000000;
	background: none;
	}
	
#main { 
	background: none; 
	margin: 0;
	padding:  5px 30px 5px 30px;
	}
	
#sidebar { 
	float: right;
	background: none; 
	margin: 0 0 0 10px;
	padding: 0 0 0 10px;
	}
	
.imageBorder {	
	padding: 3px; 
	border: 1px solid #5BD9A8;
	}
	
.imageBorder2 {	
	padding: 3px; 
	border: 1px solid #999999;
	}