/* CSS Document for MVE POA */

body {
	color: #FF9933;
	text-align: center;
	background-image: url(image/bg.gif);
	background-repeat: repeat;
	font-family: Myriad Pro, Trebuchet MS, Arial, Sans-Serif;
	}
#wrapper {
	width: 800px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #000000;
	}
	
/* -------------------------------- Topbars -----------------------------------l */
#topbar {
	width: 700px;
	position: relative;
	padding-top: 25px;
	padding-left: 50px;
	text-align: center;
	}

/* ---------------------------- Top Navigation ---------------------------*/
	
#topnav {
	font-size: .9em;
	width:700px;
	text-align:center;
	}
#topnav ul {
	list-style:none;
	margin-bottom: -1px;
	}
#topnav li {
	display:inline;
	}
#topnav a:link, #topnav a:visited {
	text-decoration:none;
	border: none;
	padding-top: 1px;
	padding-right: 15px;
	padding-bottom: 1px;
	padding-left: 15px;
	letter-spacing: 0.2em;
	color: #FF9933;
	}
#topnav a:hover {
	color: #FFFFCC;
	}
#topnav .youarehere {
	font-style: italic;
	}

/* -------------------------------- Photo -----------------------------------l */

#photo {
	text-align:center;
	margin-top: 4px;
	}
	

/* -------------------------------- Title -----------------------------------l */

#title {
	padding-bottom: 0px;
	}


/* -------------------------------- Content -----------------------------------l */
#content {
	padding: 20px;
	width: 580px;
	position: relative;
	background-color:#CCCCCC;
	margin-left: 90px;
	margin-top: 15px;
	color: #000000;
	font-size: .9em;
	}

#content a:link, #content a:visited {
	color:#003300;
	text-decoration:none;
	border: none;
	font-weight: normal;
	}
	
#content a:hover {
	color: #999999;
	}


/* -------------------------------- Bottom Bar -----------------------------------l */
#bottombar {
	width: 790px;
	position:relative;
	font-size: 0.8em;
	text-align: right;
	color: #003300;
	padding-top: 5px;
	}
#bottombar a:link, #bottombar a:visited {
	text-decoration:none;
	border: none;
	font-weight: bold;
	color: #003300;
	}
#bottombar a:hover { color: #CCCCCC; }


/* -------------------------------- Text Formatting -----------------------------------l */

h1 {
	text-align:center;
	font-size: 1.15em;
	letter-spacing: 0.1em;
	font-weight: bold;
	word-spacing: 0em;
	}

h2 {
	font-style: italic;
	text-align: center;
	font-size: 1em;
	font-weight: normal;
	}
