/* CSS Document */

* {
	padding: 0;
	margin: 0;
}

body {
	background: #060d23 url(img/backright.jpg) repeat-x;
	text-align: center;
}

#back_right {
	position: absolute;
	right:0;
	margin-top: -10px;
	width: 552px;
	height:321px;
	background: url(img/righttop.jpg) no-repeat top right;
}

#back_left {
	position:absolute;
	left:0;
	background: url(img/backleft.jpg) no-repeat top left;
	margin-top: -10px;
	margin-left: -10px;
	width:459px;
	height:752px;
}

#header {
	position:absolute;
	left:-3px;
	top:-21px;
	background: url(img/header1.gif) no-repeat;
	width: 230px;
	height: 200px;
	z-index:3;
}
#header2 {
	position:absolute;
	left:-3px;
	top:-21px;
	padding-left:105px;
	width: 800px;
	height: 100px;
	z-index:5;
}

#nav {
	position:absolute;
	background: url(img/nav.jpg);
	top:92px;
	left:0;
	height:399px;
	width:204px;
	text-align:right;
}

#nav ul {
	position:relative;
	top:90px;
	margin-right:10px;
	font-family: "Gill Sans MT", Georgia, "Times New Roman", Times, serif;
	color: #777;
	font-size:15px;
	list-style:inside;
	list-style-type:none;
}

#nav ul li {
	margin-bottom:7px;
	font-weight: bold;
}

#nav ul a, #nav ul a:active {
	text-decoration: none;
	color: #333;
}

#nav ul a:hover, #nav ul a:focus, #nav ul a:active {
	color: #333399;
	
}

#main {
	position: absolute;
	z-index:4;
	background:#FFF;
	left: 204px;
	width: 80%;
	max-width:1002px;
	top:80px;
	text-align: right;
	padding-bottom:30px;
	margin-bottom:30px;
}

#content {
	position:relative;
	background-position:right;
	top:20px;
	height:100%;
	margin-left:20px;
	margin-right:20px;
	text-align:left;
	z-index:2;
}


#content_home {
	float:left;
	width: auto;
	height:auto !important;
	height:400px;
	min-height:400px;
	background:#FFF;
}


#events {
	float:right;
	width:300px;
	height:auto !important;
	background:#555;
	padding:10px;
	text-align:left;
	margin-left:10px;
}

#events p {
	color: #FFF;
}

#events h1 {
	color: #F0F0F0;
}

#events h2 {
	color: #FFF;
	margin-left:5px;
	text-align:left;
}

#events ul li {
	list-style: none;
	color: #F0F0F0;
	margin-left: 10px;
	text-align:left;
	font-size:12px;
	padding-bottom:2px;
}

#footer {
	position: relative;
	width: 100%;
	height: auto;
	right:0px;
	clear:both;
	font-size:12px;
	border-top: 3px solid #555;
	background:#FFF;
	text-align:right;
	margin-top:10px;
}


.right {
	float:right;
	border: 1px solid black;
	margin:10px;
	margin-right:0px;
}

.left {
	float:left;
	border: 1px solid black;
	margin:10px;
	margin-left:0px;
}

#content ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #444;
	margin-bottom:5px;
	list-style-type:none;
}

ul li { 
	padding: 2px;
}

#content ul li ul {
	list-style-type: square;
	font-size: 12px;
	color: #555;
	margin-left:20px;
	list-style-position:inside;
}

#content ul li ul li ul {
	list-style: circle;
	margin-left:20px;
	margin-bottom:0;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color:#555;
	margin-bottom:10px;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color:#666;
	margin-bottom:5px;
	margin-top:10px;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color:#777;
	margin-top:5px;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #444;
	margin-bottom:5px;
	margin-left:5px;
}

blockquote {
	font-size:14px;
	color: #444;
}

table {
	border:1px solid #666;
}

td {
	vertical-align:top;
	padding: 5px;
	border: 1px #666 solid;
}

a {
	color: #767dc6;
	text-decoration:underline;
}

a:visited {
	color: #767dc6;
	text-decoration:underline;
}

a:active {
	color: #767dc6;
	text-decoration:underline;
}

a:hover {
	color: #777;
	text-decoration: none;
}

input, textarea {
	margin-bottom: 15px;
}

#skip a, #skip a:hover, #skip a:visited 
{ 
position:absolute; 
right:0px; 
top:-500px; 
width:1px; 
height:1px; 
overflow:hidden;
} 

#skip a:active, #skip a:focus 
{ 
position:absolute;
top:40px; 
right:40px;
width:auto; 
height:auto; 
font-size:14px;
color:#FFF;
}