body {
	background-color:#000000;
}

h1 {
	font-size:24px;
	color:#FFF000;
	font-weight:700;
 	margin:0;
        text-align:left;
}

h3 {
	font-size:16px;
	color:#006633;
	margin:0;
	font-weight:700;
}

h2 {
	font-size:16px;
	color:#FFF000;
	font-weight:700;
	margin:0;
	padding-bottom:5px;
	border-bottom:1px dotted #CCC;
        text-align: left;
}

p {
	margin-top:5px;
	padding-bottom:5px;
	font-size:11px;
	line-height:1.5em;
}

a {
	color: FF9933;
}
#container {
	font-family:Helvetica,sans-serif;
	font-size:11px;
	margin:0 auto;
	width:800px;
	height:auto;
	background-color:black;
	text-align:left;
}


#content {
	font-family:Arial,Helvetica,sans-serif;
	height:1%;
        font-size:12px;
	background-color:black;
	}

#leftColumn {
        padding-top: 0px; 
	float:left;
        background-color: #000000;
	padding-left:55px;
}

#nav {
	margin:0px;
	padding:10px;
	list-style:none;
}

#nav a {
	display:block;
	font-size:11px;
	color:black;
	text-decoration:none;
	padding:10px 10px 5px 10px;
	width:140px;
	height:10px;
	border-bottom:1px dotted #333;
        background-color: white;
	
}

#nav a:hover {
	background-color:yellow;
}

#leftColumnBottom {
	width:130px;
	background:url(bg1c.gif) repeat-x;
	padding:110px 10px 10px;
	color:#EAEAEA;
}

#rightColumn {
        font-family:Arial,Helvetica,sans-serif;
        margin-top:10px;
	float:left;
	width:655px;
	min-height:400px;
	height:auto !important;
        background-color: black;
        color: white;
        text-align: left;
        font-size: 11px;
}


