/* body */
	
	body	{
	margin: 0;
	padding: 0;
	border: 0;	
	background: #000 url(graphics/background.gif) top left;
	color: #FFF;
	font: 11px "Verdana", "Trebuchet MS", "Bitstream Vera Sans", Verdana, 	Helvetica, sans-serif;
	}
	
	
/* body */



/* layout */	

	#shell{
	width:770px;
	padding:0;
	margin-left:auto;
	margin-right:auto;
	}

	#container{
	width:770px;
	margin:0 0 10px 0;
	padding:0;
	background:transparent url("graphics/contentcenter.gif") repeat-y top left;
	}
	
	#header{
	height:180px;
	background:transparent url("") no-repeat top right;
	margin:0 0 0 0;
	padding:0;
	border:0px solid #FF0000;
	}
	
	#midbar{
	display:none;
	padding:0;
	margin:0;
	border:0px solid #FF0000;
	background:transparent url("") no-repeat top left;
	height:0;
	}
	
	#mainarea{
	width:770px;
	padding:0 0 0 0;
	margin:0 0 0 0;
	border:0px solid #FF0000;
	}
	
	#sidebar{
	float:left;
	width:225px;
	padding:0;
	margin:0 0 0 5px;
	font-size:10px;
	border-right:0px solid #FFFF00;
	}
	
	#footer{
	padding:0 30px 0 30px;
	margin:0;
	font-size:11px;
	}
	
	#contenttop{
	padding:0 20px 0 8px;
	margin:0;
	border:0px solid #FF0000;
	background:transparent url("graphics/contenttop.gif") no-repeat top left;
	height:38px;
	}
	
	
	#content{
	padding:0 20px 5px 16px;
	margin:0;
	border:0px solid #FF0000;
	background:transparent url("graphics/contentcenter.gif") repeat-y top left;
	}
	
	#contencenter{
	width:465px;
	padding:15px 0 0 0;
	margin:0 0 0 245px;
	border:0px solid #FF0000;
	background:transparent url() repeat-y top left;
	}
	
	#frontcontent{
	width:316px;
	padding:0 0 0 0;
	margin:0 0 0 370px;
	border:0px solid #FF0000;
	background:transparent url() repeat-y top left;
	}

	
	#pagebottom{
	height:34px;
	padding:0;
	margin:0;
	font-size:11px;
	background:transparent url("graphics/contentbottom.gif") no-repeat top left;
	}
	
	a span{text-indent:-9999px; visibility:hidden;}
	
	.thumbcon{
	padding:0 0 15px 0;
	text-align:center;
	clear:right;
	}
	
	.thumbcon div{
	float:right;
	margin:0 70px 10px 10px;
	
	}
	
	.thumbdiv img{
	border:1px solid #003366;
	text-align:center;
	}
	
	

/* layout */



/* formatting */	

	.centered{
	margin-right:auto;
	margin-left:auto;
	}

	h1{
	color:#018999;
	font-size:20px;
	font-weight:bold;
	margin:0 0 15px 0;
	padding:0 0 0 0;
	}	

	h2{
	color:#018999;
	border-bottom:0px solid #FFF;
	font-size:18px;
	font-weight:bold;
	}
	
	h3{
	color:#018999;
	font-size:14px;
	font-weight:bold;
	}
	
	
	input, select, textarea{background-color:#018999; color:#FFF; margin:0; padding:0; border:1px solid #FFF;}
	
	
	#content p{
	line-height:14px;
	}
	
	a img{border:0; text-decoration:none; }
	
	a {color: #018999; text-decoration:none; border-bottom:0px dotted #003366;}
	a:hover {color: #CCC; text-decoration:none; border-bottom:0px solid #CC0066;}
	
	.link {color: #003366; text-decoration:none; border-bottom:1px dotted #003366;}
	.link:hover {color: #3366CC; text-decoration:none; border-bottom:0px solid #003366;}
	
	.horizontalrule{
	height:1px;
	padding:5px;
	background-color:#FFF;
	border:1px solid #FFF;
	}
	
	.images{
	margin:0 0 10px 0;
	border:1px solid #018999;
	}
	
	.border{
	border:1px solid #018999;
	}
	
	.noborder{
	border:0px solid #000;
	}
	
	
	.inset{
	margin:10px 0 5px 15px;
	padding:0 0 0 0;
	float:right;
	text-align:center;
	}
	
	.inset img{
	margin:0 0 10px 0;
	padding:0 0 0 0;
	}
	
	dd{
	margin:0 0 0 0;
	padding:0 0 10px 0;
	}
	
	dt{
	clear:right;
	font-weight:bold;
	font-size:14px;
	margin:0;
	padding:0;
	}
	
	
	dd img{
	margin:0 0 5px 15px;
	padding:0 0 0 0;
	float:right;
	border:0px solid #006666;
	}
	
	
	img{border:0;}
	
	
	fieldset {
	margin:5px 0 0 10px;
	width:400px;
  padding: 1em;
	border:1px solid #FFF;
  	}
	
	label {
	color:#FFF;
  float:left;
  width:25%;
  margin-right:0.5em;
  padding-top:0.2em;
  text-align:right;
  font-weight:bold;
  	}

	legend {
	
  padding: 0.2em 0.5em;
  border:0px solid #FFF;
  color:#FFF;
  font-size:90%;
  text-align:right;
  	}



	blockquote {
	background: transparent url(graphics/leftquote.gif) left top no-repeat;
	margin:10px 0 0 0;
	}
	
	blockquote div {
	padding:30px 20px 20px 20px;
	background: transparent url(graphics/rightquote.gif) right bottom no-repeat
	}

	
	
/* formatting */







