﻿@charset "utf-8";
/* CSS Document */

body	{
	background-color: black;
	font-family: tahoma, arial;
	font-size: 10pt;
	color: white;
	margin-top: 20px;
}

img	{
	border: 0px;
}

a	{
	color: white;
	text-decoration: none;
	font-weight: bold;
}

a:visited	{
	color: white;
	text-decoration: none;
	font-weight: bold;
}

a:hover	{
	text-decoration: none;
	color: #FFCC33; /* yellow */
}



#left-col	{
	/* width: 200px; */
	width: 160px;
	/* text-align: center; */
	vertical-align: top;
	/* padding-top: 12px; */
	/* background: url(../images/left-nav-bg.jpg) repeat-y; */
	background-color: #333333;
}

#left-nav {
	width: 160px;
	height: 100%;
	text-align: center;
	margin-top: 12px;
	/* margin-left: 36px; */
}


#content-area	{
	/* width: 470px; */
	width: 510px;
	vertical-align: top;
	padding-top: 12px;
	font-weight: bold;
}

#search-content-area {
	background-color: white;
	height: 100%;
}


#right-nav	{
	width: 230px;
	text-align: right;
	vertical-align: top;
	padding-top: 12px;
	font-weight: bold;
	color: #FFCC33; /* yellow */
}


#red-bar	{
	width: 900px;
	text-align: right;
	padding-right: 62px;
	background: #CC0000 url(../images/red-bar.jpg) no-repeat;
}


#bottom-nav	{
	width: 900px;
	text-align: center;
}
h1{
	font-family: tahoma, arial;
	font-size: 10pt;
	
}

