

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size:0.8em;
	color:rgb(84,84,84);
}

#main {
	width:832px;
	margin:auto;
	background-image:url('Back.png');
	background-repeat:repeat-y;
}

#head {
	margin-bottom:30px;
}

#menu {
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	text-align:center;
}

#menu a{
	color:rgb(84,84,84);
	text-decoration:none;
}
#menu a:hover, #menu a.selected{
	color:rgb(72,103,183);
}

#mainmenu{
}

#mainmenu a{
	font-size:3em;
}

.submenu{
}

.submenu a{
	font-size:1.4em;
}

#content {
	margin:30px 166px;
	text-align:justify;
}

#foot {
	background-image:url('Foot.png');
	background-repeat:no-repeat;
	background-position:bottom;
	padding-bottom:40px;
	text-align:center;
	clear:both;
}

h3 {
	text-align:center;
	margin:15px 0 5px 0;
}

h4 {
	margin:15px 0 5px 0;
}

p {
	margin:0 0 12px 0;
}

.image, .imageleft, .imageright {
	color:rgb(134,134,134);
	text-align:center;
	margin:5px 0 10px 0;
}

.image {
}

.imageleft {
	float:left;
}

.imageright{
	float:right;
}

#content a, #foot a {
	color:rgb(72,103,183);
	text-decoration:none;
}

#content a:hover, #foot a:hover {
	color:rgb(34,51,74);
}