/* CSS Document */
body {
	background-color: #1A1C45;
	margin: 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: white;
}
p, td, th, ol, ul, li {
}
h1, h2, h3, h4, h5, h6 {
}

a:link {
	color: #F5C985;
	text-decoration: none;
}
a:visited {
	color: #F5C985;
	text-decoration: none;
}
a:hover {
	color: #F5C985;
	text-decoration: underline;
}
a:active {
	color: #F5C985;
	text-decoration: none;
}

#header {
	background-color: #55778B;
}
#navbar {
	background-image:url(/Template-Images/bg-topnav.gif);
	}
#navbar td {
	padding: 0px 10px;
	white-space: nowrap;
}
a.navbar:visited, a.navbar:link, a.navbar:hover, a.navbar:active {
	color: #F5C985;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}
a.navbar:hover {
	text-decoration: underline;
}
a.sidenavbar:visited, a.sidenavbar:link, a.sidenavbar:hover, a.sidenavbar:active {
	color: #F5C985;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
}
a.sidenavbar:hover {
	text-decoration: underline;
}
a.homenavbar:visited, a.homenavbar:link, a.homenavbar:hover, a.homenavbar:active {
	color: #F5C985;
	font-weight: bold;
	font-size: 16px;
	text-decoration: none;
}
a.homenavbar:hover {
	text-decoration: underline;
}
#middle {
	color: white;
	background-color: #55778B;
}
#footer {

}
#credits {
	background-color: #55778B;
	padding: 10px 10px;
}
#credits p {
	color: white;
	font-weight: bold;
	font-size: 9px;
}
#container {
	width: 770px;
	margin: auto;
}
#subpage {
	background-image: url(/Template-Images/tpi-content-background.gif);
	background-repeat: no-repeat;
	height: 362px;
}
#subpage-nav {
	margin-left: 8px;
	margin-top: 122px;
	width: 140px;
	float: left;
	display: inline; /* explorer bug fix */
}
#subpage-content {
	margin-left: 9px;
	margin-top: 203px;
	width: 600px;
	float: left;
	display: inline; /* explorer bug fix */
}
#subpage-print {
	font-size: 12px;
	height: 20px;
	text-align: right;
}

#tpi-middle-background {
	width: 770px;
	height: 537px;
	background-image: url(/Template-Images/tpi-home-background.jpg);
	margin: 0px;
	padding: 0px;
}
#tpi-home-nav {
	margin-top: 140px;
	margin-left: 15px;
	width: 161px;
	float: left;
	display: inline; /* explorer bug fix */
}
#tpi-home-content {
	margin-top: 186px;
	margin-left: 319px;
	width: 252px;
	float: left;
	display: inline; /* explorer bug fix */
	font-weight: bold;
	font-size: 12px;
}
/* Registration Form */
td.underline {
	border-bottom: 1px solid #FFFFFF;
}
td.label {
	white-space: nowrap;
}
td.label-wrap {
	
}
td.instruction {
	font-size: 10px;
}
.ContestantName {
	font-weight: bold;
}
.ContestantBio {

}
