body		{
	background:#222;
	margin:0;
	font-family:Helvetica,arial,sans-serif;
	color:#FFF;
	font-size:12px;
	line-height:125%;
}
#container	{
	width:1000px;
	height:750px;
	border:1px solid #F00;
	margin:0px auto;
	margin-top:50px;
	position:relative;
	background-color:#000;
}
#header		{
	min-height:140px;
	background-image:url('images/headerlogo.jpg');
	background-position:50px 20px;
	background-repeat:no-repeat;
	background-color:#000;
}
#leftcol	{
	width:790px;
	float:left;
	background:#000;
}
#ritecol	{
	width:200px;
	float:right;
	background:#000;
}
#footer		{
	clear:both;
	background:#000;
}
#byline		{
	text-align:center;
	font-size:9px;
	padding:3px;
	color:#333;
}
#byline a	{
	text-decoration:none;
	color:#333;
}
#byline a:hover	{
	text-decoration:underline;
}
img 			{
	border:0px;
}
a 	{
	color:#FFF;
}
h1, h2, h3		{
	font-family:Arial-Black,'Arial Black','Trebuchet MS',sans-serif;
	margin-top:3px;
	margin-bottom:5px;
	padding-top:3px;
	padding-bottom:5px;
	line-height:100%;
}
h1			{
	font-size:28px;
	font-style:italic;
}
h2			{
	font-size:18px;
	font-style:italic;
}
h3	{
	font-size:12px;
	color:#FF0;
	margin-bottom:0px;
	padding-bottom:0px;
}
.htitle		{
	margin-left:490px;
	padding-top:60px;
}
#sidemenu	{
	width:150px;
	margin-top:40px;
	padding-bottom:20px;
}
.current	{
	font-weight:bold;
	color:#FF0;
	border-bottom:1px solid #FFF;
	font-size:12px;
	padding:3px 0px;
}
.menuitem	{
	border-bottom:1px solid #FFF;
	font-size:12px;
	padding:3px 0px;
}
.menuitem a {
	color:#FFF;
	text-decoration:none;
}
.menuitem a:hover	{
	color:#F00;
}
#maincontent	{
	padding-left:50px;
	margin-top:40px;
}
p			{
	width:500px;
	font-style:italic;
	line-height:140%;
}
.subtitle	{
	font-family:Arial-Black,'Arial Black','Trebuchet MS',sans-serif;
	font-size:12px;
	color:#FF0;
}
