html,body{height:100%;padding:0;margin:0;}
body {
	background-image: url(images/background2.jpg);
	background-position: left top;
	background-attachment: fixed;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #FFFFFF;
	background-color: #101229;
}
.td-center {
	text-align: center;
	vertical-align: middle;
}
#page-container {
	width: 780px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	background-image: url(images/heading.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 100px;
	text-align: right;
	vertical-align: middle;
}
#footer {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #FFFFFF;
	margin-top: 20px;
	padding-top: 5px;
	font-size: 10px;
	color: #CCCCCC;
	margin-bottom: 10px;
}

h1 {
	font-size: 16px;
	font-weight: bold;
	color: #FFFF00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFF00;
	padding-bottom: 3px;
	margin-bottom: 8px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

a {
	color: #99FF33;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a.nav:link, a.nav:visited, a.nav:active {
	color: #00FFFF;
	text-decoration: none;
	line-height: 10px;
}
a.nav:hover {
	color: #FFFFFF;
	text-decoration: underline;
}.pic {
	margin-left: 15px;
	margin-bottom: 15px;
	border: 3px solid #FFFFFF;
}
.divider {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #8694AC;
}
