/* basic elements */
body {
	background: #444444 url(bg.gif) repeat-x;
	width:100%;
	height:100%;
	text-align: center;
	}

p {
	font: normal 11px Arial, Tahoma, Verdana, sans-serif; letter-spacing: 0px; margin-bottom: 0px; color: #000000;
	}

h1 {
	font:  bold 14px Arial, serif;letter-spacing: 0px;  margin-bottom: 0px; color: #000000; 
	}
	
h2 {
	font:  bold 12px Arial, serif;letter-spacing: 0px;  margin-bottom: 0px; color: #A60016; 
	}

td {
	font: 8.5pt Arial, Tahoma, Verdana, sans-serif; 
	}

.headline {
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 24px;
		font-style: normal;
		font-weight: bold;
	}


#nav a {
	font: 8.5pt Arial, Tahoma, Verdana, sans-serif; letter-spacing: 1px; margin-bottom: 0px; color: #FFF;
	padding-right:7px;
	padding-left:7px;
	border-right:1px solid #A1002F;
	}
	
#nav a.selected{
	font: 8.5pt Arial, Tahoma, Verdana, sans-serif; letter-spacing: 1px; margin-bottom: 0px; color: #FFF;
	padding-right:7px;
	padding-left:7px;
	border-right:1px solid #1A2F58;
	background-color:#A1002F;
	padding-top:3px;
	padding-bottom:3px;
	}
	
#nav a.selected:hover{
	background-color:#A1002F;
	color:#FFF;
	}

#nav a:hover {
	color: #A1002F;
	background-color:#FFF;
	padding-top:3px;
	padding-bottom:3px;
	padding-left: 7px;
	padding-right: 7px;
	}

a:link, a:visited {
	color: #000;
	text-decoration: none;
	}

a:hover, a:active {
	color: #A1002F;
	text-decoration: bold;
	}

#container {
	position: relative top-center;
	margin: 0 auto;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 740px;
	background: white;
	text-align: center;
	border: solid 1px #A1002F;
	} 

#header {
	background: url(header.jpg) no-repeat white;
	position: relative top-center;
	margin: 0 auto;
	height: 132px; 
	width: 740px;
	border-bottom: solid 1px #A1002F;
	}

#mainArea {
	margin: 0 auto; 
	width: 720px;
	height: 980%;
	background: white; 
	position: relative top-center; 
	margin: 0 auto; 
	}

#nav {
	position: relative;
	text-align: left;
	margin: 0 auto;
	float: left;
	top: 110px;
	left: 170px;
	width: 610px;
	}

#leftColumn{
	position: relative;
	background: url(images/contentBack.gif) repeat-x;
	float: left;
	left: 5px;
	top: 5px;
	width: 400px;
	}

#rightColumn{
	background: #FFF;
	position: relative;
	text-align: left;
	float: left;
	left: 5px;
	top: 5px; 
	width: 320px;
	}
	
#footer{
	background: #A1002F;
	position: relative top-center;
	width: 740px;
	height: 15px;
	margin: 0 auto;
	margin-bottom: 5px;
	border: solid 1px #A1002F;
	}
