/* Basic Styling */

body {
    width: 100%;
	margin: 0px;
	padding: 0px;
	font-size: medium;
	font-family: arial, sans-serif;
	background: #06C;
	font-family: arial, serif;
	color: #FFF;
	margin-bottom: 5px;
	}
	
#menu A:link {
	text-decoration: none;
	text-transform: uppercase;
	color: #000;
	border-bottom: none;
	background: #FEE2A0;
	border: solid 1px #000 ;
	padding-left: 2px;
	padding-right: 2px;
	margin-left: 1px;
	margin-right: 1px;
	letter-spacing: 1px;
	}
#menu A:visited {
	text-decoration: none;
	text-transform: uppercase;
	color: #000;
	border-bottom: none;
	background: #FEE2A0;
	border: solid 1px #000 ;
	padding-left: 2px;
	padding-right: 2px;
	margin-left: 1px;
	margin-right: 1px;
	letter-spacing: 1px;
	}
#menu A:active {
	text-decoration: none;
	text-transform: uppercase;
	color: #000;
	border-bottom: none;
	background: #FEE2A0;
	border: solid 1px #000 ;
	padding-left: 2px;
	padding-right: 2px;
	margin-left: 1px;
	margin-right: 1px;
	letter-spacing: 1px;
	}
#menu A:hover {
	text-transform: uppercase;
	text-decoration: none;
	color: #FFF;
	border-bottom: none;
	background: #00C;
	border: solid 1px #000 ;
	padding-left: 2px;
	padding-right: 2px;
	margin-left: 1px;
	margin-right: 1px;
	letter-spacing: 1px;
	}

h1 {
	font-family: Lucida Sans Unicode, serif;
	font-size: 14pt;
	font-weight: bold;
	text-decoration: underline;
	color: #E28F00;
	margin-bottom: 10px;
	margin-top: 0px;
	}
	
h2 {
	font-family: Arial, serif;
	font-size: 14pt;
	font-weight: bold;
	background-image: url('h2.png');
	background-repeat: no-repeat;
	color: #FFF;
	margin-bottom: 10px;
	margin-top: 0px;
	height: 25px;
	width: 300px;
	text-align: center;
	}
	
A:link {
	text-decoration: none;
	color: #E28F00;
	border-bottom: dashed 1px #E28F00;
	}
A:visited {
	text-decoration: none;
	color: #E28F00;
	border-bottom: dashed 1px #E28F00;
	}
A:active {
	text-decoration: none;
	color: #E28F00;
	border-bottom: dashed 1px #E28F00;
	}
A:hover {
	text-decoration: none;
	color: #FFF;
	border-bottom: dashed 1px #FFF;
	}


/* Site Design */

#top {
	background: #E28F00;
	height: 100px;
	width: 755px;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
	border-left: solid 1px #FFFFFF;
	border-right: solid 1px #FFFFFF;
	border-top: solid 1px #FFFFFF;
	}
	
#menu {
	background: #FFF;
	padding: 2px;
	font-family: Tahoma, serif;
	color: #000;
	font-size: small;
	width: 745px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 5px;
	padding-right: 5px;
	border-left: solid 1px #FFFFFF;
	border-right: solid 1px #FFFFFF;
	}

#content {
	padding: 5px;
	width: 745px;
	border-left: solid 1px #FFFFFF;
	border-right: solid 1px #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	border-bottom: solid 1px #FFFFFF;
	background: #00C;
	}
