/* CSS Document */

BODY {
	MARGIN-TOP: 0px;
	PADDING-LEFT: 0px;
	MARGIN-RIGHT: 0px;
	PADDING-TOP: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	font: Arial;
	font-size: 13px;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	line-height: 20px;
}
h1,h2,h3,h4,h5,h6 {
	font-family: "Trebuchet MS", "Century Gothic", Arial;
	font-weight: bold;
}
h1 {
	font-size: 16px;
	color: #000000;
	font: Trebuchet MS, Century Gothic, Arial;
}
h2 {
	font-size: 12px;
	color: #333333;
}
h3 {
	font-size: 12px;
	color: #666666;
}
A:link {
	COLOR: #C87400;
	font-size: 14px;
}
A:hover {
	COLOR: #333333
}
A:visited {
	COLOR: #CA7300;
	font-size: 14px;
}
A:active {
	COLOR: #C97400;
	font-size: 14px;
}
a.smalllink:link {
	color: #C97400;
	text-decoration: underline;
	font-size: 10px;
}
a.smalllink:hover {
	color: #C97400;
	text-decoration: underline;
	font-size: 10px;
}
a.smalllink:active {
	color: #C97400;
	text-decoration: underline;
	font-size: 10px;
}
a.smalllink:visited {
	color: #C97400;
	text-decoration: underline;
	font-size: 10px;
}
.contentsmall {
	FONT: 9px/12px Arial, Geneva, Helvetica, sans-serif; COLOR: #585858
}
#wrapper {
	width: 946px;
	margin: 0px auto;
	text-align:center;
	background-image: url(images/_wrap-edge.jpg);
	background-repeat: repeat-y;
}

#banner {
	background-image: url(images/_wrap-top.jpg);
	background-repeat: no-repeat;
	height: 122px;
}
#main {

	background-image: url(images/_wrap-main.jpg);
	background-repeat: no-repeat;
}
#foot {
	background-image: url(images/_wrap-foot.jpg);
	background-repeat: no-repeat;
	height: 124px;
}.content {
	FONT: 13px/13px Arial, Geneva, Helvetica, sans-serif;
	COLOR: #000000;
	line-height: 16px;
}
.searchbox {

	FONT: 18px/18px Arial, Geneva, Helvetica, sans-serif;
	COLOR: #000000;
	line-height: 18px;
}
.results {

	FONT: 14px/14px Arial, Geneva, Helvetica, sans-serif;
	COLOR: #000000;
	line-height: 18px;
}
.greyBox{
	background-color: #dddddd;
	border: solid 2px #aaaaaa;
	font-size: 14px;	
	font-family: Arial;
	text-align: Left;
}

.input_need {
	font-family: Arial;
	border: solid 2px #FDFFCA;
	background-color: #FDFFCA;
}

.input_warning {
	font-family: Arial;
	border: solid 2px #aaaaaa;
	background-color: #FFD8CA;
	background-image: url(../forms/warning_obj.gif);
	background-position: right;
	background-repeat: no-repeat;
	font-size: 14px;
}

.input_correct {
	font-family: Arial;
	border: solid 2px #aaaaaa;
	background-color: #CDFFCA;
	font-size: 14px;	
}

.input_notreq {
	font-family: Arial;
	background-color: #aaaaaa;
	border: solid 2px #dddddd;
	font-size: 14px;	
}
