body
{
	font-family: sans-serif;
	background-color: black;
}

.container
{
	position: relative;
//	width:921px;
	margin-top: -10px;
	margin-left: 40px;
	text-align:left;
	font-size: 12px;
	line-height: 150%;
	font-weight: normal;
}

.separator
{
	background-color: #ffe100;
	width:920px;
	height: 4px;
}


.main
{
	position: relative;
	width: 920px;
}


.sidebar
{
	position: absolute;
	top: 0px;
	right: 0px;
	float: right;
	text-align: center;
	width: 200px;
	padding-top:32px;
}


.content
{
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	float: left;
	width: 680px;
}


.container h1
{
	font-size: 14px;
	text-align: left;
	font-weight: bold;
	margin-bottom: 10px;
	font-weight: normal;
	text-decoration:none;
}

.container h2
{
	font-size: 13px;
	text-align: left;
	font-weight: bold;
	margin-bottom: 10px;
}

.container h3
{
	font-size: 14px;
	text-align: left;
	font-weight: bold;
	margin-bottom: 10px;
}

.container p.posted
{
	font-size: x-small;
	border-bottom: 1px solid white;
	border-left: 1px solid white;
	text-align: left;
	margin-bottom: 25px;
	margin-top: 0px;
	line-height: normal;
	padding: 3px;
	padding-right: 0px;
}

.entryTitle
{
	font-size: 12px;
	font-weight: bold;
}

.entryTitle a
{
	font-size: 16px;
	text-decoration: none;
	padding-left:3px;
	padding-right:3px;
}

.entryTitle a:link
{
	background-color:#ffe100;
	color:black;
}

.entryTitle a:active
{
	background-color:#ffe100;
	color:black;
}

.entryTitle a:visited
{
	background-color:#ffe100;
	color:black;
	font-size: 16px;
}


.sidebar h2
{
	font-size: x-small;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .3em;
	color: #FFFFFF;
}

.sidebar ul
{
	padding-left: 0px;
	margin: 0px;
	margin-bottom: 30px;
}

.sidebar_dropdown li
{
	font-size: x-small;
	text-align: left;
	line-height: 150%;
	margin-top: 0px;
}

.sidebar li
{
	list-style type: circle;
	list-style position: outer;
	margin-left:15px;
}

.sidebar_button
{
	font-size: 14px;
	text-align: center;
	padding: 2px;
	margin-bottom: 15px;
	background-color: #ffe100;
	color: #000000;
	font-weight: bold;
}

div.sidebar_button:hover
{
	background-color: #FFFFFF;
	color: #000000;
}

.sidebar_dropdown
{
	font-size: 10px;
	line-height: 150%;
	text-align:left;
	padding: 4px;
	padding-bottom: 0px;
	margin-top: -15px;
	margin-bottom: 10px;
	border: 2px solid #ffe100;
	font-weight:bold;
}


.container img
{
	border-color:#ffe100;
}

.container
{
	color: white;
}

.container a
{
	color: #ffe100;
}

.container a:hover
{
	color: white;
}

.container h1
{
	color: #ffe100;
}

.container h1:hover
{
	color: white;
}


