@CHARSET "UTF-8";

body {
	background-color: #ffffff;
	color: #333333;
	font-family: Optima, Unibody 8, Vera Sans, Verdana, sans-serif;
	font-size: 12px;
	line-height: 170%;
}

/**
 *	Styles for Splash Page
 */
body.splash {
	background-color: #0000c2;
}
a.splash {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -100px 0px 0px -165px;
}

a {
	color: #333333;
}

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

#site {
	margin: 50px 0px 0px 50px;
}

#site .homeLink {
	margin: 0px 0px 40px 320px;
	clear: both;
	width: auto;
	display: table;
}

/**
 *	Menu Styles
 */
#menu {
	width: 320px;
	height: 750px;
	display: block;
	float: left;
	font-size: 14px;
	padding: 0px;
	margin: -20px 0px 0px 0px;
	
}
#menu a {
	text-decoration: none;	
}
#menu a:hover {
	text-decoration: none;	
}
#menu ul {
	padding: 0px;
	margin: 10px 0px 0px 0px;
	list-style-type: none;
}
#menu ul li {
	list-style-type: none;
	margin: 0px 0px 0px 0px
}
#menu ul li a.selected {
	color: #979797;
}

/**
 *	Content Styles
 */
#content {
	width: 550px;
	float: left;
}
a {
	text-decoration: none;
}
#content img.photoLeft {
	float: left;
	margin: 0px 10px 0px 0px;
}
.grey {
	color: #979797;
}