body
{
	font-family: "Trebuchet MS", Georgia, Serif;
	background-color:#e84f13;
	margin: 0;
	padding: 0;
}

pre
{
	font-family: Arial, sans-serif;
	font-size:11px;
}

a
{
	color: #f88c44;
	font-weight: bold;
	text-decoration: none;
}
a:hover
{
	color: #ff0;
	font-weight: bold;
	text-decoration: underline;
}

.contactHeading
{
	font-family: Georgia,serif;
	color:#af0623;
}

img
{
	border: 0;
}

#formData p
{
	margin: 15px;
}

#formData h2
{
	text-align: center;
}

#formData h4
{
	text-align: center;
}

.caption
{
	font-size: 0.8em;
	color: #555;
	text-align: right;
	border-top: 1px dashed #AAA;
}

.info
{
	background: #EEE;
	text-align: left;
	font-size: 0.8em;
	padding: 5px;
	margin: 0px;
	border-bottom: 1px solid #CCC;
	position: relative;
}

.menu
{
	margin: 10px;
	padding: 0;
	width: 600px;
}

.menu li
{
	list-style: none;
	padding: 10px;
}

.menu li p
{
	margin: 0px;
	padding: 0 0 0 20px;
	font-size: 0.9em;
	color: #444;
}

.formStyle
{
	margin: 0px;
}

.loginForm
{
	border-bottom: 1px solid #CCC;
	font-size: 0.8em;
	background: #EEE;
	padding: 5px;
	text-align: left;
}

.breadcrumbs
{
	width: 680px;
	margin: 5px auto 5px auto;
	font-size: 0.8em;
}

.search
{
	text-align: right;
}

.updatesTable
{
	font-size: 0.9em;
	width: 680px;
	margin: 10px auto 10px auto;
}

.updatesTable th
{
	text-align: left;
}

.updatesTable td
{
	color: #000;
}

.updatesTable .even td
{
/*	background: #F9F9F9;	*/
}

.updatesTable .odd td
{
	background: #e86e3e;
}

.updatesTable .date
{
	margin: 0;
	padding: 0;
	font-size: 0.8em;
	color: #444;
}

.attachment
{
	background: #FFF;
	border: 2px solid #000;
}

.formTable
{
	font-size: 0.9em;
	width: 680px;
	margin: 10px auto 10px auto;
}

.error
{
	border-top: 1px solid #F63;
	border-bottom: 1px solid #F63;
	color: #F63;
	background-color: #FF9;
	text-align: center;
	font-weight: bold;
}

.message
{
	border-top: 1px solid #060;
	border-bottom: 1px solid #060;
	color: #060;
	background-color: #E9FFE9;
	text-align: center;
	font-weight: bold;
}

#headerDiv
{
	margin: 0 auto 0 auto;
	text-align: center;
	position: relative;
	width: 1024px;
}

#containerDiv
{
	margin: 0px auto 0px auto;
	width: 1024px;
	position: relative;
}

#footer
{
	position:relative;
	text-align: center;
	margin: 0px;
	font-size: 0.8em;
	color: #777;
}

#footer p
{
	text-align: center;
	margin: 0px;
	padding:2px;
	color: #000;
}

#footer b
{
	color: #444;
	font-weight: bold;
}

.contactInfo
{
	text-align: left; 
	width: 260px; 
	margin: 0 auto 0 auto;
}

h3
{
	padding: 5px;
	margin: 0;
}
