* {
	margin: 0;
	padding: 0;
}
html {
	background: #fff url("../images/html.png") repeat-x left top;
}
body {
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #888888;
	background: url("../images/body.png") repeat-y left top;
	width: 1000px;
	margin: 0 auto 30px auto;
	position: relative;
}
a img {
	border: 1px solid #ccc;
}

a {
	color: #94AEBB;
	text-decoration: none;
}
a:hover {
	visibility: visible;
/* IE bug fix */
}
a:hover img {
	border: 1px solid #729AD7;
}
h1 {
	font-size: 14px;
	color:#660033;
	margin:5px 5px 5px 0;
}
h2 {
	font-size: 12px;
}

p{
margin:1em 0 1em 0;
line-height:1.5em;
}

.page {
	background: url("../images/page.jpg") no-repeat left top;
	padding: 28px 125px 0 115px;
	width: 760px;
}
.header {
	position: relative;
	width: 760px;
	height: 170px;
	overflow: hidden;
	font-size: 160%;
}
.header a {
	display: block;
	width: 760px;
	height: 170px;
	cursor: pointer;
	padding: 20px 0 0 0;
	text-align: center;
	color: #84A7DC;
}
.header span {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 760px;
	height: 170px;
	background: url("../images/testlogo.png") no-repeat center top;
}
.topmenu {
	height: 27px;
	background: url("../images/topmenu.png") no-repeat left top;
	text-align: right;
	padding: 35px 27px 0 0;
}
.page>.topmenu {
	min-height: 27px;
	height: auto;
}
.topmenu li {
	display: inline
}
.topmenu li a {
	float: right;
	width: 105px;
	height: 22px;
	background: #A3BDE5 url("../images/roll.png") no-repeat left top;
	text-align: center;
	color: #fff;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	padding-top: 5px;
	overflow: hidden;
}
.topmenu li>a {
	min-height: 22px;
	height: auto;
}
.topmenu li a:hover {
	background: #83A6DC url("../images/roll.png") no-repeat 0 -27px;
}
.main {
	width: 706px;
	margin: 0 auto;
}
li{
margin-left:2em;
}


.footer1 {
	text-align: center;
	padding: 0 27px 3px 27px;
}
.footer1 a {
	color: #888;
	text-decoration: none;
}
.footer1 a:hover {
	color: #729AD7;
	text-decoration: none;
}
.footer2 {
	font-size: 0px;
	line-height: 0px;
	height: 18px;
	background: url("../images/footer.png") no-repeat left top;
	margin-left: 105px;
}
.cleaner {
	font-size: 0px;
	line-height: 0px;
	height: 0px;
	clear: both;
}

form {
	margin:0 0 10px 0;
	border: 1px solid #f2f2f2; 
	padding:10px;
}

input {
	padding: 2px;
	width:100px;
	border:1px solid #C0C0C0;
	font: normal 1em "Trebuchet MS", Tahoma, sans-serif;
	color:#777;
	margin: 0 0 5px 0;
}



textarea {
	width:400px;
	padding:2px;
	font: normal 1em "Trebuchet MS", Tahoma, sans-serif;
	border:1px solid #C0C0C0;
	height:100px;
	display:block;
	color:#777;
}

#content .radio{
width:13px;
margin:0;
} 

input.button { 
	margin: 0; 
	font: bold 1em Arial, Sans-serif; 
	background: #FFF url(pixelgreen/gradientbg.jpg) repeat-x; 
	padding: 2px 3px; 
	color: #333;	
	border: 1px solid #DADADA;	
}

.archivesmall{
	border-bottom: 1px solid #DADADA;	

}