/******************************/
/***** STANDARD ELEMENTS ******/
/******************************/
body
{
	background-color: #000011;
	color: #ffffff;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
}
h1
{
	color: #ffffff;
}
h2
{
	font-size: 18px;
}
h3
{
	color: #999999;
	font-size: 14px;
	font-style: italic;
}
h4
{
	color: #ffffff;
}
img
{
	border: none;
}
li
{
}
a
{
	color: #aa0000; /* #0099ff */ /* #5555aa */
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
a:visited
{
}
hr
{
	border: none;
	border-top: 1px solid #770000;
	clear: both;
}



/******************************/
/******* GLOBAL CLASSES *******/
/******************************/
.left
{
	float: left;
}
.right
{
	float: right;
}
.clear
{
	clear: both;
}
.center
{
	text-align: center;
}



#container
{
	margin: 0px auto 0px auto;
	width: 980px;
}



/******************************/
/********** HEADER ************/
/******************************/
#header
{
	background-color: #770000;
	height: 33px;
	margin-bottom: 10px;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 100;
}
#header #navigation
{
	margin: 0px auto 0px auto;
	position: relative;
	width: 980px;
	/*font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 14px;*/
}
#header #navigation ul
{
	list-style: none;
	padding: 7px 0px 3px 0px;
	margin: 0px;
	/*text-align: center;*/
	white-space: nowrap;
}
#header #navigation ul li
{
	display: inline;
	padding: 0px 60px 0px 0px;
	margin: 0px;
	color: #2222ff;
	font-size: 16px;
	line-height: 20px;
}
#header #navigation ul a
{
	border-left: 3px solid transparent;
	border-right: 3px solid transparent;
	color: #eeeeee;
	padding: 0px 2px 0px 2px;
	text-decoration: none;
	text-transform: uppercase;
}
#header #navigation ul a:hover
{
	border-color: #eeeeee;
	color: #ffffff;
}
#header #navigation ul li.active a
{
	background-color: #eeeeee;
	color: #770000;
	padding: 7px 7px 7px 7px;
}
#header #navigation ul li.active
{
	padding: 0px 50px 0px 0px;
}

.subNav
{
	background-color: #eeeeee;
	margin: 4px auto 0px auto;
	position: relative;
	width: 980px;
}
.subNav ul
{
	list-style: none;
	padding: 2px 0px 2px 10px;
	margin: 0px;
	white-space: nowrap;
}
.subNav ul li
{
	display: inline;
	padding: 0px 50px 0px 0px;
	margin: 0px;
	color: #2222ff;
	font-size: 14px;
	line-height: 18px;
}
.subNav ul a
{
	border-left: 3px solid transparent;
	border-right: 3px solid transparent;
	color: #770000;
	padding: 0px 2px 0px 2px;
	text-decoration: none;
	text-transform: lowercase;
}
.subNav ul a:hover
{
	border-color: #770000;
	color: #880000;
}


/******************************/
/********** CONTENT ***********/
/******************************/

#content
{
	margin-top: 100px;
}
#content b
{
	color: #777777;
}

.threeColumn
{
	border-right: 1px solid #333333;
	float: left;
	width: 290px;
	padding: 0px 10px 0px 10px;
}
.threeColumn ul
{
	list-style: square;
	padding-left: 13px;
}
.threeColumn ul li
{
	padding-bottom: 5px;
}

#error
{
	color: #ff0000;
	margin: 15px 0px 15px 0px;
}
input.smallNumbers
{
	width: 20px;
}
input.text
{
	border: 1px solid #0086f2;
}
table
{
	border-spacing: 10px 10px;
	border-collapse: collapse;
	border: 1px solid #222222;
}
table th
{
	background-color: #0086f2;
	border: 1px solid #222222;
	color: #ffffff;
	padding: 0px 10px 0px 10px;
}
table td
{
	border: 1px solid #222222;
	padding: 3px 10px 3px 10px;
}

/******************************/
/*********** HOME *************/
/******************************/
#homeMainLeft
{
	float: left;
	padding: 0px 20px 0px 0px;
	width: 500px;
}
#homeMainRight
{
	float: left; /*700x909*/
}




/******************************/
/********** FOOTER ************/
/******************************/
#footer
{
	margin-top: 70px;
	margin-bottom: 75px;
	text-align: center;
}
#footer hr
{
	padding-top: 10px;
}
