body {
	background: #4b6983 url(/images/bg.png) no-repeat scroll;
	font-family: Verdana, sans-serif;
	font-size: 11pt;
	margin: 0;
}


#container {
	position: relative;
	min-height: 100%;
}

#page {
	position: relative;
	z-index: 1;
	background: #ffffff;
	margin: 50px;
	border: 2px solid #c0c0c0;
	padding: 10px;
}

#header {
	background: #4b6983 url(/images/bg2.png) no-repeat scroll;
	text-align: center;
	padding: 10px;
	color: #ffffff;
}

#header h1 {
	color: #ffffff;
}

#body {
	padding: 10px;
}

li, dd {
	margin-bottom: 10px;
}


#spacer {
  height: 140px;
}

#footer {
  z-index: 0;
  position: absolute;
  bottom: 0;
  height: 261px;
  width: 100%;
  left: 0px;
  background: url(/images/footer.png);
}


span.tt {
	font-family: monospace;
}

span.bold {
	font-weight: bold;
}

/*a:link {
	text-decoration: none;
	font-weight: bold;
	color: #C00;
	background: #ffc;
}

a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #999;
	background: #ffc;
}

a:active {
	text-decoration: none;
	font-weight: bold;
	color: #F00;
	background: #FC0;
}

a:hover {
	text-decoration: none;
	color: #C00;
	background: #FC0;
}*/

img {
	border: 0px;
}


#light1
{
	color: #e87830;
	font-weight: normal;
	letter-spacing: -1px;
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 2em;
}

#light2
{
	font-weight: bold;
	color: #aaaaaa;
	font-size: 1.1em;
	letter-spacing: -1px;
}


div#v6 {
	font-size: small;
	text-align: right;
}

div.float_right {
	float: right;
}

