@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #4C489E;
}
.oneColFixCtr #container {
	width: 790px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 50px;
	background-color: #D1F4AD;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
}
.oneColFixCtr #mainContent {
	background-color: #D1F4AD;
	text-align: justify;
	font-size: 12px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 110px;
	padding-bottom: 100px;
	padding-left: 110px;
	margin-bottom: -300px;
}
#navbar{
	color:#000;
	background-color: #575091;
	height: 30px;
	padding-top: 10px;
	width: 780px;
	margin-left: 5px;
}
#logo{
}
.current {
	color: #FFF;
	text-decoration: none;
}
a {
	color: #000;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: capitalize;
	padding: 0px;
	margin-top: 30px;
	border-left-color: #FFF;
}
#container #navbar a {
	border-left-width: medium;
	border-left-style: double;
	border-left-color: #FFF;
	margin-left: 15px;
	padding-left: 10px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
}
a:hover {
	color: #FFF;
}
.newpage {
	color: #FFF;
	text-decoration: none;
}
h2{
	font-family: "Times Roman", Times, serif;
	font-size: 2.5em;
	font-weight:bolder;
	font-style: italic;
	color: #333399;
	text-align: center;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #302C51;
	font-size: 22px;
	text-align: center;
}
.lftside {
	position:relative;
	left:0px;
	top:2px;
 }
ul {
	text-align: center;
}
li {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	color: #000;
	text-align: left;
	list-style-position: inside;
	list-style-type: square;
	padding-left: 2px;
	margin-left: 100px;
	font-weight: lighter;
}

 
 .riside {
	position:relative;
	left: 310px;
	top:2px;
 }
#container #mainContent h2 a {
	color: #333399;
}
#container #mainContent h2 a:hover {
	color: #FFF;
}
#container #navbar a:hover {
	border-left-width: medium;
	border-left-style: solid;
	border-left-color: #000;
	margin-left: 15px;
	padding-left: 10px;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant: normal;
	color: #302C51;
	font-size: 18px;
	text-align: center;
}
h3 a{
	color: #339;
	text-transform: lowercase;
}

.download{
	text-align: center;
}#mainContent .download a {
	color: #C30;
	font-weight: bold;
}
