html {
	margin: 0px;
	color: black;
	font-size: 1em;
	margin: 5px;
}

img {
	border:0px;
}

#page {
	position: relative;
	width: 790px;
	margin: auto;
	padding: 0px;
	height: 100%;
}

#page #contentContainer {
	position: relative;
	background: #FFF;
	padding: 5px;
	min-height: 600px;
}

* html #page #contentContainer {
	height: 600px;
}

#page #contentContainer #display {
	text-align: right;
	padding: 3px;
}

#page #contentContainer #banner {
	background: #c2c2c2 url('/template/images/banner.gif');
	background-position: bottom right;
	background-repeat: no-repeat;
	position: relative;
	height: 90px;
}

#page #banner #logo {
	width: 288px;
	height: 135px;
}

#page #topNav, #page #bottom {
	height: 1.1em;
	background: #808080;
}

#page #address {
	background: #EEE;
	font-size: .9em;
	padding: 2px;
	margin-bottom: 1px;
}

#page #bottom {
	background: #c2c2c2;
	font-size: .8em;
	text-align: right;
}

#page #bottom #nav {
	padding-top: .2em;
	float: right;
	margin-right: 2px;
}

#page #w3clogos {
	margin-top: 2px;
}

#page #leftBar {
	float: left;
	width: 160px;

}

#display {
	background:#fff;
	width:250px;
	padding:3px;
}

#normalContent {
	margin-top: 5px;
	margin-left: 170px;
	margin-bottom: 30px;
	width: 550px;
}

#page #leftNav {
	position: relative;
	top: 5px;
	left: 5px;
	width: 160px;
	float: left;
}

#pageContent {
	margin-top: 5px;
	
}

a {
	color:#D9354C;
	text-decoration:none;
}

a:hover {
	color:#EB7D8A;
}

body {
	background: url('/template/images/main_back.gif');
	padding-top: 20px;
}

body, td {
	font-family: Arial,Verdana,Sans-serif;
	color:#9A9A9A;
	
}

h1 {
	font-size:160%;
	font-weight:bold;
	color:#8d2121;
}

h2 {
	font-size:145%;
	font-weight:bold;
	color:#8d2121;
}

h3 {
	font-size:125%;
	font-weight:bold;
	color:#8d2121;
}

h4 {
	font-size:110%;
	font-weight:bold;
	color:#8d2121;
}

#w3c a{
	color:#FFFFFF;
}

#w3c {
	color:#DDDDDD;
}