@charset "utf-8";
/* CSS Document */

* {
	padding: 0;
	margin: 0;
	}
	
body {
	text-align: center;
	background: url(../images/clouds.jpg) repeat ;
	color: #5C331C;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	}
	
img {
	border: none;
	}
	
p {
	margin: 10px 0;
	}
	
a {
	text-decoration: none;
	color: #5C331C;
	font-weight: bold;
	}
	
a:hover {
	text-decoration: underline;
	}	
	
h1 {
	}
	
h2 {
	font-weight: bold;
	font-size: 18px;
	margin: 0 0 15px 0;
	}
	
h3 {
	font-weight: bold;
	font-size: 16px;
	margin: 10px 0;
	}	
	
.clear {
	clear: both;
	}	

#mainWrapper {
	width: 850px;
	margin: 10px auto;
	text-align: left;
	}
	
#wrapper {
	background: #fff;
	padding-bottom: 10px;
	}	
	
#header {
	width: 850px;
	height: 130px;
	background:url(../images/header2.gif) top center no-repeat;
	}
	
#logo {
	float: left;
	width: 480px;
	height: 130px;
	}
	
#headerText {
	float: right;
	width: 330px;
	text-align: right;
	font-weight: bold;
	font-size: 14px;
	padding-right: 20px;
	padding-top: 10px;
	}
	
.divider {
	border-bottom: #FF99FF dotted 2px;
	width: 800px;
	margin-left: 25px;
	margin-right: 25px;
	height: 10px;
	}
	
#menu {
	width: 850px;
	text-align: center;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 30px;
	overflow: hidden;
	}
	
#menu ul li {
	list-style: none;
	display: inline;
	margin: 0 25px;			
	}

#menu ul li a {
	color: #FF00FF;
	text-decoration: none;
	font-weight: normal;
	}
		
#menu ul li a:hover {
	text-decoration: none;
	color: #5C331C;
	}	
	
#sidebar {
	width: 200px;
	float: left;
	}
	
.sidebarBox {
	margin: 25px;
	padding: 10px;
	border: #99CCFF dotted 1px;
	text-align: center;
	}
	
.sidebarBox a {
	font-weight: bold;
	}		
	
.frontpageBoxLeft {
	width: 380px;
	height: 200px;
	margin-right: 30px;
	margin-top: 25px;
	float: left;
	border: #99CCFF dotted 2px;
	}	
	
.frontpageBoxRight {
	width: 380px;
	height: 200px;
	margin-top: 25px;
	float: left;
	border: #99CCFF dotted 2px;
	}
	
.frontpageBoxRight .inner,.frontpageBoxLeft .inner {
	padding: 10px;
	text-align: center;
	}		
	
#sidebar ul li {
	list-style: none;
	}	
		
#main {
	width: 800px;
	margin: 0 25px;
	padding-top: 20px;
	min-height: 500px;
	}	
	
#footer {
	width: 850px;
	height: 50px;
	background: url(../images/footer2.gif) bottom center no-repeat;
	}
	
#footer a {
	font-weight: normal;
	}
	
#copyright {
	margin: 10px auto;
	font-size: 11px;
	text-align: center;
	}
	
#copyright a {
	color: #5C331C;
	}		
	
table.menu {
	border-collapse: collapse;
	}	
	
table.menu td {
	text-align: center;
	padding: 5px 0;
	border-bottom: #99CCFF dotted 1px;
	}		
	
table.menu th[scope="col"] {
	text-align: center;
	width: 17%;
	padding: 0 0 5px;
	border-bottom: #99CCFF dotted 1px;
	}	
	
table.menu th[scope="row"] {
	text-align: left;
	width: 32%;
	padding: 5px 0;
	border-bottom: #99CCFF dotted 1px;
	}	
			
table.front {
	margin-top: 20px;
	}	
	
table.front td {	
	text-align: center;
	padding: 10px;
	background: #FFFFCC;
	vertical-align: top;
	border-bottom: 10px solid #fff;
	}
	
table.front td.first {
	border-right: 10px solid #fff;
	}
	
table.front td.middle {
	border-right: 10px solid #fff;
	}	
	
#frontpagebox {
	width: 800px;
	height: 230px;
	margin-top: 20px;
	background: url(../images/boxes.jpg);
	text-align: center;
	}	
	
#frontpageboxLeft {
	float: left;
	width: 235px; 
	height: 230px;
	margin-right: 28px;
	margin-left: 10px;
	}	
	
#frontpageboxMiddle {
	float: left;
	width: 235px;
	height: 230px; 
	margin-right: 28px;
	margin-left: 10px;
	}
	
#frontpageboxRight {
	float: left;
	width: 234px; 
	height: 230px;
	margin-right: 10px;
	margin-left: 10px;
	}	
	
.link a {
	color: #FF00FF;
	font-size: 12px;
	}	
