body {
	background-color:#FFFFFF;
	background-image:none;
	color:#555555;
	font-family:Arial,Verdana,Helvetica,sans-serif;
	font-size:14px;
	margin:0px;
	padding:0px;
}
a[href]:link {
	color:#6666CC;
	text-decoration:none;
}
a[href]:visited {
	color:#6666CC;
text-decoration:none;
}
a[href]:hover {
	color:#CC66FF;
	text-decoration:none;
}
h1 {
	font-size : 1.5em;
}
h2 {
	font-size : 1.2em;
}
h3 {
	font-size : 1em;
	font-style: bold;
}
img {
	border : none;
}
ol {
	margin-right : 0;
	list-style-type: decimal/decimal-leading-zero/zero;
}
ul {
list-style-type :circle;
}
li {
margin-bottom : 10px;
}
em{
	color : #CC0066;
	font-size : 1.2em;
	font-style: bold;
}
#container{
	width : 100%;
	margin : 0 auto;
}
#header{
	width : auto;
	position : relative;
	margin : 0px;
	padding : 10px 10px 10px 15px;
	text-align : left;
	background-color : #330099;
	color : #ffffff;
}
#toptitle{
	font-family : 'Georgia', 'Times New Roman', 'Times', serif;
	font-size : 5em;
	line-height : 1em;
	padding : 0px;
}
#header a[href] {
	color : #FFFFFF;
}
#navi{
	text-align : left;
	float : left;
	border : 0px;
	margin : 0px;
	padding-left : 10px;
	width : 170px;
	line-height : 1.2em;
}
#navi div{
	line-height : 2em;
    height : 2em;
}
#main{
	position : relative;
	margin-left : 170px;
	padding :  10px;
	width : auto;
}
#maps{
	position : relative;
	margin : 0px;
	padding-left : 10px;
	width : auto;
}
div#footer {
	background-color : #AAAADD;
	width : auto;
	font-size : 0.9em;
	padding : 1em;
	text-align : center;
}
div#footer a {
	color:#ffffff;
	text-decoration:none;
}