/* CSS Document */

html, body{
	
}

body{
	background-color:#fcebd8;
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	line-height:24px;
}

#page{
	width:970px;
	margin:0 auto;
	padding:0;
}

#header{
	border-bottom:9px solid #8084de;
}

#header h1{
	font-weight:normal;
	text-transform:uppercase;
}

#header h2,
#header h3,
#header h4{
	font-weight:normal;
	text-align:center;
}

#content{
	margin:10px 0;
}

#footer{
	position:relative;
	border-top:9px solid #8084de;
	padding-top:10px;
}

p{
	margin-top:0;
}

p.blue,
div.blue{
	background-color:#cceefe;
	padding:3px;
}


span.linkcolor,
a{
	color:#8084de;
	text-decoration:none;
}

a:hover{ text-decoration:underline; }

span.red{
	color:#d22a4e;
}

.left{
	display:block;
	float:left;
	width:500px;
}

.right{
	margin-left:520px;
	width:445px;
	overflow:hidden;
}

.clear{
	clear:both;
	font-size:1px;
	line-height:1px;
}

#footer{
	text-align:center;
}

#footer a{ margin-right:50px; }
#footer a:last-child{ margin-right:0; }
#footer a.active{
	font-weight:bold;
	color:#000;
	text-decoration:none;
}

.small{ font-size:14px; line-height:18px; }
