/* CSS Document */
body {
font-size:10px;
margin:0px;
background-image:url(../../images/black_bg.gif);
background-repeat:repeat-x;
}

#container {
	width: 100px;
	\width: 1020px;
	w\idth: 1000px;
	border: 0;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}

#header {
	height:15px;
	padding: 5px;
	margin-bottom:0px;
	text-align:center;
	background-color:transparent;
}

span.bigheadline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	word-spacing: normal;
	text-decoration: none;
	font-weight:bold;
	color:#ffffff;
	font-size:1em;
	text-align:left;
	text-transform:uppercase;
}
span.subhead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	word-spacing: normal;
	text-decoration: none;
	font-weight:bold;
	color:#666666;
	font-size:.9em;
	text-align:left;
}
span.sidebarCopy {
	font-family: Verdana;
	font-size: 1em;
	line-height: 1.6em;
	letter-spacing: 0;
	text-align: left;
	word-spacing: normal;
	text-decoration: none;
	color: #000000;
}
span.bodyCopy {
	font-family: Georgia;
	font-size: 1em;
	line-height: 1.6em;
	letter-spacing: 0;
	text-align: justify;
	word-spacing: normal;
	text-decoration:none;
	font-style:italic;
	font-weight:bold;
	color: #000000;
	background-color: #FFFFFF;
}
span.footerCopy {
	font-family: Verdana;
	font-size: 0.9em;
	line-height: .9em;
	letter-spacing: 0px;
	text-align: center;
	word-spacing: 0.25em;
	text-decoration:none;
	color:#ebebeb;
	}
/* Links */
a:link {
	color:#ffffff;
	text-decoration:underline;
	font-weight:bold;
}

a:visited { 
	color:#ffffff;
	text-decoration:underline;
}
a:hover {
	color:#cccccc;
	text-decoration:underline;
}
#content {
	text-align:center;
	padding: 0px;
	margin-left:auto;
	margin-top:20px;
	margin-bottom:20px;
	margin-right:auto;
	background-color:#ffffff;
}

#leftSidebar {
	background-color:#999999;
	float: left;
	width:150px;
	margin-top:20px;
	margin-right:0px;
	padding: 5px;
}

#rightSidebar {
	float: right;
	width:150px;
	margin: 0;
	margin-left:20px;
	margin-top:20px;
	padding: 5px;
	background-color:#666666;
}

#footer {
	clear: both;
	padding: 10px;
	margin-top:0px;
	text-align:center;
	background-color:#ffffff;
}
