* {
	margin: 0;
	padding: 0;
}

a, a:visited, a:link, a:focus {
	color: Black;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: Black;
	text-decoration: underline;
}

body {
	margin-left: 20px;
	background: #06064E url(images/bg.png) repeat-y left;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

#frame {
	width: 780px;	
}

#header {
	border: 1px solid White;
	padding: 25px 0 0 75px;
	font-size: 18pt;
	font-weight: bold;
	color: #06064E;
	height: 120px;
	background: #F9ECD6;
	font-variant: small-caps;
}

#navigation {
	border: 1px solid White;
	margin-top: 40px;
	margin-left: 151px;
	padding: 10px 0;
	font-size: 10pt;
	color: #FFFFFF;
	background: #FAC798;
}

#menu {
	border: 1px solid White;
	color: #FFFFFF;
	background: #5A5B60;
	float: left;
	width: 140px;
	padding: 5px;
}

#navigation a, #navigation a:visited, #navigation a:link, #navigation a:focus {
	display: inline;
	color: White;
	font-weight: normal;
	text-decoration: none;
	padding: 10px 5px;
	border-right: 1px solid white;
}

#menu a, #menu a:visited, #menu a:link, #menu a:focus {
	display: block;
	width: 130px;
	color: White;
	font-weight: normal;
	text-decoration: none;
	padding: 5px;
}

#menu a.sub, #menu a.sub:visited, #menu a.sub:link, #menu a.sub:focus {
	display: block;
	width: 115px;
	color: White;
	font-weight: normal;
	font-size: 10pt;
	text-decoration: none;
	border: 0px;
	padding: 5px 5px 5px 20px;
}

#menu a:hover, #navigation a:hover {
	color: #FF6C00;
	text-decoration: none;
}

#main {
	margin-left: 151px;
	border: 1px solid White;
	background-color: #FFFFFF;
	text-align: justify;
}

h1, h2, h3, h4 {
	color: #FF6C00;
	font-weight: normal;
	margin-bottom: 30px;
	background-color: #F9ECD6;
	padding: 5px;
}

h1 {
	font-size: 16pt;
}

h2 {
	font-size: 14pt;
}

h3 {
	font-size: 12pt;
}

h4 {
	font-size: 10pt;
}

h5 {
	color: #FF6C00;
	font-size: 10pt;
	font-weight: bold;
	margin: 15px 0;
	padding: 5px;
}

.clearer{
  clear: both;
  font-size:1px;
}

#bottom {
	margin-left: 151px;
	margin-top: 40px;
	text-align: center;
	color: white;
}

#bottom a, #bottom a:visited, #bottom a:link, #bottom a:focus, #bottom a:hover {
	font-weight: normal;
	text-decoration: none;
	color: white;
}

p {
	margin: 0 5px 15px 5px;
}

ul {
	padding-bottom:10px;
	margin-left: 50px;
}

dt {
	display: block;
	font-style: italic;
	margin: 5px;
}

dd {
	display: block;
	margin: 5px 5px 25px 20px;
}

