@charset "utf-8";
/* CSS Document */
body {
	background-color: transparent;
	font-family: Papyrus, fantasy;
	font-size: 1.3em;
}
h1 {
	color: #000090;
	font-weight: bold;
}
a {
	color: #F72C00;
	text-decoration: none;
}
p {
	text-indent: 1.5em;
}
.clear {
	clear: both; 
}
#container {
	text-align:left;
	width: 1030px;
	border: 0px;
	padding: 0;
	margin-top: 0px;
	margin-left: 15px;
	background-image:url('images/Logo NEW.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	min-height: 50px;
}
#logo {
	text-align: left;
	width: 100%;
	height: 250px;
}
#nav{
	position: fixed;
	top: 25%;
	right: 15px;
	width: 250px;
	margin-top: 1px;
	margin-right: 20px;
	list-style-type: none;
	z-index: 999;
}

#nav a {
	display: block;
	height: 90px;
	line-height: 54px;
	text-decoration: none;
	width: 100%;
	border-bottom: 1px dotted #000090;
	color: #000090;
}
#nav a:hover {
	background-color: #F4F0E4;
}
#nav img {
	margin-top: 1px;
}
#mainContent {
	margin-left:50px;
	margin-right: 50px;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	width: 930px;
	overflow: hidden;
}