
/* Reset */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td 
	{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 16px;
	vertical-align: baseline;
	background: transparent;
	}

html /* add so that IE sets font size to 1em */
	{
	font-size: 16px;
	}

body 
	{
	font-size: 16px; /* set font size to default */
	font-family: verdana, sans-serif;
	text-align: left;
	padding: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 1.875em;
	margin-bottom: 0;
	width: 100%;
	background: #fff;
	color: #707070;
	background: url('../images/bg.gif') repeat;
	}

ol, ul, li
	{
	list-style: none;
	padding: 0;
	margin: 0;
	}

/* End of Reset */

/* Main Layout Divs */

#shaddowone
	{
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 0.0625em;
	width: 44.125em;
	height: 37.5em;
	background-color: #282828;
	}

#shaddowtwo
	{
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 0.0625em;
	width: 44em;
	height: 37.5em;
	background-color: #262626;
	}

#shaddowthree
	{
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 0.0625em;
	width: 43.875em;
	height: 37.5em;
	background-color: #242424;	
	}

#mainarea
	{
	margin-left: auto;
	margin-right: auto;
	width: 43.75em;
	height: 37.5em;
	background-color: #fff;
	}
	
#topnav
	{
	clear: both;
	width: 43.75em;
	height: 9.375em;
	background: url('../images/topbg.gif') repeat-x #fcfcfc;
	background-position: bottom;
	}
	
#logo
	{
	padding-top: 2.5em;
	width: 18.125em;
	height: 6.875em;
	float: left;
	}
	
#logo img
	{
	width: 18.125em;
	height: 5em;
	border: none;
	}
	
#nav
	{
	margin-top: 2.625em;
	width: 25.563em;
	height: 6.75em;
	float: right;
	text-align: right;
	color: #979797;
	}

#nav a:link, #nav a:active, #nav a:visited
	{
	vertical-align: middle;
	color: #979797;
	font-size: 0.75em;
	text-decoration: none;
	}

#nav a:hover
	{
	vertical-align: middle;
	color: #979797;
	font-size: 0.75em;
	text-decoration: underline;
	}

#nav img
	{
	vertical-align: middle;
	width: 0.063em;
	height: 4.313em;
	}

#maincontentarea
	{
	clear: both;
	width: 43.75em;
	height: 28.125em;
	}
	
#maincontentarealeft
	{
	float: left;
	width: 21.875em;
	height: 28.125em;
	background-color: #fff;
	}

#maincontentarealeft img
	{
	width: 21.875em;
	height: 28.125em;
	border: none;
	}

#maincontentarearight
	{
	float: right;
	width: 21.875em;
	height: 28.125em;
	background-color: #fff;
	}

.homepage
	{
	width: 21.875em;
	height: 28.125em;
	border: none;
	}

h1
	{
	margin-left: 1.25em;
	margin-top: 1.25em;
	margin-bottom: 0.625em;
	font-size: 0.75em;
	font-weight: bold;
	}

#maincontentarearight p
	{
	margin: 1.25em;
	font-size: 0.75em;
	}

#maincontentarearight a:link, #maincontentarearight a:active, #maincontentarearight a:visited
	{
	color: #707070;
	font-size: 1em;
	text-decoration: underline;
	}

#maincontentarearight a:hover
	{
	color: #707070;
	font-size: 1em;
	text-decoration: underline;
	}

.map
	{
	width: 18.75em;
	height: 10.938em;
	}
	
#footer
	{
	margin-left: auto;
	margin-right: auto;
	padding: 0em 0em 2em 0em;
	width: 43.75em;
	height: 1.25em;
	text-align: center;
	}

.footertext
	{
	font-size: 0.625em;
	color: #fff;
	}	

#footer a:link, #footer a:active, #footer a:visited
	{
	font-size: 1em;
	color: #fff;
	text-decoration: underline;
	}

#footer a:hover
	{
	font-size: 1em;
	color: #fff;
	text-decoration: underline;
	}
	
/* End of Main Layout Divs */