/* CSS Document */

body {
    position: relative;
    background: #F7F7FF;
	border: 0px;
	padding: 0px;
	margin: 0px;
    color: #000000;
    font-family: Verdana, Arial, sans-serif;
    font-size: 14pt;
}

#banner {
	position: relative;
	border: 0px;
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 210px;
	background: url(design/top.png) top left no-repeat;
}

h1 {
	position: absolute;
	font-size: 0;
	color: #000022;
}

#container {
  background: url(design/content.png) repeat-y;
  width: 840px;
  margin: 0px auto;
  padding: 0px 20px 0px 20px;
  border: 0px;
  text-align: justify;
}

#container p {
    font-size: 14px;
    margin: 10px 20px 0px 20px;
}

#container a {
	text-decoration: none;
	color:#000022;
}

#bottom {
  background: url(design/bottom.png) bottom no-repeat;
  width: 840px;
  margin: 0px auto;
  padding: 0px 60px 0px 20px;
  border: 0px;
  height: 60px;
  text-align: right;
}

#bottom a {
	text-decoration: none;
	font-variant: small-caps;
	font-size: 10px;
	font-weight: bold;
	text-align: right;
	color: #000022;
}

/* Main Textfield */

#content {
  display:block;
  position: relative;
  margin: 0px 20px 0px 20px;
  border: 0px;
  padding: 0px;
}

#content h2 {
	font-size: 36px;
	font-weight: bold;
	margin: 30px 0px 15px 0px;
	text-align: left;
}

#content h3 {
	font-size: 24px;
	font-weight: bold;
	font-variant: small-caps;
	margin: 20px 0px 10px 0px;
	text-align: left;
}

#content h4 {
	font-size: 18px;
	font-weight: bold;
	margin: 15px 0px 10px 0px;
	text-align: left;
}

#content br {
	clear: both;
}

#content p {
    font-size: 14px;
	margin: 10px 0px 0px 0px;
}

#content p br {
	clear: none;
}

#content ul {
    font-size: 14px;
	margin: 0px 0px 10px 0px;
	list-style-type: disc;
}

#content ul li {
    font-size: 14px;
	margin: 5px 30px 5px 5px;
	list-style-type: disc;
}

#content img {
	border: 1px;
	border-color: #000022;
	border-style: solid;
	margin: 0px 30px 10px 30px;
}

#content em {
	font-variant: small-caps;
	font-style: italic;
}

#content strong {
	font-weight: bold;
}

#content a {
	text-decoration: underline;
	color:#000022;
}

#menu {
	border: 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	width: 840px;
	background: #000022;
	height: 30px;
}

#menu p {
	float: right;
	display: block;
	background: #000022;
	color: #FFFFFF;
	border: 0px;
	margin: 0px;
	padding: 0px 20px 0px 20px;
}

#menu a {
	text-decoration: none;
	color:#FFFFFF;
	font-variant: small-caps;
	font-weight: bold;
}

#menu a:hover {
	text-decoration: underline;
}

.up {
	font-variant: small-caps;
	margin: 0px;
	padding: 0px;
	border: 0px;
	text-align: right;
	width: 800px;
	text-decoration: none;
}

.up a{
    font-size: 8pt;
}