html {
	overflow-y: scroll;
}

body {
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
}
* {
	margin: 0px;
	padding: 0px;
}
.clear {
	clear: both;
}
#wrapper {
	width: 940px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
#twocols {
	width: 750px;
	float: left;
	margin-bottom: 30px;
}
#moreinfor {
	margin-left: 760px;
}
#logo {
	float: left;
	width: 220px;
}
#tagline {
	margin-left: 230px;
	color: #007ed2;
	font-size: 17px;
	line-height: 24px;
	text-align: center;
	padding-top: 25px;
}

#access {
	background: #007ed2;
	display: block;
	float: left;
	width: 940px;
	margin: 0;
	padding-left: 0px;
}
#access .menu-header,
div.menu {
	font-size: 14px;

}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	float: left;
	position: relative;
}
#access a {
	color: #fff;
	display: block;
	line-height: 38px;
	padding: 0 14px;
	text-decoration: none;
	text-shadow:0 1px 1px #07578d;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #4ea7e2;
}
#access li:hover > a,
#access ul ul :hover > a {
	background: #4ea7e2;
	color: #fff;
	text-shadow:0 1px 1px #07578d;
}
#access ul li:hover > ul {
	display: block;
}
#contentarea {
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 1px;
	margin-top: 30px;
	margin-right: 30px;
	margin-bottom: 20px;
	margin-left: 30px;
}
#contentarea h1 {
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 20px;
}
#contentarea p {
	margin-bottom: 15px;
}
#foooter {
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #007ED2;
	padding-top: 20px;
	font-size: 12px;
	color: #5f7da6;
	line-height: 18px;
	margin-bottom: 40px;
}
#foooter a {
	color: #5f7da6;
	text-decoration: none;
}


#contentarea a {
	color: #009999;
	text-decoration: none;
	font-weight: bold;
}
#contentarea a:hover {
	color: #009999;
	text-decoration: underline;
	font-weight: bold;
}
#foooter a:hover {
	color: #5f7da6;
	text-decoration: underline;
}
#foooter img {
	margin-left: 8px;
	margin-top: 5px;
}
.blue {
	color: #007ED2;
}
blockquote {
	margin-right: 40px;
	margin-left: 40px;
	color: #666;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
	padding-left: 20px;
	padding-right: 20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	margin-bottom: 40px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 16px;
	line-height: 24px;
}
#contentarea ul {
	margin-bottom: 20px;
}

#contentarea ul li {
	margin-left: 40px;
	list-style-position: outside;
	list-style-type: disc;
	margin-bottom: 5px;
}
#contentarea h2 {
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 20px;
	color: #007ED2;
}
#slideshow {
	background-color: #d7dee8;
	padding: 20px;
	margin-top: 20px;
}
.inputfield {
	padding: 5px;
	width: 450px;
	border: 1px solid #007ED2;
	background-color: #EEE;
	margin-bottom: 10px;
}
.slideimg {
	margin-right: 2px;
	margin-left: 2px;
	border: 1px solid #CCC;
}
