﻿<style type="text/css">
<!--
/*********************/
/* RESET STYLES */
/*********************/
html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote {
 padding: 0;
 margin: 0;
 font-size: 100%;
 font-weight: normal;
}

table { border-collapse: collapse; border-spacing: 0; }
td, th, caption { font-weight: normal; text-align: left; }
img, fieldset { border: 0; }
ol { padding-left: 2em; list-style: decimal; }
ul {
	padding-left: 1.4em;
	list-style: disc;
}
q:before, q:after { content:''; }

/**********************/
/* BODY LAYOUT STYLES */
/**********************/

body {
	margin:0 auto;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#333333;
	background-image:url('images/grey.png');
	font-size:12px;
}
#wrapper {
	width:80%;
	margin:20px auto;
	background-color:#808080;
}
#header { 
		margin-top:0;
        text-align:center;
        background-image:url('images/tan.png');
        border:0;}
#header td {
	margin-top:-15px;
}
#nav {
    margin: -15px auto 0 auto;
	width:100%;
	text-align: center;
	font-weight: bold;
	background-color:#000066;
	line-height:2em;
	font-size:14px;
}
#nav a {color:#FFFFFF;}

#content { margin: 0 auto;
           width: 80%;
    }
    
#footer {
text-align:center;}

/**********************/
/* TEXT STYLES */
/**********************/

h1 {
	margin-top: 20px;
	text-align:center;
	font-size:2em;
	font-weight:bold;
	border-bottom: 2px black double;
	border-top: 2px black double;
}
.contentitem {
	margin-bottom:10px;
	height: 220px;
}

.left {
	float:left;
	position:relative;
}

.right {
	float:right;
	position:relative;
}

.tablerightcorner {
	text-align: right;
}

a {color: #000000;
   text-decoration: none;
   font-weight: bold;}
a:hover {color: #000066; 
   text-decoration: underline;}

.center {
	text-align:center;
}
.right {
	text-align: right;
}
-->
</style> 

