* {
	font-family : arial;
	font-size: 12px;
	line-height: 11pt;
}

body {
	background-color: #E3E6E8;
	background-image: url("../images/background.gif");
	background-repeat: repeat-x;
	padding-bottom: 60px;
}
#contentHolder, .footer {
	width: 700px;
}
#contentHolder {
	background-color: white;
	border-left: 1px solid #D1D4D6;
	border-right: 1px solid #D1D4D6;
	border-bottom: 1px solid #D1D4D6;
}
#content, #content .content {
	padding-left: 25px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 100px;
}
.topGap {
	height: 80px;
}
.banner {
	background-color: #E3E5E8;
	height: 153px;
}
.banner table td {
	padding-top: 20px;
}
.footer {
	padding-top: 3px;
	padding-left: 5px;
	text-align: left;	
	font-size: 10px !important;
	color: #AAAAAA;
}
.footer A {
	font-size: 10px !important;
	color: #70A0B8;
}
.greenBar {
	background-color: #4BAC76;
	background-image: url("../images/greenBar.jpg");
	background-repeat: repeat-x;
	height: 15px;	
}
.menuHolder {
	width: 152px;
	background-color: #EAEAEA;
	padding-bottom: 20px;
}

H1 {
	font-family: arial;
	font-size: 16px;
	color: #006600;
	margin: 0px;
}

A {
	color: #006699;
	text-decoration: none;
}
A:hover {
	text-decoration: underline;
}
HR {
	height: 1px;
	color: #69B981;
}

#content .people {
	color: #888888;
}

#content .person {
	font-weight: bold;
	color: #333333;
}
#content .list tr.header td {
	font-weight: bold;
}
#content .list TD {
	border-bottom: 1px solid #cccccc;
}

/* menu */

#menu LI {
	list-style-type: none;
}

#menu UL {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}

#menu LI A {
	display: block;
	padding-top: 7px;
	padding-bottom: 7px;
	border-bottom: 1px solid #D1D4D6;
	padding-left: 10px;
	font-size: 12px;
	color: black;
	text-decoration: none;
}
#menu LI A:Hover {
	text-decoration: underline;
}
#menu LI LI {
	display: none;
}

#menu LI.selected UL {
	border-bottom: 1px solid #D1D4D6;
	padding-bottom: 10px;
}

#menu LI.selected LI {
	display: block;	
	padding-top: 2px;
	padding-bottom: 0px;
	padding-left: 20px;
	border: 0px;
}
#menu LI.selected LI A {
	border: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
}

#menu A.selected, #menu LI.depth2 A.selected {
	font-weight: bold;
}


/* eof menu */

.validator {
	font-weight: bold;
	color: White !important;
}


.frameHolder {
	border-top: 1px solid #cccccc;		
	background-image: url("../images/loading2.gif");
	background-repeat: no-repeat;
	background-position: center center;
	height: 500px;
	margin-top: 20px;
}
.frameHolder IFRAME {
	display: none;
}
.jobMenu {
	float: right; 
	padding-top: 20px; 
	padding-right: 10px;
}

.poweredBy {
	float: right;
	font-size: 10px;
}

.poweredBy A {
	color: #9DBCD3
}