html,body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #666666;
	color: #FFFFFF;
	height: 100.1%;
	font-size:12px;
}

h1{
	font-size:16px;
}
h2{
	font-size:14px;
}
h3{
	font-size:12px;
	
}

#header {
	height: 174px;
	background-image: url(../images/header2.jpg);
	background-repeat: no-repeat;
	text-align: center;
	background-position: center;
}

#page {
	width: 760px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
}

#menu {
	background-image: url(../images/menu.jpg);
	height: 66px;
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
}
#main {
	background-position: center;
	background-image: url(../images/middle.jpg);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
}
#content {
	margin-left: 75px;
	margin-right: 75px;
}
#footer {
	height: 95px;
	text-align: left;
	background-color: inherit;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	background-position: center;
	color: #000000;
}
.clear {
	clear: both;
	height: 1px;
}
table {
	background-color: #013564;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	margin: 0px;
	padding: 0px;
}
.bronze {
	background-color: #CC6600;
	color: #000000;
}
.silver {
	background-color: #CCCCCC;
	color: #000000;
}
.gold {
	background-color: #FFCC00;
	color: #000000;
}
.centered {
	text-align: center;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
h3 {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
a {
	background-color: inherit;
	color: #FFFFFF;
	text-decoration: underline;
}
#footercontent {
	background-color: inherit;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 250px;
	padding-top: 50px;
	padding-left: 50px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
tr {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
}
