@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: #2e3a69;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #2e3a69;
}
#container.homepage  {
	width: 720px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: center; /* this overrides the text-align: center on the body element. */
	background-color: #2e3a69;
	background-image: url(images/home-page.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px;
	height: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#mainContent p.about1 {
	padding-left: 110px;
	text-align: left;
}
#mainContent p.about2 {
	padding-left: 130px;
	text-align: left;
}
#mainContent .about3 {
	text-align: left;
	padding-left: 175px;
}
#mainContent  {
	padding-top: 120px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}
#mainContent h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.1em;
	margin: 0px;
	padding-top: 1em;
	padding-right: 0px;
	padding-bottom: 1em;
	padding-left: 0px;
	font-weight: normal;
	font-variant: normal;
	color: #909090;
}
#mainContent h2 {
	font-size: .9em;
	margin: 0px;
	padding-top: 0.25em;
	padding-right: 0px;
	padding-bottom: 0.25em;
	padding-left: 0px;
	font-weight: normal;
}
#mainContent p {
	font-size: 0.8em;
	line-height: 120%;
	margin-top: 0em;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0em;
	padding-right: 5em;
	padding-bottom: 1em;
	padding-left: 5em;
}
#nav {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: .8em;
	color: #003;
}
#nav.home   {
	margin-left: 140px;
	margin-top: 400px;
}
#nav a:link , #nav a:visited{
	color: #2e3a69;
	text-decoration: none;
}
#nav a:hover {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #2e3a69;
	border-right-color: #2e3a69;
	border-bottom-color: #2e3a69;
	border-left-color: #2e3a69;
}
#nav.inside {
	top: 850px;
	position: absolute;
	left: 0px;
	text-align: center;
	width: 100%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#mainContent a:link, #mainContent a:visited {
	color: #2e3a69;
	text-decoration: none;
}

#mainContent a:hover {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #2e3a69;
}
#container.inside {
	width: 720px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: center; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(images/insidePage.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px;
	height: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: relative;
}
#container.about {
	width: 720px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: center; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(images/aboutPage.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px;
	height: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: relative;
}
.indent {
	text-align: left;
	padding-left: 8px;
}

