body {
	text-align: center;
	background-color: white;
	color: #454545;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
}

select {
	font-size: 10px;
}

a {
	color: #2161A8;
	text-decoration: underline;
}

a:visited {
	color: Black;
}

a:hover {
	color: #0035CE;
}

a:active {
	text-decoration: underline;
	color: Black;
}

#frame {
	width: 800px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	background: url(../img/logo.png) no-repeat 15px 5px;
}
		
#contentleft {
	width: 175px;
	float: left;
	text-align: right;
	margin-top: 40px;
}
	
#contentcenter {
	width: 450px;
	float: left;
	background: #f1f5fc;
}
	
#contentright {
	width: 175px;
	float: left;
}
	
#contentheader {
	font-size: 10px;
	width: 625px;
	height: 130px;
	float: left;
	margin-left: 175px;
}

#contentheader div.header {
	text-align: right;
}

#contentbottom {
	margin-top: 20px;
	font-size: 10px;
}
	
p,h1,h2,h3 {
	margin: 10px 10px 10px 10px;
}
		
h1 {
	font-size: 14px;
}
		
h2 {
	font-size: 12px;
	font-style: oblique;
}

h3 {
	font-size: 10px;
	font-style: oblique;
}

ul {
	background: transparent;
	color: #2161A8;
	list-style-type: circle;
}

form {
	margin: 10px 10px 10px 10px;
}

textarea {
	width: 100%;
	height: 100px;
}

input.edit {
	width: 200px;
}

