﻿/* Reset Browser defaults and set 1em = 10px */
body 
{
	font-size: 62.5%;
}

body, h1, h2, h3, h4, h5, h6, ol, form, blockquote 
{
	padding: 0;
	margin: 0;
}

h1, h2, h3, h4, h5, h6, pre, code 
{
	font-size: 1em;
	font-weight:normal;
}



body
{
	font-family: Verdana,Arial,Helvetica,sans-serif;
	background-color: #FFFFFF;
}

h1
{
	color: #FFFFFF;
	font-size: 1.8em;
	font-family: Times New Roman, Times, Serif;
	font-weight: bold;
}

a
{
	color: #000000;
}

a:hover
{
	color: #FF0000;
}

div#Wrapper
{
	margin: 30px auto;
	width: 745px;
	height: 455px;
	border: 2px solid #888888;
/*	padding: 15px 5px 0px 10px;*/
	background-image: url("images/background.jpg");
	background-repeat: no-repeat;
}

table#Layout
{
	width: 100%;
}

table#Layout td#Logo
{
	padding: 15px 0px 0px 10px;
}

table#Layout td#TopBar
{
	padding: 5px 12px 0px 0px;
}

#TopBarInner
{
	margin-left: 15px;
	padding-left: 10px;
	width: 465px;
	height: 63px;
	background-image: url("images/wood.jpg");
}

table#Layout td#NavColumn
{
	vertical-align: top;
	padding-top: 20px;
}

table#Layout td#Content
{
	padding: 0px 28px 0px 0px;
}

table#Layout td#Footer
{
	
}

.TopLinks
{
	position: relative;
	top: 30px;
	width: 100%;
}

.TopLinks li
{
	display:inline; 
	float:left;
	color: #FFFFFF;
	font-size: 2em;
}

.TopLinks li a, .TopLinks li a:visited
{
	font-family: Times New Roman, Times, Serif;
	color: #FFFFFF;
	text-decoration: none;
}

.TopLinks li a:hover
{
	color: #000000;
}

.NavLinks
{
	margin-left: -40px;
	list-style: none;	
}

.NavLinks li
{
	font-size: 1.3em;
	background-image: url("images/newsidenav.gif");
	background-repeat: no-repeat;
	padding: 2px 0px 2px 3px;
	margin: 5px 0px;
}

.NavLinks li a
{
	font-family: Times New Roman, Times, Serif;
	text-decoration: none;
}

.Small
{
	font-size: .9em;
}

#Footer
{
	text-align: center;
	margin-bottom: 5px;
}

#FooterContent
{
	font-size: 1em;
	font-weight: bold;
}

#FooterContent a
{
	text-decoration: none;
}

#FooterSpacer
{
	width: 140px;
}

#ContentInner
{
	margin: 10px 15px;
	height: 320px;
	width: 100%;
	overflow: auto;
}

.Portrait
{
	background-color: #CC9999;
	margin: 0px 5px 5px 0px;
}

ul
{
	list-style: bullet;
}