/* CSS Document */
body, html {
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size:0.9em;
	color:#333333;
	background: url(../img/bg2.gif) #fff;
	margin:0;
}
a:visited, a:link {
	text-decoration: none;
	border-bottom: 1px solid #663399;
	color: #663399;
}

a:hover, a:active {
	text-decoration: none;
	border-bottom: 1px solid #9933FF;
	color: #9933FF;
}
h1{
	padding: 0;
	font-size:1em;
	font-weight: bold;
}
/* ************************************ */
#container {
	display: block;
	width: 795px;
	height: 90%;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	background-color:#EEEFF7;
}
#pagehead{
	background:url(img/purple_head.jpg) #3366CC no-repeat;
	text-indent: -1000em;
	height: 125px;
	padding:0;
	margin:0;
}
#content{
	height: 78%;
	display: block;
	padding: 20px 10px 10px 10px;
	border: 1px solid #663399;
	background-color:#EEEFF7;
}
#content p{
	padding: 0;
	margin:0;
}
#footer {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	padding: 5px 10px 5px 10px;
	text-align: right;
}
#linklist{

}
#linklist ul{
	list-style-type:circle;
}
#linklist li{
	list-style:circle;
	
}
.alert{
	color: #F00;
	font-weight: bold;
}