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

body {
	margin-left: 0px;
	margin-right: 0px;
	
}

#header {
	margin-bottom: 10px;
	z-index: 2;
}

#img_column { 
	width: 27%;
	float:left;
	overflow:hidden;
	padding-left: 20px;
	padding-top: 20px;
}

#left_column {
	width: 45%;
	padding-right: 15px;
	float:left;
}
#events { width: 50%;
	padding-left: 300px;
	padding-top:20px;
}

#one_column { width: 80%;
	padding-right: 30px;
	float:left;
	
}

#right_column {
	width: 45%;
	float: right;
	padding-left: 20px;
	padding-right: 10px;
}

#nav {
	padding-left: 300px;
	padding-bottom: 15px;
	font-family: Arial, "Helvetica Neue", sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:#666666;
	word-spacing: 1.5em;
}

#bg {
	background-color:#c7eaf2;
	min-width:900px;
	min-height:500px;
}

#disclaimer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	padding-bottom: 2px;
	color: #999999;
	padding-top: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
	padding-right: 20px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #999999;
	overflow:hidden;

	}
	
#content {
	background-repeat: repeat-y;
	border-top-width: 0px;
	border-right-width: 0px;
	padding-bottom: 20px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	overflow: hidden;
	margin-bottom:20px;
	padding-top:20px;

}	
	

#footer { margin-bottom: 0px;
	font-family: "Helvetica Neue", Arial, sans-serif;
	font-size: 12px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #999999;
	color: #999999;
	padding-top: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
	padding-right: 20px;
	
	
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	font-weight: lighter;
}

h2 {
	font-family: Arial, "Helvetica Neue", sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 12px;
}

h4 {
	font-family: Arial, "Helvetica Neue", sans-serif;
	font-size: 10px;
	font-style: italic;
	font-weight: 100;
	line-height: 5px;
}

p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}

li {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	list-style-position: outside;
	list-style-type: disc;
}

a {
	color: #2244BB;
	text-decoration:none;
}
a:hover {
	color: #2244BB;
	text-decoration:underline;
}
a.grey:link {
	color: #666666;
	font-weight: bold;
	word-spacing:1.5em;
	}
a.grey:hover {
	color: #666666;
	font-weight: bold;
	text-decoration: underline;
	word-spacing:1.5em;
	}
a.grey:visited {
	color: #666666;
	font-weight: bold;
	word-spacing:1.5em;
	}
a.grey:active {
	color: #666666;
	font-weight: bold;
	word-spacing:1.5em;
	}
a.fgrey:link {
	color: #999999;
	}
a.fgrey:hover {
	color: #999999;
	text-decoration: underline;
	}
a.fgrey:visited {
	color: #999999;
	}
a.fgrey:active {
	color: #999999;
	}
a.rs:link {
	color: #999999;
	font-family: Arial, "Helvetica Neue", sans-serif;
	float:right;
	}
a.rs:hover {
	color: #999999;
	font-family: Arial, "Helvetica Neue", sans-serif;
	text-decoration: underline;
	float:right;
	}
a.rs:visited {
	color: #999999;
	font-family: Arial, "Helvetica Neue", sans-serif;
	text-decoration: none;
	float:right;
	}
a.rs:active {
	color: #999999;
	font-family: Arial, "Helvetica Neue", sans-serif;
	text-decoration: none;
	float:right;	
	}
