body{
	padding: 10px 0 0 0px;
	margin: 0 0 0 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #dddddd;
}

a:link{
	color: #006699;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}

a:visited{
	color: #333333;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}

a:hover{
	color: #9999FF;
	font-size: 12px;
	text-decoration: underline;
	font-weight: bold;

}

#container {
	width: 780px;
	margin: auto;
}

#header{
	width: 100%;
	text-align:center;
	background-color:#333333;
	border:#000000 thin solid;
	margin: 0px;
	padding: 0px;	
}

#toplinks, #footer{
	color: #9999FF;
	width: 100%;
	background-color: #006699;
	text-align: center;
	border:#000000 thin solid;
	margin: 0px;
	padding: 0px;	
}

#toplinks a:link, #footer a:link{
	color:#FFFFFF;
	font-size: 12px;
	text-decoration: none;
}

#toplinks a:visited, #footer a:visited{
	color: #ffffff;
	font-size: 12px;
	text-decoration: none;
}

#toplinks a:hover, #footer a:hover{
	color: #9999FF;
	font-size: 12px;
	text-decoration: underline;

}

#pad{
	width: 100%;
	border:#000000 thin solid;
	background-color:#333333;
	margin: 0px;
	padding: 0px;
	height:auto;
}

#body {
	background-color:#FFFFFF;
	width: 70%;
	float: left;
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
	border: #006699 thin solid;
	height: inherit;
}
#body h1{
	background-color:#9999FF;
	color:#FFFFFF;
	border: #e67300 thin solid;
	font-size: 24px;
	font-style: italic;
	margin: 0px;
	padding: 0px 0px 0px 5px;
}

#body h2{
	color:#006699;
	border-bottom: #9999FF thin dashed;
	font-size: 18px;
	margin: 0px 5px 0px 5px;
	padding: 0px;
}

#body p{
	margin-left: 5px;

}

#sidebar{
	background-color:#FFFFFF;
	width: 25%;
	float: right;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}

#sidebarelement{
border: #006699 thin solid;

}

#body li, ul{
	font-size: 12px;
	padding-top: 0px;
	margin-top: 0px;
	margin-left: 10px;
	list-style-image: url(/images/bullet.gif);
}
#sidebarelement h1{
	background-color:#9999FF;
	color:#FFFFFF;
	border: #e67300 thin solid;
	font-size: 18px;
	margin: 0px;
	padding: 0px 0px 0px 5px;
}

#sidebarelement li, ul{
	font-size: 10px;
	padding-top: 0px;
	margin-top: 0px;
	margin-left: 10px;
	list-style-image: url(/images/bullet.gif);
}

#clear{
clear:both;
}

#spacer{
	width: 100%;
	height: 1px;
	background-color: #dddddd;
	font-size: 5px;
}
#sidespacer{
	width: 100%;
	height: 1px;
	background-color: #333333;
	font-size: 5px;
}

 a img{border: 0px;}