
body {	font-size:92%;
 	background-image : url('images/background.jpg');
 	background-repeat : repeat-x;
	background-color: #ee2424;
	color: #3b3d3f;
	padding:0px;
	margin:0px;
	margin:10px 10px 5px 10px;
	padding:5px;
 
}

div.float {
  	float: left;
	margin: 0.15em 0.15em 0.15em 0.15em;
	border-style: solid;
	
 	 }

div.clear {
 	 float:clear;
	margin: 0.15em 0.15em;
	border-style: solid;
	  }


	
#banner
		{	font-size:86%;
			border-top: 1px solid #ddd;
			border-bottom: 1px solid #ddd;
			float: left;
			width: 90%;
			
		}

#menuspace {
		/*background:#000;*/
		border-top:1px solid #000;
		border-right:1px solid #000;
		border-left:1px solid #000;
		height:2em;
		voice-family: "\"}\"";
		voice-family: inherit;
		height:2em;
		
		}


#menuspace a:hover { color: #ff0f0f;
			padding:5px; }

#menuspace a.current { color: #ddd;
			padding:5px; }

#menuspace a	{ color: #000000;
			padding:5px; }

.clearboth { clear: both; }
		
.spacer
		{
			float: left;
			width: 2%;
		}
.leftimage
		{
		width: 110px;
		height: auto;
		float: left;
		margin: 5px;
		border: 2px solid #fff;
		}
.leftimagecontent
		{
		width: auto;
		height: auto;
		float: left;
		margin: 5px;
		border: 2px solid #fff;
		}
.leftimagecontentsized
		{
		width: 110px;
		height: auto;
		float: left;
		margin: 5px;
		border: 2px solid #fff;
		}
.rightimage
		{
		width: auto;
		height: auto;
		float: right;
		margin: 5px;
		border: 2px solid #fff;
		}


#leftcontent {
		position: relative;
		left:5px;
		width:15%;
		float: left;
		
		}

#centercontent {
		position: relative;
		background:#eee;
		float: left;
   		left: 10px;
		width:80%;
		/*margin-left:201px;
		border:1px solid #000;*/
		/*
		Read more at http://www.glish.com/css/hacks.asp
		*/
		
		voice-family: "\"}\"";
		voice-family: inherit;
   		/*margin-left: 202px;*/
		}
.contentbox
		{
			border-top: 3px solid #FF6600;
			border-bottom: 3px solid #FF6600;
			border-left: 2px solid #FF6600;
			border-right: 2px solid #FF6600;
			margin-top: 1px;
			margin-left: 1%;
			padding 5px;
			float: left;
			width: 28%;
			background-color: #fe9;
			
		}
h3	{text-align: center;font:bold 16px Helvetica,Verdana, Arial, sans-serif;
	 color:#f23;}
		
		#footer
		{
			border-top: 1px solid #ddd;
			border-bottom: 1px solid #ddd;
			margin-top: 5px;
			float: left;
			width: 94%;
			background-color: #ffc;
			text-align: right;
		}



ul.vert-one{
	margin:0;padding:0;
	list-style-type:none;
	display:block;
	font:bold 14px Helvetica,Verdana, Arial, sans-serif;
	line-height:165%;}

ul.vert-one li{
		margin:0;
		padding:0;
		border-top:1px solid #fff;
		border-bottom:1px solid #761A1A;
		}

ul.vert-one li a
		{
		display:block;
		text-decoration:none;
		color:#fff;
		background:#333;
		padding:0 0 0 10px;
		}

ul.vert-one li a:hover{
	background:#555 url("images/vert-one_arrow.gif") no-repeat 0 9px;
			}
ul.vert-one li a.current,ul.vert-one li a.current:hover{background:#553 url("images/here.gif") no-repeat 0 9px;}

