/* global styling */
body { margin:0px; margin-top:10px; }
body, table { font-family: "Verdana", Arial, Helvetica, sans-serif; font-size:10px; color:black; }

a,a:link,a:visited { color: #797979; text-decoration: none; }
a:active { color: #FF0000; }
a:hover { color: black; text-decoration: none; }

h1 { font-size:20px; margin-top:0px; margin-bottom:5px; }
h2 {
	font-size:16px;
	color:#FF4C00;
	text-transform:uppercase;
	margin: 0px;
}
h3 {
	font-size:12px;
	margin: 0px;
}

th { text-align:left; }

form { padding:0px; margin:0px; }

/* page layout */
#contentArea {
	height: 300px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;

}
#rhArea {
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;




}
#redbar {
	background-color: #DE0014;
	height: 13px;
}
#ukaspic {
	background-image: url(../images/ukaspic.gif);
	background-repeat: no-repeat;
	background-position: center bottom;


	}
#deburfree {
	background-image: url(../images/deburfree2.gif);
	background-repeat: no-repeat;

	}
	
/* LH Menu styles */
#lhArea {
	vertical-align:top;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
}

#lhArea a {
	display:block;
	text-decoration:none;
	font-weight:bold;
	width:140px;
	text-transform: uppercase;
	font-size: 16px;
}

#lhArea ul {
	margin:0px;
	padding:0px;
}

#lhArea li {
	list-style-type:none;
	padding-bottom:5px;
}

#lhArea li a, #lhArea li a:visited {
	text-decoration:none;
	text-align:center;
	vertical-align:middle;
	font-size:10px;
	background-position:left;
	background-repeat:no-repeat;
	background-color:#c6c6c6;
	padding-top:5px;
	padding-bottom:5px;
	text-transform: uppercase;
	color: #000000;
}

#lhArea li a:selected {	
	background-color:#FF3300;
}

#lhArea li a:hover {
	background-color:#dd051c;
	color: #FFFFFF;

}
	#lhArea li a.selected, #lhArea li a.selected:visited {
	background-color: #f6c6b0;

	}
#lhArea li a.selected:hover {
	color: #000000;

}
#lowerlinks {
	font-size: 10px;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 0.1em;
	word-spacing: normal;
	background-position: center center;
	font-weight: bold;




}
#footarea {
	color: #747474;
	font-size: 11px;
	border: 1px none #000000;




}

h1.ListHeader {
	margin: 0px;
	padding: 0px;
}

ul {
	margin-top:0px;
}
/* ------------------------- Form Validation -------------------------*/
input.alert {
 background-color:#ffcccc !important;
}

input {
	width: 150px;
}
textarea {
	width: 150px;
	height: 100px;

}
.lowerlinkstable {
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
}
p {
	margin-top: 0px;
	padding-top: 0px;
}
