/* 
' ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
' Title: 		Stylesheet
' Description:		This page contains overall styles for the entire site.
' ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
' History
' 08/22/2006	: Tony Groves - Created Page
' ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 		HTML <tag> REVISIONS
   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

html {}

body {
	margin:0;
	background:#cccccc;
	text-align:center;
	}

a {
	margin:0;
	padding:0;
	}

img {
	border:none;
	margin:0;
	padding:0;
	}

#outerwrap {
	width:700px;
	border:none;
	margin:0 auto;
	background:#fff;
	}

#header {
	border:none;
	width:700px;
	height:100px;
	margin:0;
	background-image:url('images/headerBG.gif');
	text-align:right;
	}

#content {
	}

#content_1 {
	display:inline;
	border:none;
	float:left;
	width:298px;
	height:600px;
	padding:0;
	margin:0;
	text-align:center;
	clear:both;
	background-color:#fff;
	}

#content_2 {
	border-left:1px solid #ABAAAA;
	float:right;
	width:400px;
	height:600px;
	margin:0;
	padding:0;
	text-align:center;

	background-color:#fff;
	}

#footer {
	background:url('images/headerBG.gif');
	border:none;
	width:700px;
	height:100px;
	float:left;
	margin:0;
	padding:0 0 50px 0;
	}

p {
	font-family:Verdana, Helvetica, sans-serif;
	font-size:.8em;
	font-weight:normal;
	text-align:justify;
	margin:0 0 0 65px;
	}

h1 {
	font-family:Verdana, Helvetica, sans-serif;
	font-size:1em;
	font-weight:normal;
	color:#F4CF46;
	margin:20px 0 0 0;
	padding:0;
	text-align:left;
	}

h5 {
	font-family:Verdana, Helvetica, sans-serif;
	font-size:.6em;
	font-weight:normal;
	text-align:center;
	color:#ABAAAA;
	margin:40px 0 0 0;
	padding:0;
	line-height:1.5em;
	}

h5 a {
	text-decoration:none;
	color:#A97AB4;
	}

h5 a:hover, active, visited {
	text-decoration:underline;
	color:#621880;
	}

