@charset "utf-8";
body {
	background-image:url(images/bgpattern.jpg);
	background-repeat:repeat-x;
}
h2{ 
	font-size: 16px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #2a71b1;
	text-align: left;
	margin-top: 0.84em;
	margin-bottom: 0.50em;
}

h3{
	font-size: 18px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#0c3458;
	text-align: left;
}

h4{
	font-size: 18px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#0c3458;
	text-align: center;
}

h5{
	margin-top: 0.80em;
	margin-bottom: 0.80em;
	font-size: 15px;
	display: inline;
	text-decoration: underline;
}

h6{
	font-size: 18px;
	font-family: "Times New Roman", Times, serif;
	color:#03C;
	text-align: center;
}

/* This p is used for the placement in the hyperlink in the body */
p.list{
	margin-top: 0.50em;
	margin-bottom: 0.12em;
}

strong {
	font-size: 12px;
	font-style: normal;
}

/* This defines the hyperlink style for the header links */
a.navlink:link {
	COLOR: #2a71b1;
	text-decoration: none;
}
a.navlink:visited {
	COLOR: #2a71b1;
	text-decoration: none;
}
a.navlink:hover {
	COLOR: #09F;
	text-decoration: none;
}
a.navlink:active {
	COLOR: #09F;
	text-decoration: none;
}
/* This defines the hyperlink style for the body links */ 
a.bodylink:link {
	color: #0c3458;
	text-decoration: none;
}
a.bodylink:visited {
	color: #0c3458;
	text-decoration: none;
}
a.bodylink:hover {
	color: #09F;
	text-decoration: none;
}
a.bodylink:active {
	color: #800080;
	text-decoration: none;
}

img.bodyImg{
	margin: 0px 0px 0px 135px;
}

#infoTable {
	 width: 498px;
	 padding: 0;
	 margin: 0;	
}


th {
	background-color: #EBEBEB;
	font-size: 16px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #2a71b1;
	text-align: center;
	margin-top: 0.84em;
	margin-bottom: 0.50em;	
}


.container {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	background-color: transparent;
	height: auto;
	padding: 20px;
	width: 1020px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

.container #header {
	background: transparent;
	height: auto;
	width: auto;
	position:relative;
}

.container #logo{
	background: transparent;
	height: auto;
	width: auto;
	text-align: left;
	float:left;
}

.container #mainNav{
	text-align:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:22px;
	background: transparent;
	height: auto;
	width: auto;
	float:right;
}

#navlist li{
	display:inline;
	list-style-type: none;
	padding-right: 20px;
	color: #6594be;
}
	
.container #body {
	height: auto;
	width: auto;
	padding: 10px;
	text-align:center
}

#registerForm{
	text-align: center;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}




/* Begin bottom part of body Divs for the index page */ 
#bottomBodyLft {
	color: #0c3458;
	height: auto;
	width: 490px;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: auto;
	margin-right: auto;
	float: left;
}
/* ul and li classes for the bttomBodylft */
#bottomBodyLft ul{
	list-style-position: inside;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 1px;
}

#bottomBodyLft li{
	margin: 11px;
	
}

/*End of ul and li classes */
#bottomBodyRgt {
	color: #0c3458;
	height: auto;
	width: 490px;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: auto;
	margin-right: auto;
	float: right;
}


/*End bottom of body divs for index page */

#socialMedia {
	background: transparent;
	width: auto;
	height: auto;
	position: static;
	clear: both;
}

#footer {
	background: transparent;
	width: auto;
	height: auto;
	text-align: right;
	padding-top: 20px;
	color: #0c3458;
	float: none;
	clear:both;
}

#footerList li{
	display:inline;
	list-style-type: none;
	padding-right: 20px;
	color: #6594be;
}
	
