/*
main.css
COPYRIGHT (C) 2006 - 2009 by DAVID "REZ" GRAHAM
ALL RIGHTS RESERVED
*/

/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// GLOBAL STYLES
//////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
body
{
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #F0F0F0;
	background-color: #000000;
}

A:link {color: #00FFFF;}
A:visited {color: #00CCCC;}


/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// CLASSES
//////////////////////////////////////////////////////////////////////////////////////////////////////////////// */

/* ***********************
// Paragraph Styles
*********************** */

/* used for headings within the main body of the page */
p.heading
{
	font-size: 18px;
	font-weight: bold;
}

/* Used for "Download Here" links */
p.download
{
	font-size: 10
}


/* ********************
// Table Styles
******************** */

/* this is the header row */
tr.header
{
	height: 128px;
}

td.outline
{
	border-style: solid;
	border-width: thick;
	border-color: #770000;
}

/* the logo cell */
td.logo
{
	width: 192px;
}

/* the title of the page */
td.title
{
	font-size: 40px;
	text-align: center;
	width: 100%;
}

/* the nav bar */
td.nav
{
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	/*text-align: left;*/
	vertical-align: top;
	width: 192px;  /* same as logo */
}

/* the main body of the page */
td.main
{
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	vertical-align: top;
	padding: 10px;
}

/* lists on the nav bar */
ul.nav
{
	text-align: left;
	list-style-image: url(/images/ul.gif);
}

