body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	cursor: default;
	margin: 0;
	padding: 0;
	background-image : url(bg.gif);
	color: #323232;
}
				
	h1 	{
	font-family: georgia, serif;
	margin-bottom: 15px;
	margin-left: 150px;
	font-size: 12px;
	text-align : center;
	text-transform: uppercase;
	background-color : #A8C8D8;
	color: White;
}

h2 	{
	font-family: georgia, serif;
	padding: 5px;
	text-transform: uppercase;
	font-size: 12px;
	text-align : center;
	color: #848F9F;
}

b {
	color: #476C85;
}

i {
	color: #46667B;
}

p {
	margin-bottom: 0;
}

	#header {
	background-image : url(header.gif);
	background-repeat : no-repeat;
	height: 22px;
	padding-left: 180px;
	}

#mainbg {
	background-image : url(mainbg.gif);
	background-repeat : repeat-y;
}

#main {
	background-image : url(pagestart.jpg);
	background-repeat : no-repeat;
			}

#bottom {
	background-image : url(bottom.gif);
	background-repeat : no-repeat;
	padding: 5px 5px 0 440px;
	height: 70px;
	font-size: 11px;
	color: #848F9F;
}

#bottom a:link, #bottom a:visited {
	color: #848F9F;
}

#bottom a:hover, #bottom a:active {
	color: #83AFC7;
}

#text {
	padding: 54px 0 60px 0;
	width: 490px;
	text-align : justify;
	margin-left: 240px;
	line-height : 17px;	
}

a:link, a:visited {
	color: #905051;
	font-weight: bold;
	text-decoration : none;
	font-size: 9px;
	text-transform : uppercase;
	}

a:hover, a:active {
	color: #83AFC7;
	font-weight: bold;
	text-decoration : none;
}

#header a:link {
font-family: Tahoma, Arial, san-serif;
	font-size: 10px;
	color: #212121;
	background-color : #F5F5F5;
	word-spacing : 5px;
	padding: 3px 5px 2px 5px;
	border-left: 4px solid #A8C8D8;
	margin-right: 20px;
}

#header a:visited{
	font-family: Tahoma, Arial, san-serif;
	font-size: 10px;
	color: Black;
	background-color : #F5F5F5;
	word-spacing : 5px;
	padding: 3px 5px 2px 5px;
	border-left: 4px solid #A8C8D8;
	margin-right: 20px;
}

#header a:hover, a:active  {
	font-family: Tahoma, Arial, san-serif;
	font-size: 10px;
	color: #98B8C9;
	background-color : #F5F5F5;
	word-spacing : 5px;
	border-left: 4px solid  #F5F5F5;
	margin-right: 20px;
	}


