body{
	margin:2.5% 0 0 0;
	padding:0;
	color:#000;	
	font: 0.7em Verdana, Geneva, Arial, Helvetica, sans-serif;
	background:url('../images/tile.gif') #777;
	overflow-x:hidden;		
}

#container {
	width:800px;
	margin-left:auto;
	margin-right:auto;
}

/* formatting*/
#content img {
	border:1px solid #7f7f7f;
	padding: 5px;
}
h1 {
	background:#eee;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
	padding: 5px;
	font-size: 1.3em;
	margin:0;
	color: #4c4c4c;	
}

h2 {
	font-size: 1em;
	padding:5px;
}

#content h2{
	border-top: 1px solid #999;
	background: #777;	
}

#content a {
	color:#509cea;
	text-decoration:none;
}
#content a:hover {
	border-bottom:1px dashed #509cea;
}

/* layout stuff */
#header {
	width:100%;
	height:150px;
	background:url('../images/header.gif') no-repeat;
}

#leftNav {
	width:20%;
	float:left;
	height:100%;	
	margin:0;
	background:#4c4c4c;
	border-right:1px solid #5a5a5a;
}

#content {	
	padding-left:5px;
	
	margin-left:20%;
	padding-bottom:1px;
	background:#4c4c4c;
	color:#fff;
	
}
#content p{
		padding:5px;
}
#content.scrollable {
	height:300px;
	
}	

#contentbg {
	background:#5b5b5b;
	padding:0;
	margin:0;
}
#footer{
	text-align:center;
	background:url('../images/footer.gif') no-repeat;
	height: 70px;
	
}

/* menu stuff */

#leftNav ul{
	list-style:none;
	margin:0;
	padding:0;
}
#leftNav ul li{
	position:relative;
	border-bottom: 1px solid #4c4c4c;
}


#leftNav a:hover{
	color: red;
	background:#efefef;
}

.menuarrow {
	border-width:0;
	margin:0 0 -4px 70px;
}

/* drop down stuff */
#leftNav li ul {	
	position:absolute;
	left:155px;
	top:0;
	width: 200px;
	display:none;
	
}

#leftNav li:hover ul, #nav li.over ul { display: block; }


/*drop down over*/

#leftNav a{
	display:block;
	text-decoration:none;
	padding:5px;
	color: #fff;
	font-size:1.1em;
	background: #5b5b5b;
	width:94%;
}


#leftNav li ul a{
	background:#7b7b7b;	
		
}

#leftNav li ul li {
	height:24px;
	margin-left:2px;
}


/* footer stuff */

#footer {
	padding-top: 20px;
	color : #efefef;	
}

#footer a{
	color: #efefef;
}

/* specials */

#announcement a{
	font-size:1.3em;
	font-weight:bold;	
	color:#65c505;
	position:relative;
	top:100px;
	left:500px;
	text-decoration:none;
}

#announcement a:hover {
	border-bottom:1px dashed #6fdb03;
	color: #6fdb03;
}
