@charset "utf-8";
#menu {
	float:left;
	font-size:12px;
	line-height:normal;
	}
#menu ul {
	margin:0;
	list-style:none;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 2px;
	}
#menu li {
	display:inline;
	margin:0;
	padding:0;
	}
#menu a {
	float:left;
	margin:0;
	text-decoration:none;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 11px;
	background-image: url(images/menu_divider.gif);
	background-repeat: no-repeat;
	background-position: left center;
	}
#menu a span {
	float:left;
	display:block;
	padding-top: 4px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #CCCCCC;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: right top;
	background-image: url(images/menu_divider.gif);

	
	}
	
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#menu a span {float:none;}
/* End IE5-Mac hack */
#menu a:hover span {
	color:#FFFFFF;
}
#menu a:hover {
	background-position:0% top;
}

.name {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: bold;
	color: #5F666C;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
a:link {
	color: #FF0000;
}
a:visited {
	color: #FF0000;
}
a:hover {
	color: #000000;
}
a:active {
	color: #FF0000;
}
.footer {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	color: #FFFFFF;
}


body {
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #2A2F32;
}
.text {
	font-family: "Times New Roman", Times, serif;
	color: #7CDBF9;
	font-size: 12px;
}
