/* General Styles */
body
{
	margin:0px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000B4D;
}

.error
{
	color:#772727;
}

.required
{
	color:#FF0000;
}

a
{
	color:#000B4D;
	text-decoration:underline;
}

a:hover
{
	color:#000B4D;
	text-decoration:none;
}

h1
{
	font-size:11px;
	font-weight:bold;
	color:#000B4D;
}

h2
{
	font-size:11px;
	font-weight:bold;
	color:#000B4D;
}

h3
{
	display:inline;
	font-size:10px;
	font-weight:bold;
	color:#565656;
}

img
{
	border:none;
	display:block;
}

p
{
	text-align:left;
}

.FloatRight
{
	float:right;
	margin:0px 0px 10px 10px;
	clear:both;
}


.FloatRightBorder
{
	float:right;
	border:solid 1px #2E421B;
	margin:0px 0px 10px 10px;
	clear:both;
}

.FloatRightBorder2
{
	float:right;
	border:solid 0px #2E421B;
	margin:0px 0px 10px 10px;
	clear:both;
}

.TextBox
{
	border:solid 1px #565656;
	width:200px;
	height:16px;
	font-size:12px;
}

.SmallTextBox
{
	border:solid 1px #565656;
	width:30px;
	height:16px;
	font-size:12px;
}

.MedTextBox
{
	border:solid 1px #565656;
	width:100px;
	height:16px;
	font-size:12px;
}

.TextBoxShort
{
	border:solid 1px #565656;
	width:20px;
	height:16px;
	font-size:12px;
}

.TextBoxMed
{
	border:solid 1px #565656;
	width:60px;
	height:16px;
	font-size:12px;
}

.TextField
{
	border:solid 1px #565656;
	width:480px;
	height:150px;
	font-size:12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.TextField2
{
	border:solid 1px #565656;
	width:320px;
	height:150px;
	font-size:12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.DropDown
{
	width:134px;
	height:16px;
	font-size:12px;
}

.Button
{
	border:solid 1px #586D45;
	background-color:#586D45;
	color:#fff;
	font-weight:bold;
	font-size:11px;
	cursor:pointer;
}

/* Layout Styles */
.Nav
{
	margin-top:9px;
}

.NavBG
{
	width:398px;
	height:37px;
	background-image:url(../gfx/NavBG.gif);
	background-repeat:no-repeat;
	color:#fff;
	font-size:13px;
}

.NavBG a
{
	color:#fff;
	font-size:13px;
	text-decoration:none;
}

.NavBG a:hover
{
	text-decoration:underline;
}

.BannerSpace
{
	width:40px;
}

.Banner
{
	margin-top:9px;
}

.CoreBG
{
	width:160px;
	height:37px;
	background-image:url(../gfx/CoreBG.gif);
	background-repeat:no-repeat;
	color:#fff;
	font-size:13px;
}

.EmployeeBG
{
	width:160px;
	height:37px;
	background-image:url(../gfx/EmployeeBG.gif);
	background-repeat:no-repeat;
	color:#fff;
	font-size:13px;
}

.EmployeeBG a
{
	color:#fff;
	font-size:13px;
	text-decoration:none;
}

.EmployeeBG a:hover
{
	text-decoration:underline;
}

.TestingBG
{
	width:128px;
	height:37px;
	background-image:url(../gfx/TestingCenterBG.gif);
	background-repeat:no-repeat;
	color:#fff;
	font-size:13px;
}

.TestingBG a
{
	color:#fff;
	font-size:13px;
	text-decoration:none;
}

.TestingBG a:hover
{
	text-decoration:underline;
}

.LeftColContent
{
	
}

.LeftColBullets
{
	position:relative;
	top:0px;
	left:-20px;
	font-size:11px;
}

.HomeBullet
{
	display:inline;
	padding:0px 6px 0px 0px;
	position:relative;
	top:2px;
	left:0px;
}

.PageTitle
{
	padding:0px 0px 0px 11px;
	width:596px;
	height:37px;
	background-image:url(../gfx/TitleBG.gif);
	background-repeat:no-repeat;
	color:#fff;
	font-size:13px;
	text-align:left;
}

.Content
{
	margin-top:9px;
}

.RightColContent
{
	padding:11px;
	font-size:12px;
	text-align:left;
}


/* Footer */
.FooterNav
{
	width:766px;
	height:37px;
	background-image:url(../gfx/FooterNavBG.gif);
	background-repeat:no-repeat;
	text-align:left;
	color:#fff;
	font-size:12px;
	padding:0px 0px 0px 11px;
}

.FooterNav a
{
	color:#fff;
}

.Footer
{
	width:766px;
	color:#003366;
	padding:0px 11px 0px 11px;
}

.Footer a
{
	color:#003366;
}

.Footer a:hover
{
	text-decoration:none;
}

.FooterLeft
{
	text-align:left;
}

.FooterRight
{
	text-align:right;
}