body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #222222;
	background-image: url(/images/background.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	line-height: 17px;
}
p, td, input, textarea, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #222222;
}
.left {
	background-image: url(/images/f8.png);
	background-repeat: repeat-y;
	background-position: right top;
}
.right {
	background-image: url(/images/f9.png);
	background-repeat: repeat-y;
	background-position: left top;
}
.date {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #222222;
	text-align: right;
	padding-bottom: 6px;
	padding-top: 6px;
}
.home {
	height: 270px;
	/* width: 813px;*/
	background-image: url(/images/background_21.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #222222;
	text-align: left;
	vertical-align: top;
	display: block;
	line-height: 17px;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	background-image: url(/images/bullet_h1.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	text-indent: 6pt;
	margin-bottom:7px;
	margin-top:0px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #069;
	font-size: 11px;
	font-weight: bold;
}
.hometext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #222222;
	width: 425px;
	line-height: 17px;
	padding-top: 10px;
}
.copy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #222222;
}
.subnav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #222222;
	text-align: right;
}
a.bottomlink		{ text-decoration: underline; color:#222222; }
a.bottomlink:visited { text-decoration: underline; color:#222222; }
a.bottomlink:hover 	{ text-decoration: none; color:#993300; }

a.link		{ text-decoration: underline; color:#222222; }
a.link:visited { text-decoration: underline; color:#222222; }
a.link:hover 	{ text-decoration: none; color:#993300; }
.fullbody {
	background-image: url(/images/back_full.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 15px;
	margin: 15px;
}
.sidenav {
	background-image: url(/images/back_nav.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 208px;
}
.sidenavtext {
	vertical-align: top;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #222222;
	font-style: normal;
	line-height: 24px;
	text-align: left;
}
a.side		{
	text-decoration: none;
	color:#222222;
	margin-right: 14px;
}
a.side:visited { text-decoration: none; color:#222222; }
a.side:hover 	{
	text-decoration: none;
	color:#993300;
}

.halfpage {
	background-image: url(/images/back_half.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.space {
	width: 14px;
}

.formHeader {
	background-color: #018db1;
	color: #ffffff;
}

.error {
	color: red;
}

.lgrBlueText {
	color: #069;
	font-size: 13px;
	font-weight: bold;
}
/****************************************************************************/
/*Career START */
/****************************************************************************/
#LoginBox{
	background: #E1EBF4 url(../images/LoginBg.gif) repeat-x;
	line-height:14px;
	padding: 10px 10px 10px 10px;
}
.LoginContent{
	line-height:14px;
	padding: 10px 10px 10px 10px;
}
.LoginContent a:link, .LoginContent a:visited {
	text-decoration: underline; 
	color:#222222; }
}
.LoginContent a:hover { 
	text-decoration: none; 
	color:#993300; 
}

.CareerTitle, .CareerTitle td{
	/*background-color: #BFDEF0;*/
	font-weight: bold;
	color: #2462aa;
	padding: 3px 3px 0px 3px;
}
.CareerPositions{
	padding: 3px 3px 3px 3px;
}
/*
Alright, I know copying over and over the link property is stupid. Technically any link should inherit.
It seems that I'm missing something or that my knowledge is simply not advanced enough with CSS.
Anyhow, because of time constraint, copying it over and over worked.  So if one figure a better way, let me know!
Sly
*/
.CareerPositions a:link, .CareerPositions a:visited {
	text-decoration: underline; 
	color:#222222; }
}
.CareerPositions a:hover { 
	text-decoration: none; 
	color:#993300; 
}

#CareerBoxTop{
	background: url(../images/AddBg.gif) repeat-x;
	padding: 10px 10px 0px 10px;
}
#CareerBoxBottom{
	background: url(../images/AddBg2.gif) bottom repeat-x;
	line-height:14px;
	padding: 10px 10px 10px 10px;
}
#CareerBoxBottom a:link, #CareerBoxBottom a:visited {
	text-decoration: underline; 
	color:#222222; }
}
#CareerBoxBottom a:hover { 
	text-decoration: none; 
	color:#993300; 
}

.CareerBoxTitle{
	color: #006699;
	font-weight: bold;
}
.CareerStepAvail, .CareerStepAvail a:link, .CareerStepAvail a:visited{
	color: #000000;
	text-decoration:none
}
.CareerStepOn, .CareerStepOn a:link, .CareerStepOn a:visited{
	color: #006699;
	font-weight: bold;
	text-decoration:none;
}

.CareerStepOff, .CareerStepOff a:link, .CareerStepOff a:visited{
	color: #A1A1A1;
	text-decoration:none
}

.h2Class {
	display:block;
	font-size: 12px;
	font-weight: bold;
	color: #444;
}
/****************************************************************************/
/*Career END*/
/****************************************************************************/

.emergency {
	padding: 5px;
	font-size: 12px;
	font-weight: bold;
	/* background-color:#e3f9ff;*/
	/* text-indent: 6pt;*/
	border-style: solid;
	border-width: 2px; 
	border-color: red;
	-moz-border-radius: 15px; 
	-webkit-border-radius: 15px; 
	border-radius: 15px 15px 15px 15px;
}

.emergency .lgrBlueText {
	color: red;
}

