body
{
	margin: 0 auto;
}

.header
{
	width: 750px;
	height: 22px;
	background-color: black;
	text-align: left;
	border-bottom: solid 6px #f1f1f1;
}

.header-text
{
	width: 750px;
	font-family: tahoma, arial, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: bold;
	color: white;
	letter-spacing: 6px;
	margin-left: 40px;
	padding-top: 3px;
}

.logo-image {
	float: right;
	margin-top: 40px;
	margin-bottom: 0px;
	margin-left: 30px;
	margin-right: 50px;
}

.medal-image {
	float: right;
	padding-left: 30px;
}

.nav-bar
{
	width: 750px;
	height: 66px;
	background-image: url(../images/nav.jpg);
	background-repeat: repeat-x;
}

.welcome-text-title
{
	width: 750px;
	font-family: tahoma, arial, sans-serif;
	font-size: 20pt;
	text-align: left;
	color: #6e6e6e;
	margin-top: 40px;
}

.welcome-text
{
	width: 750px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12pt;
	color: black;
	text-align: left;
	padding-top: 10px;
	line-height: 28px;
}

.welcome-text-small
{
	width: 750px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 10pt;
	color: black;
	text-align: left;
	padding-top: 10px;
	line-height: 20px;
}

.adv-special-text-title
{
	width: 720px;
	font-family: tahoma, arial, sans-serif;
	font-size: 18pt;
	color: #6e6e6e;	
	text-align: left;
}

.adv-special-text
{
	width: 720px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12pt;
	text-align: left;
	color: black;
	padding-top: 10px;
	line-height: 28px;
}

.title-text
{
	width: 750px;
	font-family: tahoma, arial, sans-serif;
	font-size: 18pt;
	color: #6e6e6e;
	text-align: left;
}

.nav-button
{
	float: left;
	width: 148px;
	text-align: center;
	font-family: tahoma, arial, sans-serif;
	font-size: 18pt;
	color: #989898;
	margin-top: 15px;
}

.copyright-bar
{
	width: 750px;
	height: 66px;
	background-color: #f0f0f0;
	border-bottom: solid 1px #e3e3e3;
}

.footer-text
{
	font-family: tahoma, arial, sans-serif;
	font-size: 10pt;
	color: #6e6e6e;	
}

a.nav:link {color: #6e6e6e; text-decoration: none; }
a.nav:visited {color: #6e6e6e; text-decoration: none; }
a.nav:hover {color: #000000; text-decoration: none; cursor: pointer; }
a.nav:active {color: #6e6e6e; }
