body {
	margin:0px 0px 0px 0px;
	color:#000000;
	background-color:#FFFFFF;
	font-family:Arial, sans-serif;
	font-size:12px;
	letter-spacing:1px;
	background-image:url(design/back.png);
}
a:link, a:active, a:visited, a:hover {
	color:#4D4B70;
}
h1 {
	font-size:20px;
	font-weight:bold;
	color:#3682C1;
	letter-spacing:4px;
}
h2 {
	font-size:15px;
	line-height:10px;
}
h3 {
	font-size:12px;
	line-height:10px;
}
#container {
	width:100%;
	margin-left:auto;
	margin-right:auto;
}
#header {
	width:720px;
}
#one, #two, #three, #four, #five {
	position:absolute;
}
#one {
	top:0px;
}
#two {
	top:91px;
}
#three {
	top:182px;
}
#four {
	top:273px;
}
#five {
	top:364px;
}
#maintext {
	position:absolute;
	top:432px;
	width:85%;
	left:100px;
}
.noborder {
	border:none;
}
.highlight {
	background-color:#B0D5F3;
}
#leftfloat {
	position:relative;
	float:left;
	margin-right:15px;
	max-width:200px;
}
.no {
	float:left;
	padding-right:10px;
	font-size:25px;
}
.line {
	border-bottom:2px solid #3682C1;
	padding:5px 0px 5px 0px;
}
.spacer {
	height:100px;
}
.clear {
	clear:both;
}
.inline {
	display:inline;
}
