@charset "utf-8";
/* CSS Document */

/* remember that padding is the space inside the div box and margin is the space outside the div box */
/* NOTE: BORDERs ARE | top | right | bottom | left */

body  /* controls (c) color etc - inside body*/
{
	background-image: url(images/BG.jpg);
	font: 100% Veranda, Arial, Helvetica, sans-serif;
	text-align: center;
	color: #000000;
	margin:0px auto;
	padding:0px;
	text-align:center;
	font:Veranda, Arial, sans-serif;
	
	}

#header {
	text-align:center;
	margin:0px auto;	
	width:853px;
	height:130px;
	background-image: url(images/banner.jpg);
	}
	
#container  {
	margin:0px auto;
	width:853px;
	border-color: #999900;
	width: 853px;
	border: 1px solid #000000;
	text-align: center;
	border-bottom: #999900 solid medium;
	border-right: #999900 solid medium;
	border-left: #999900 solid medium;
	border-top: #999900 solid medium;
	/*background-image: url(images/HeartNebula.png);
	background-repeat: no-repeat;*/	

	} 

/*#main {
	margin:0px auto;
	width:853px;
	text-align:left;
	border:none;
	}*/

#mainContent /*From DW*/{
	background-color: #FFFFFF;
	
} 
#mainContent a {
		color:#000;
		text-decoration:none;
		padding:0px 1px;}
	#mainContent a:hover {
		color:#999900;
		text-decoration:underline;}
			
.h1 {
	font-size: 14px;
	font-weight: bold;
	color: #000;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-style:italic;
}

.h2 {font-size: 18px;
	font-weight: bold;
	color: #000;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-style:italic;
	}

.h3 {
	font-size: 14px;
	font-weight: bold;
	color: #000;
	font-variant:small-caps;
	font-style:italic;
	text-align: center;
} 
/* Titles-Green-Italics */
.h4 {
	font-size: 12px;
	color: #fff;
	text-align: center;
}
.h5 {font-size: 12px; color: #0f0;}
.h6 {font-size: 11px; color: #fff; font-style: normal; font-weight: normal;
}
.h7 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	text-align: center;
}
.h8 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
}

#footlinks {
	font:10px Verdana, Arial, sans-serif;
	text-align:center;
	width:100%;
	font-family: "Trebuchet MS";
}
	#footlinks a {
		color:#000;
		text-decoration:none;
		padding:0px 1px;}
	#footlinks a:hover {
		color:#000;
		text-decoration:underline;}
		
#footer, .footer {
	text-align:right;
	font:10px Verdana, Arial, sans-serif;
	/*#footer From DW */ 
	/*background:#000000;*/
	border-top: #999900 solid thin;
	/*background-image: url(images/blink.gif);*/	
} 
#margin {margin:0 0px 0 0}

 #footer p {
	/*margin: 0; */ 
	padding: 10px 0; 
}
img {
	border: none;
}
imgover {
	background-image: url(images/menu1.gif);	
}



/* IE 5 FIXES FROM DW */

[if IE 5]>
<style type="text/css"> 
.twoColFixRtHdr #sidebar1 { width: 165px; }
</style> 
<![endif][if IE]>
<style type="text/css"> 
.twoColFixRtHdr #sidebar1 { padding-top: 30px; }
.twoColFixRtHdr #mainContent { zoom: 1; }
</style>
<![endif]

/* HIDE MENU AND ITEMS FOR PRINTING */

@media print {

.printhide 	{ display:none; }

.printhelp	{ width:600px; }

}

@media screen{

.printonly 	{ display:none; }

}
#container #main #mainContent ul .h4 {
	text-align: left;
}
