body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.62em;
	font-weight: normal;
	color: #FFFFFF;
}


div#mainPage {
	background: url(../images/background.gif) repeat-y;
	margin-left: auto;
	margin-right: auto;
	Width: 918px;
}

div#container {
	width: 842px;
	margin-left: 38px;
}

div#header{
	background: url(../images/header1.gif) no-repeat;
	height: 153px;
}


div#homeLink a {
	display: block;
	width: 200px;
	height: 150px;
	margin: 0px 0 0 20px;
	color: #000000;
	text-decoration: none;
}


div#nav{
	background: url(../images/navbg.gif) repeat-x;
	height: 21px;
	text-align: center;
	width: 842px;
}

div#page h1{
	font-size: 2.2em;
	margin-bottom: 15px;
}

div#page h2{
	font-size: 1.2em;
	margin-bottom: 15px;
	line-height: 1.4em;
}

div#page p{
	font-size: 1.1em;
	margin-bottom: 10px;
}

div#page a {
	font-size: 1.1em;
	margin: 5px 0px;
	color: #FFFFFF;
	text-decoration: none;
}

div#page a:hover {
	text-decoration: underline;
}



div#footer{
	border-top: #FFFFFF 1px solid;
	text-align: center;
	padding-top: 6px;
	padding-bottom: 6px;
	color: #FFFFFF;
	width: 842px;
}

div#footer a {
	font-size: 0.9em;
	color: #FFFFFF;
	padding: 0 5px;
	text-decoration: none;
}

div#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

div#logo {
	text-align: right;
	margin: 15px 35px 5px 0;
}

