#mainpage {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 700px;
	position: absolute;
	left: 20%;
	top: 5px;
	background-image: url(/images/new/bkgrnd.jpg);
	float: left;
	overflow: visible;
	height: 600px;
}
#logo {
	left: 2px;
	top: 2px;
}
#tagline {
	top: 5px;
	right: 2px;
	float: right;
	position: absolute;
}
#talentbar {
	position: absolute;
	left: 5px;
	top: 100px;
	text-align: center;
	width: 132px;
	border-right-style: inset;
	border-right-color: #FF0;
	border-right-width: thin;
	z-index: 5;
}
.talentnav {
	padding-top: 10px;
	display: block;
	text-align: left;
}
.talentnav :hover {
	border-right-width: thin;
	border-right-style: solid;
	color: #2A0000;
}


.talentnav a {
	display: block;
	font-size: 14px;

}
.talentnav a:link{
	color: #FFDF55;
	text-decoration: none;
}
.talentnav a:visited {
	color: #FFDF55;
	text-decoration: none;
}
#logo a img {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


.talentnav a:hover {
	color: #2A0000;
	text-decoration: none;
	background-color: #D4FF55;
}
#content {
	left: 0px;
	top: 5px;
	height: auto;
	width: 550px;
	overflow: visible;
	position: relative;
	background-image: url(/images/new/bkgrnd.jpg);
	padding-left: 150px;
}
#bottomthing {
	float: left;
	width: 100%;
	overflow: visible;
	position: relative;
	bottom: 1px;
	top: -100px;
	visibility: hidden;
	height: 600px;
}
#mainpage #content h2 {
	font-size: 16px;
}
#mainpage #content form input {
	border: thin dotted #00F;
	height: 20px;
	background-color: #D4DF55;
	font-size: 10px;
}


.talentnav h5 {
	font-size: 12px;
	margin-top: -2px;
	font-style: italic;
	text-align: left;
	border-bottom-width: thin;
	border-bottom-style: inset;
	border-bottom-color: #FF0;
	padding-bottom: 10px;

}
#content h6 {
	font-size: 10px;
	color: #D4BF00;
}
#content h1 {
	font-size: 24px;
	color: #FF0;
	margin-top: 2px;
	margin-bottom: 2px;
}
#content h2 {
	font-size: 16px;
	font-style: italic;
	color: #D4DF55;
	margin-top: 0px;
	border-bottom-width: thin;
	border-bottom-style: inset;
	border-bottom-color: #2A00FF;
	padding-bottom: 5px;
}
#content p {
	font-size: 12px;
	color: #FFF;
}
#content a {
	text-decoration: none;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #2A00FF;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #FF0;
}
#content a:link {
	text-decoration: none;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #2A00FF;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	color: #FF0;
}
#content ul li {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
	list-style-type: disc;
	list-style-position: outside;
	margin-left: -20px;
	font-style: italic;
}

#content a:visited {
	text-decoration: none;
	color: #FF0;
}
#content a:hover {
	text-decoration: none;
	color: #551F00;
	background-color: #FF0;
}
#mainpage #content form table tr td {
	font-size: 12px;
	color: #FF0;
}
#mainpage #content form select {
	border: thin dotted #00F;
	height: auto;
	background-color: #D4DF55;
	font-size: 10px;
}
#mainpage #content form textarea {
	border: thin dotted #00F;
	height: auto;
	background-color: #D4DF55;
	font-size: 14px;
}
body  {
	background-color: #2A7FAA;
}
#content h4 {
	color: #FF0;
	font-size: 140%;
	vertical-align: top;
}
