
/*----------------------------------------
Name: global.css
Developed by:
Date Created:
Last Updated:
Copyright:
----------------------------------------*/

/* Imports
----------------------------------------*/
@import url("reset.css");
@import url("externalLinks.css");
@import url("nav.css");

/* Elements
----------------------------------------*/
body
{
	background-color: #f2f8ff;
	padding-top: 10px;
}

body, p, td, th, li
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:.875em;
	line-height:1.5em;
	color:#ffffff;
}

#mainContainer
{
	width: 760px;
	margin: 0px auto;
	border: 1px solid #ccc;
	background-color: #799bd1;
}

.sponsors
{
	background-color: #FFFFFF;
	color:#000000;
	padding: 8px 8px 8px 8px;
	border-bottom: 15px solid #4B6193;
}
.sponsors p
{
	background-color: #FFFFFF;
	color:#000000;
}

.sponsors table td 
{
	vertical-align: top;
	padding-left: 8px;
	padding-right: 8px;
	color: #000000;
}

.sponsors table td a:link,.sponsors table td a:visited
{
	color: #000000;
}

p
{
	margin: 0 0 1em 0;
}

/*--- Link Styles ---*/
a:link, a:visited
{
	color: #FFFFFF;
}

a:hover, a:active
{
	text-decoration:none;
}

h1
{
	color:#fff;
	margin:0px 0 .5em 0;
	padding: 5px 0 5px 7px;
	font-size:1.1em;
	font-weight:bolder;
	background: #C4112F;
}

h2
{
	color:#5C8127;
	margin:.825em 0 .5em 0;
	font-size:1.75em;
}

h3
{
	color:#000;
	margin:.825em 0 .5em 0;
	font-size:1.5em;
	text-align: center;
}

h4
{
	color:#5C8127;
	margin:.825em 0 .5em 0;
	font-size:1.25em;
}

h5
{
	color:#5C8127;
	margin:.825em 0 .5em 0;
	font-size:1.125em;
}

h6
{
	color:#5C8127;
	margin:.825em 0 .5em 0;
	font-size:1em;
}

ol
{
	margin-left:25px;
	
}

blockquote	{margin: 0 0 18px 18px; color:#666666; font-style: italic;}
strong		{font-weight:bold;}
em		{font-style:italic;}

/* Standard Definitions
----------------------------------------*/
.left 		{float:left;}
.right 		{float:right;}
.clearThis 	{clear:both;}
.small		{font-size:.625em;}
.large		{font-size:1em;}
.soft		{color:#D3D3D3;}
.hide		{display:none;}
p.last		{margin-bottom:0px;}
p.center	{text-align: center;}
p.right		{text-align: right;}
/* Header
----------------------------------------*/
#header
{
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	
}

/* Nav
----------------------------------------*/
#nav
{
	clear: both;
	float: left;
}

/* Main Content
----------------------------------------*/
#mainContent
{
	clear: both;
	background-color: #4B6193;
}

#inside 
{
	padding: 0 8px 8px 8px;
}

/* Footer
----------------------------------------*/
#footer
{
	width:760px;
	height:18px;
	background-color: #5E81C5;
	border-top: 8px solid #C4112F;
	text-align: right;
}

#footer p 
{
	font-size:.625em;
}

.visitcount 
{
	color: #799bd1;
	font-size: 10px;
	padding-right: 4px;
}

ul li
{
	margin-left: 40px;
}