/* CSS Document */
html {
	height: 100%;
}
body {
	min-height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#header {
	background-color: ffffff;
	height: 150px;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: Times New Roman, Times, serif; 
	color: red;
	font-size: 40px;
	font-weight: bold;
}
#mainNav {
	width: 100%;
	height: 1.5em;
	padding-top: .025em;
	padding-left: .025em;
	background-color: #000066; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 1em;
	color: #FF0000;
	text-transform: uppercase;
	text-align: right;
	border-bottom: thin solid #000099;
}
#mainNav a {
color: #ff0000;
text-decoration: none;
}
#mainNav visited {
	text-decoration: none;
	color: #ff0000;
}
#mainNav a:hover {
	text-decoration: none;
	color: #ffffff;
}
#container {
	background: #ffffff;
	width: 100%;
	min-height: 100%;
 }
#photoNav {
	background-color: #9999CC;
	width: 100%;
	height: 50px;
}
#photoNav img {
	background-color: #666699;
	width: 25%;
	height: 50px;
	background-repeat: repeat-x;
	background-position: left;
}

#photoNav {
}

#leftNav {
	background-color: #666699;
	position: absolute;
	height: 100%;
	width: 25%;
	float: left;
}
#navList {
	width: auto;
	min-height: 100%;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 10px;
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#navList a {
	color: #ffffff;
	text-decoration: none;
}
#navList visited {
	text-decoration: none;
	color: #ffff;
}
#navList a:hover {
	text-decoration: none;
	color: #FF0000;
}
#content {
	background-color: #ffffff;
	width: 65%;
	min-height: 100%;
	padding-top: 10px;
	padding-right: 15px;
	color: #000000;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	float: right;
}

