html {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}
body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	left: 0px;
	top: auto;
	height: 100%;
	text-align: center;
	background-color: #4B7E9B;
}
body,td,th {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
}
#container {
	height: 100%;
	width: 760px;
	left: 0px;
	top: 0px;
	margin-left: auto;
	margin-right: auto;
}
#contentleft {
	border: 1px solid #34576B;
	background-color: #5d8ba5;
	margin-top: 15px;
	text-align: left;
}
#contentleft td {
	padding: 5px 10px 5px 10px;
}
#contentleft p {
	margin:0px 0px 5px 0px;
}
#contentleft a{
	color:#FFFF4A;
}
#contentleft a:hover{
	color:#FFFFFF;
}
#content {
	background-image: url(../_images/wavy.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}
#contentMain {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: left;
}
#contentMain a{
	color:#FFFF4A;
}
#contentMain a:hover{
	color:#FFFFFF;
}
#contentMain em{
	color:#FFFF4A;
	font-style: normal;
	font-weight: bold;
}
.name {
	font-size: 16px;
	font-weight: bold;
}
.headers {
	font-size: 16px;
	font-weight: bold;
}

