@charset "utf-8";
/* CSS Document */

/**
 **********************************
 * HTML Elements
 **********************************
 */
 
BODY
{
	font-family: Eras Light ITC, Century Gothic, Trebuchet MS, Verdana;
	background: #111155;
	text-align: center;
	margin: 0 0;
}

P
{
	text-align: justify;
}

A
{
	color: #111155;
	font-family: Eras Light ITC, Century Gothic, Trebuchet MS, Verdana;
	text-decoration: none;
	border-bottom: 1px solid #BFBBEA;
}

A:HOVER
{
	color: #000066;
	font-family: Eras Light ITC, Century Gothic, Trebuchet MS, Verdana;
	text-decoration: none;
	border-bottom: 1px solid #000066;
}

/**
 **********************************
 * ID Containers
 **********************************
 */
 
#container
{
	width: 775px;
	height: auto;
	margin-top: 30px;
	text-align: left;
	float: center;
	background-color: #A6B7E2;
}

#leftcol
{
	text-align: right;
	height: 100%;
	width: 170px;
	float: inherit;
	clear: left;
	margin-left: 10px;
	background-color: #FFFFFF;
}

#divider
{
	position: relative;
	float: left;
	width: 100px;
	left: 10px;
	background-color: #A6B7E2;
}

#bottom
{
	width: 775px;
	height: 30px;
	background-color: #111155;
}

#rightcol
{
	width: 535px;
	float: right;
	margin-right: 35px;
	background-color: #A6B7E2;
}

#logo
{
	margin: auto auto auto -150px;
	text-align: right;
}

/**
 **********************************
 * Navigation
 **********************************
 */
#nav
{
	padding-right: 0px;
	margin-right: 8px;
	margin-top: 30px;
	height: inherit;
	padding-bottom: 0px;
}
 
 #nav ul
 {
 	list-style: none;
	margin-left: 0;
	padding-left: 0;
 }
 
 #nav ul li
 {
 	padding-left: 0;
	margin-left: 0;
	padding-bottom: 10px;
 }

#nav a
{
	padding: 0px 15px 0px 10px;
	text-decoration: none;
	font-family: Eras Light ITC, Century Gothic, Trebuchet MS, Verdana;
	border: none;
	font-size: 0.6em;
} 

#nav a:hover
{
	border: none;
	font-family: Eras Light ITC, Century Gothic, Trebuchet MS, Verdana;
	padding: 0px 30px 0px 0px;
	font-size: 0.6em;
}

 .nav_head
 {
 	color: #111155;
	font-family: Eras Light ITC, Century Gothic, Trebuchet MS, Verdana;
	font-size: 2.5em;
	text-decoration: none;
 }
 
 .nav_tag
 {
	color: #111155;
	padding-right: 10px;
 }

/**
 **********************************
 * Tables
 **********************************
 */ 
table.match td { 
	padding: 0 0 0 0;
	color: #FFFFFF;
	font: 62.5% Eras Light ITC, Century Gothic, Trebuchet MS, Verdana;
	vertical-align: top;
}

/**
 **********************************
 * Headers
 **********************************
 */ 
 h1
 {
 	color: #111155;
	font-family: Eras Light ITC, Century Gothic, Trebuchet MS, Verdana;
	font-weight: lighter;
	letter-spacing: -2px;
	font-size: 5em;
	margin-top: 0px;
	margin-bottom: 0px;
 }
 
 h2
 {
 	color: #282561;
	font-family: Eras Light ITC, Century Gothic, Trebuchet MS, Verdana;
	font-weight: lighter;
	font-size: 1.4em;
 }
 
 h3
 {
 	color: #282561;
	font-family: Eras Light ITC, Century Gothic, Trebuchet MS, Verdana;
	font-weight: bolder;
	font-size: 2em;
 }
 
 .content
 {
	padding: 0 0 5px 0;
	color: #282561;
 }
 
 .foot
 {
 	text-align: right;
	text-transform: capitalize;
	font-size: 0.9em;
	color: #282561;
 }
 
 #copyright
 {
	color: #A6B7E2;
	font-size: 0.6em;
	text-align: right;
 }

 
/**
 **********************************
 * Misc. Things
 **********************************
 */
.clear 
{
	clear: both; 
	height: 1px; 
	line-height: 1px;
	padding: 0; 
	margin: 0;
}

table{color: #282561} 
