body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #000000;
	background-color: #FFFFFF;
	background-image: url(images/gui/fade.jpg);
	background-repeat: repeat-y;
}

.LeftColumn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	text-transform: uppercase;
	color: #000000;
	background-color: #CCCCCC;
	text-align: center;
	white-space: nowrap;
	margin: 5px;
	padding: 5px;
	float: left;
	border: 1px dashed #000000;




}

.RightColumn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	text-transform: uppercase;
	color: #000000;
	background-color: #CCCCCC;
	text-align: left;
	white-space: nowrap;
	margin: 5px;
	padding: 5px;
	float: right;
	border: 1px dashed #000000;

}
.RightColumn a {
	color: #000000;
	font-weight: bold;
	font-size: .9em;

}
.RightColumn a:hover {
	background-color: #FF0000;
	color: #FFFFFF;
	text-decoration: none;
}

.CenterColumn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin: 5px;
	padding: 5px;
	float: left;
	height: 400px;


}

.CenterColumn a {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;

}

.CenterColumn a:hover {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FF0000;
	text-decoration: none;

}

.pagefooter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #FFFFFF;
	background-color: #000000;
	text-transform: capitalize;
	bottom: auto;
	text-align: center;
	font-weight: bold;
	clear: both;
	width: 100%;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FF0000;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;


}

.pagefooter a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;

}

.pagefooter a:hover {
	text-decoration: none;
	background-color: #FF0000;

}

.pageheader {
	top: auto;
	width: 100%;
	font-size: .9em;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000000;
	text-align: right;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FF0000;
	text-decoration: none;


}
h1 {
	font-size: 1.5em;
	font-weight: bold;
}
.menu a {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: #999999;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;


}
.menu a:hover {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FF0000;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #FF0000;
	border-right-color: #FF0000;
	border-bottom-color: #FF0000;
	border-left-color: #FF0000;

}
.menu {
	background-color: #CCCCCC;
	border-top: 1px solid #000000;
	border-right: 1px none #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px none #000000;
	margin: 5px;

}
.joblisting {
	background-color: #F2F2F2;
	margin: 15px;
	border: 1px solid #999999;
	padding: 15px;
	background-image: url(images/gui/grayback.gif);
	filter: DropShadow(Color=#FF0000, OffX=3, OffY=3, Positive=1);


}
.joblisting strong {
	text-transform: uppercase;
	font-size: larger;




}
.inputboxes {
	border: 1px solid #000000;
	background-color: #FFFFFF;
	color: #000000;
	filter: Alpha(Opacity=75);


}
.submitbuttons {
	border: 0px;
	background-color: #333333;
	color: #FFFFFF;
	padding: 3px;

}
.error {
	margin: 5px;
	padding: 5px;
	border: 1px solid #FF0000;
	background-color: #FFFFCC;
	overflow: auto;
	z-index: auto;
	clip:  rect(auto auto auto auto);

}
.pic {
	float: right;
	margin: 0px;
	padding: 5px;

}
.req {
	font-size: 0.7em;
	color: #FF0000;
	font-weight: bold;
}
