@charset "UTF-8";
/* CSS Document */

* {		padding: 0px;
		margin: 0px;
		}

body {	background-color: black;
		font-family: Verdana, Geneva, sans-serif;
		font-size: 10px;
		text-align:center;
		height: 100%;
		}

a {		text-decoration:none;
		color: #000;
		/*border: 0; text-decoration: none; outline: 0;*/
		}
		

h1 {	font-size: 20px;
		color:#000;
		}
	
h2 {	font-size: 12px;
		color: #999;
		}

h3 {	font-weight:100;
		line-height: 20px;
		padding-top: 25px;
		padding-bottom: 35px;
		}

h4 {	font-size:10px
	}
		
a:hover {color: #cc0000;
		}

#wrapper {width: 760px;
			margin: 0 auto;
			background-color:white;
			border-left: 3px solid #ff0; border-right: 3px solid #ff0;
			/*width: 670px; padding: 15px; background: white; margin: 0 auto 50px; position: relative;*/
			}

#banner {	padding-bottom: 15px;
			}

ul {	margin-left: 200px;
		list-style-type: none;
		width: 547px;
		float: left;
		padding-bottom: 10px;

		}

ul li {	float: left;
		}

ul a {	display: block;
		padding: 0 15px;
		line-height: 2.1em;
		background: url(images/bullet.jpg) no-repeat 0 50%;
		text-decoration: none;
		color:#000;
		}
		

.clear {	clear: both;
		}
 
#content {	background-color: white;
			margin: 20px auto;
	}

span.italics {	font-style:italic;
}

span.red {	color: #cc0000;
}

.center {	text-align: center
}


#maincontent {	float: left;
				text-align: left;
				line-height: 14pt;
				width: 370px;
				padding-top: 10px;
				padding-right: 15px;
				padding-left: 20px;
				border-right: dashed 1px #000;
}

#sidebar {	float: right;
			width: 330px;
			padding: 10px 15px 0px 0px;
			text-align: left;
}


.sidebar_nav {	background: url(images/bullet.jpg) no-repeat 0% 65%;
				list-style-type: none;
				margin: 0;
				
				}
				
.side_li {float: none;}
	


.subnav_ul {background: url(images/bullet.jpg) no-repeat 0 15%;
			margin-top: 10px;
			margin-left: 120px;
}


#footer { 	clear: both;
			width: 760px;
			height: 35px;
			margin: 0 auto;
			padding-top: 15px;
			background-color: #FFF;
}
