
/* ############################################################## */
/* ###################### main stuff first  ##################### */
/* ############################################################## */

body {
	margin: 0;
	padding: 0;
	font-size:1em;
	color: #000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.2em;
	background-color: #CCCCCC;
	}




a {text-decoration:underline;}

a:link {color: #6666CC;}

a:visited {color: #6666CC;}

a:hover {text-decoration: underline;}

	#frame {
		width:800px;
		margin-right:auto;
		margin-left:auto;
		margin-top:1em;
		margin-bottom:1em;
		padding:0px;
		text-align:left;
		background-color: #ffffff;
		}


	#header {
		width:800px;
		height:115px;
		background-image:url(/images/header.jpg);
		background-repeat:no-repeat;		
		margin:0px;
		padding:0px;
	}

	#header {
		width:800px;
		height:115px;
		background-image:url(/images/header.jpg);
		background-repeat:no-repeat;		
		margin:0px;
		padding:0px;
	}

	#header ul {
	    list-style:none;
		margin:0px;
		padding:0px;
		}

	#header li {
		float:right;
		margin:0px;
		list-style-type:none;
		margin-top:76px;
	}

	#header img {
	    border:none;
	}












	#topnav {
		margin:0px;
		padding:0px;
		width:800px;
		height:26px;
		text-align:left;
	}
	
	#topnav ul {
	    list-style:none;
		margin:0px;
		padding:0px;
		}

	#topnav li {
		float:right;
		margin:0px;
		list-style-type:none;
	}

	#topnav img {
	    border:none;
	}
	
	#address {
		background-image:url(/images/address.jpg);
		background-repeat:no-repeat;
		height:24px;
		margin-top:-5px;
	}


	#content {
		width:500px;
		padding-top:20px;
		float:left;

	}
	
	#content p {
		margin-left:1.5em;
		font-size:0.7em;
		margin-right:1em;
		margin-top:0.5em;
	}
	
	#content h1 {
		margin-left:1em;
		padding-top:0.3em;
		margin-top:0em;
		margin-bottom:0;
		padding-bottom:0.3em;
		font-size:0.8em;
		font-weight:bold;
		margin-right:1em;
	}

	#content h2 {
		margin-left:1em;
		margin-top:1em;
		font-size:0.7em;
		font-weight:bold;
		color:#003366;
	}

	#content h3 {
		margin-left:1em;
		margin-top:0.8em;
		font-size:0.7em;
		font-weight:bold;
		margin-bottom:0.8em;
	}


	#content a {

		color:#0033FF;
	}
	
	#content li {
		list-style-type:square;
		list-style-position: outside;
		margin-left:0.3em;
		padding-left:1em;
		font-size:0.7em;
		margin-right:1.2em;
		margin-top:0.2em;
	} 
	
	#content li li {
		list-style-type:square;
		list-style-position: outside;
		margin-left:0em;
		padding-left:0em;
		font-size:1em;
		margin-right:1.2em;
		margin-top:0.2em;
	} 

	
	#content ul {
		margin-top:0em;
	}

	#footer {
		margin-right:auto;
		margin-left:auto;
		text-align: center;
		width:800px;
		color:#ffffff;
		background-color:#33338a;
		font-size:1em;
		margin:0px;
		padding:0px;
		}
	
	#footer ul, li {
	   list-style: none;
	   font-size:0.8em;
	   padding: 0;
	   text-indent: 0;
	   margin: 0;
		}

	#footer ul {
	    clear:both;
		text-align: center;
	    margin: 0 auto;
		padding-top:0.2em;
		padding-bottom:0.2em;
	}

	#footer li {
	   display: inline;
	    margin:0em;
	}
	
	#footer a {
		font-size:1em;
		color:#ffffff;
		text-decoration:none;
	}

	#footer a:hover {
		font-size:1em;
		text-decoration: underline;
	}	
	
	

/* round boxes with drop shadow*/
.roundbox_red {
  	background:  url("/images/roundbox_tl.gif") top left no-repeat;
  	width: 250px;
  	margin-top:1em;
	margin-right:1em;
	float:right;
}

.roundbox_redBody a, .roundbox_content a {
	color: #000000;
	text-decoration: none;
}

.roundbox_redBody a:hover, .roundbox_content a:hover {
	color: #000000;
}
 
.roundbox_red h1 {
  background:  url("/images/roundbox_tr.gif") top right no-repeat;
  padding: 6px 0 0 8px;
  margin: 0;
  font-size: 0.8em;
  margin-left:1.3em;

  color: #333;
}

.roundbox_redBody {
  background:  url("/images/roundbox_rightborder.gif") top right repeat-y;
  margin: 0;
  margin-top: 0;
  padding: 5px 25px 5px 8px;
}

.roundbox_content_box {
  background:  url("/images/roundbox_rightborder.gif") top right repeat-y;
  margin: 0;
  margin-top: 0;
  padding: 5px 25px 5px 8px;
  font-size:1.3em;
}


.roundbox_redBody p, .roundbox_content p {
	margin: 0;
	margin-top: 5px;
	margin-bottom: 8px;
	margin-left:1.5em;
	padding: 0;
	color: #333;
	font-size: 0.6em;
}

.roundbox_redBody h2, .roundbox_content h2 {
	margin: 0;
	margin-top: 5px;
	margin-bottom: 8px;
	padding: 0;
	color: #333;
	font-size: 0.6em;
	font-weight:bold;
}


.roundbox_redBody ul {
	margin-left:0px;
	padding-left:0px;

}


.roundbox_redBody li, .roundbox_content li {
	font-size: 0.6em;
	margin-left:-40px;
	padding-left:10px;
	padding-top:5px;
	padding-bottom:5px;
	border-bottom:1px solid white;
	width:200px;
}



.roundbox_redFooter {
  background:  url("/images/roundbox_bl.gif") bottom left no-repeat;
   height: 25px;
}

.roundbox_redFooter p{

  background:   url("/images/roundbox_br.gif") bottom right no-repeat;
  padding:0;
  display:block;
  margin:0;
  height: 25px;
}

