﻿div {
	width:990px
}
#container {
	position: relative;
	left: auto;
	top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	min-height: 500px;
}
body {
	background-color: #4488BB;
	font-family: Calibri;
	font-size: 12pt;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	text-align: left;
	color: #000000;
}
p {
	font-size: 12pt;
	color: #000000;
}
a, a:visited, a:active {
	color: inherit
}
h1 {
	font-size: 16pt;
	font-weight: bold;
	text-align: center;
	color: #FFFFCC;
}
h2 {
	font-size: 14pt;
	text-align: left;
}
h3 {
	font-size: 12pt;
	text-align: left;
}

h4 {
	font-size: 18pt;
	font-weight: bold;
	text-align: center;
	color: #FF3399;
}
.style1 {
	font-size: 36pt;
}
h5 {
	font-size: 12pt;
	text-align: center;
	color: #FFFFCC;
}

h6 {
	font-size: 8pt;
	text-align: center;
}
img
 {
	
}
.smallleft
{
	height: 130px;
	float:left;
	padding:5px
}
.smallright
{
	height: 130px;
	float:right;
	padding:5px
}
/* Mast Head*/
#masthead {
	padding: 0px;
	margin: 0px;
	background-color: #4488BB;
	position: absolute;
	height: 140px;
}
/* end of Mast Head

/* Navigation*/
#navigation ul {
	padding: 0px;
	margin: 0px;
}
#navigation ul li {
	display: inline;
	float: left;
	width: 180px;
	list-style-type: none;
	font-family: calibri;
	font-size: 14px;
	text-transform: none;
	height: 20px;
	position: relative;
	left: 127px;
	top:100px;
	padding: 2px;
}
#navigation ul li a {
	background-color: #4488BB;
	color: #FFFF99;
	text-decoration: none;
	line-height: 30px;
	display: block;
	padding-left: 10px;
}
#navigation ul li a:hover {
	background-color: #4488BB;
	color: #FFFF99;
}
#navigation ul li ul li {
	position:relative;
	left: 0px;
	top:0px;
	padding: 0px;
	
}

#navigation ul li ul li a {
	background-color: #4488BB;
	color: #FFFF99;
}
#navigation ul li ul li a:hover {
	background-color: #4488BB;
	color: #FFFF99;
}
#navigation ul li ul {
	visibility: hidden;
}
#navigation ul li:hover ul {
	visibility: visible;
	overflow: visible;
}
/* End of Navigation*/

/* Editable Region*/
#editable{
	margin: auto auto auto auto;
	left: 0px;
	position: absolute;
	top: 175px;
	background-color: #4488BB;
}
/* end of Body*/

/* Footer*/
#footer {
	position: relative;
	height: 30px;
	left: 0px;
	top: 0px;
	text-align: center;
	background-color: #4488BB;
}
/* end of Footer*/

/* End Note*/
#endnote {
	height: 90px;
	position: relative;
	left: 0px;
	bottom: 0px;
	font-size: 8px;
	background-color: #4488BB;
}
