html{
	margin: 0px; 
	}
body {
	color: #414141;
	background-color: #F7F9EC;
	font-family: Arial, Helvetica, sans-serif;
	font-size:62.5%
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #0055AC;
	padding-left: 10px;
}

h1 {font-size:2em}  
h2 {font-size:1.5em}  
h3 {font-size:1.25em}  
h4 {font-size:1em}

a img {border: none;
}
p {
	font-size: 1.2em;
	margin-right: 10px;
	margin-left: 10px;
}
a {
	color: #237CD8;
	text-decoration: none;
}
a:hover {text-decoration: underline;}
ol {list-style: decimal; line-height: 15px;}
blockquote {font-size: 1.6em; line-height: 1.4em; color: #2a3c45;}
strong, em {
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
strong {font-weight: bold;}
em {font-style: italic;}

#container {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;

}
#top {
	background-image: url(../img/top.jpg);
	background-repeat: no-repeat;
	height: 32px;
}
#header {
	background-image: url(../img/banner.jpg);
	background-repeat: no-repeat;
	height: 231px;
}
/* start nav */

#menu{
	text-align: left;
	height: 40px;
	background-color: #2576C5;
}

#nav, #nav ul{
	list-style-type:none;
	list-style-position:outside;
	position:relative;
	line-height:3em;
	width: 950px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-size: 1.1em;
}

#nav a{
	display:block;
	color:#F7F9EC;
	text-decoration:none;
	padding-top: 0px;
	padding-right: 14px;
	padding-bottom: 0px;
	padding-left: 14px;
	font-weight: bold;
	font-size: 100%;
}

#nav a:hover{
	color:#FFFFFF;
}

#nav li{
	float:left;
	position:relative;
	top: 2px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #075DB0;
}

#nav ul {
	position:absolute;
	display:none;
	width:14em;
	top:1.6em;
	padding: 0px;
	margin-top: 1.1em;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#nav li ul a{
	width:12em;
	height:auto;
	float:left;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	line-height: 3em;
	background-color: #2576C5;
}
#nav li ul a:hover {
	width:12em;
	height:auto;
	float:left;
	color: #2576C5;
	background-color: #FDEBC5;
}

#nav ul ul{
top:auto;
}	

#nav li ul ul {
	left:13em;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul{
	display:none;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul{
display:block;


}
#holder {
	WIDTH: 970px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #666666;
	clear: both;
}
#content {
	FLOAT: left;
	WIDTH: 750px;
	TEXT-ALIGN: justify;
	background-repeat: no-repeat;
	background-position: right top;
	margin-left: 20px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	display: inline;
	margin-right: 10px;
}
#sidebar {
	FLOAT: left;
	WIDTH: 150px;
	TEXT-ALIGN: left;
	background-repeat: no-repeat;
	background-position: right top;
	line-height: 2em;
	display: inline;
	padding: 0px;
}
#sidebar img {
	margin-top: 5px;
	margin-bottom: 5px;
}


/* -------------------------------------------------------------
/*	Footer
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#footerWrapper {
	height: 60px;
	border-top-width: 24px;
	border-top-style: solid;
	border-top-color: #0066CC;
	background-color: #FFFFFF;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/footer.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	font-size: .9em;
	clear: both;
}

#footer {
	clear: both;
	color: #0066CC;
	height: 60px;
	margin: 0 auto;
	text-align: left;
	width: 980px;
}

#footer a:link, #footer a:visited,
#footer a:hover, #footer a:active, #footer a:focus {
	color: #0066CC;
}

#copyright {
	float: left;
	margin: 20px 0 0 20px;
	width: 432px;
}

#credit {
	float: right;
	text-align: right;
	width: 500px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 0;
}
#up {
	color: #000000;
	margin-left: 15px;
}

#up a {
	color: #FDB813;
	font-weight: bold;
}
#up a:hover {
	color: #4392DD;
}

/* -------------------------------------------------------------
