* {
	padding:0;
	margin:0;
}

body { 
	margin: 0px auto;
	padding: 0px;
	height: 100%;
	font-family : Arial, Helvetica, sans-serif;
	background-color : #333333;
/* background-color : #993333; */
	color : #666666;
	font-size : 12px;
	text-align:center;
} 

img { 
	padding : 3px;
	border : 1px solid #888f3d;
}

p {
	margin: 10px 0;
	padding: 3px;
	text-align: left;
}

#wrapper{
	width: 780px;
	margin: 0px auto;
	padding: 10px 0 0 0;
	text-align:center;
	background-color: #ffffff;
	border-left: black 1pt solid;
	border-right: black 1pt solid;

}

#header { 
	border : 1px solid #ccc;
	margin : 0px 5px 5px 5px;
	height : 85px;
	background-color : #330000;
	border : 5px solid #ccc;
	text-align:left;
} 


#logo { 
	width : 160px;
	height : 40px;
	background-image : url(images/buttonone.gif);
	margin : 10px 5px;

} 
#logo a { 
	color : #000000;
	font-size : 2em;
	text-decoration : none;
	font-weight:bold;
	padding-left : 10px;
	line-height : 1.7em;
} 

.searchbox {
	float:left;
	margin-left: 10px;
}
.loginHorizon {
	float:right;
	margin-right: 10px;
}

.loginHorizion form{
	display:inline;
}

.sub {
	color: #000000;
	font-size:10px;
	font-weight:bold;
}
#userbar {
	height:20px;
	background-color: #FF6666;
	padding: 4px;
	border: 2px solid #847ec8;
	width: 750px;
	margin: auto;
	text-align:center;
}

#leftcolumn {
	width: 160px;
	text-align:left;
	margin: 5px ;
	border : 2px solid #ccc;
	float:left;
}
#leftcolumn h3{

	text-align:left;
	margin: 0px 0;
	background-color : #993333;
	color : #fff;
	padding: 2px;
	border : 2px solid #ccc;
	font-size: 14px;
       
}
ul.nav {
	list-style-type: none;
	text-align:left;
	margin-bottom: 10px;

}
ul.nav li a{
	padding-left: 4px; 
}
#content {
	float:left;
	width: 585px;
	border: 1px black solid;
	margin: 10px;
	margin-right: 0px;
	padding-right: 0px;
	text-align:center;
}
#content h1{	
	background-color: #993333;
	color: #fff;
	font-size: 16px;
	padding: 0;
	margin:0;
	border-bottom: black solid 1px;
	text-align:left;
	text-indent: 5px;
}
#content img{
	float:left;
 	margin: 4px;
}
#content h2.title {
	background-color: #993333;
	color: #fff;
	font-size: 16px;
	padding: 0;
	margin:0;
	border-bottom: black solid 1px;
	text-align:left;
	text-indent: 5px;
	clear:both;


}

#threeboxes { 
	width : 575px;
	height: 150pt;
	position : relative;
	margin : 0 auto 5px auto;
	padding : 4px 0 0 5px;
	border : 1px solid #ffe;
	float:none;
	clear:both;
} 

.boxone { 
	width : 160px;
	height: 140px;
	float : left;
	margin : 0 15px 0 0;
	color : #111;
	font : 11px Verdana, Arial, Helvetica, sans-serif;
	border : 1px solid #fff;
	text-align:left;
} 
.boxone h2 { 
	color : #333;
	font : 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight : bolder;
	padding : 0 0 0 0;
} 
.boxone p { 
	padding : 0 0 0 0;
	line-height : 12px;
	height : 100px;
} 
.boxone p.more { 
	width : 66px;
	height : 18px;

	padding : 20px 0 0 24px;
	margin: 0 0 0 15px;
} 
.boxone p.more a { 
	width : 66px;
	height : 18px;
	display : block;
	background : #7e9dc8;
	color : #fff;
	font : 11px Verdana, Arial, Helvetica, sans-serif;
	font-weight : bold;
	text-align : center;
	text-decoration : none;
} 

#footer {
	width: 100%;
	clear:both;
	font-size: 11px;
}

#navlist {
	list-style-type: none;
}
#topnav {
	text-align:center;
	font-size: 14px;
	color: #ccc;
	padding: 0;
	margin: 0;
}
#navlist li a{
	color:  #eee;
	font-weight: bold;
}
#navlist li a:hover{
	color:  #333;
}