body,html {
	margin: 0px 0px 50px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

h1 {
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 30px;
}

.title {
	font-size: 16px;
	font-weight: normal;
	color: #225b79;
}

h2 {
	font-size: 15px;
	font-weight: normal;
}
h2.number:first-letter {
	color: #8cadc4;
}
#logo {
	position: absolute;
	top: 55px;
	left: 25px;
}
#page {
	width: 100%;
	left: 0px;
	height: 274px;
}
#topimage {
	background-repeat: no-repeat;
}
.line {
	position: relative;
	background-image: url(nav/menu/line.gif);
	background-repeat: no-repeat;
	z-index: 10;
}
#menu {
	position: relative;
	overflow: visible;
	width: 750px;
	z-index: 30;
}
#submenu {
	position: absolute;
	top: 150px;
	left: 0px;
	height: 25px;
	margin: 0px;
	padding: 40px 0px 0px 25px;
	z-index: 20;
	color: #8cadc4;
	visibility: hidden;
}
.menuitem {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#contentarea {
	width: 100%;
	height: 450px;
	overflow: visible;
	max-width: 1280px;
	min-width: 740px;
	padding-top: 30px;
	padding-bottom: 0px;
	background-repeat: no-repeat;
}
#footer {
	margin-left: 25px;
}
#footer a {
	text-decoration: none;
}
.content {
	margin-top: 20px;
	margin-left: 120px;
	margin-right: 100px;
	margin-bottom: 50px;
	text-align: justify;
}
.homecontent {
	margin-top: 0px;
	margin-left: 10px;
	margin-right: 0px;
	margin-bottom: 50px;
}
.news {
	background-color: #8cadc4;	
    filter:alpha(opacity=65);   /* Internet Explorer       */
    -moz-opacity:0.65;           /* Mozilla 1.6 and below   */
    opacity: 0.65;               /* newer Mozilla and CSS-3 */
	margin: 5px 0px 0px;
	padding: 10px 20px;
}
.newscontent {
	color: #225b79;
	font-size: 14px;
}
.newscontent h1 {
	color: #fff;
}
.newscontent a {
	color: #fff;
	text-decoration: none;
}
.newscontent a:hover {
	color: #fff;
	text-decoration: underline;
}

h2.newshead {
	padding: 0px;
	margin: 0px;
	font-size: 20px;
	font-weight: normal;
	color: #fff;
}
.columns {
	text-align:justify;
}
ul {
	list-style: none;
	margin-left: 0;
	padding-left: 30px;
	text-indent: -1em;
}
li:first-letter {
	color: #fff;
}
input, textarea {
	color: #000;
	font-size: 13px;
	background-color: #8cadc4;	
    filter:alpha(opacity=45);   /* Internet Explorer       */
    -moz-opacity:0.45;           /* Mozilla 1.6 and below   */
    opacity: 0.45;               /* newer Mozilla and CSS-3 */
}
input {
	width: 200px;
}
.button {
	width: 100px;
	color: #000;
}
textarea {
	width: 300px;
}
