body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #16232c;
	background-image: url(img/background.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	height: 205px;
}
#top {
	height: 90px;
	width: 800px;
}
#logo {
	padding-top: 25px;
	margin-left: 24px;
}
#topRightText ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#topRightText li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(img/orangePointers.gif);
	padding-left: 15px;
	background-repeat: no-repeat;
	margin-top: 1px;
	background-position: 0px 5px;
}

#topRightText {
	float: right;
	width: 310px;
	padding-top: 10px;
}

#main {
	width: 800px;
	margin: 0 auto 0 auto;
}
/* Top Links */
#menu{
	margin: 0px;
	background-image: url(img/menuBackground.gif);
	height: 30px;
	width: 800px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
	
#menu ul{
	padding: 0px;
	margin: 0px;
	color: #000;
	font-weight: bold;
}

#menu ul li{
	list-style-type: none;
	display: block;
	float: left;
	padding: 0px;
	margin: 5px 0px 0px 0px;
}
#menu ul li a:link, #menu ul li a:visited{
	text-decoration: none;
	padding: 0px 18px 0px 18px;
	color:#000;
}
#menu ul li a:hover{
	text-decoration:underline;
	padding: 0px 18px 0px 18px;
}
#menu ul li.bar{
	border-right: 2px solid #000;
}
#mainContent {
	background-color: #FFFFFF;
	padding: 6px;
	margin-top: 5px;
}
#shortForm {
	background-color: #e9dec0;
	margin-top: 6px;
	border: 1px solid #6e6e6e;
	padding-bottom: 2px;
	
	background-repeat: no-repeat;
	background-position: 650px 25px;
}
#shortForm #message {
	float:none;
	width: 603px;
	margin-left: 20px;
	margin-top: 10px;
	position: relative;
}
#shortForm #form {
	width: 560px;
	margin-top: 5px;
	margin-left: 10px;
	font-size: 110%;
}
#form p {
	margin-top: 6px;
	margin-bottom: 6px;
}

#form .error {
	color: red;
}
#form .error input, #form .error select {
	color: white;
	background-color: red !important;
}
#form input, #form select {
	border: 1px solid #7f9db9;
	float:right;	
}
#form input {
	width: 150px;
}
#form #col1 {
	float: left;
	font-weight: bold;
	width: 260px;
}
#form #col2 {
	float: right;
	font-weight: bold;
	width: 270px;
}
#shortForm #apply {
	float: right;
	margin-top: 8px;
	margin-right: 4px;
}

#shortForm #arrow {
	margin-left: 635px;
	margin-top: 10px;
	position: absolute;
}

#leftColumn {
	background-color: #e6ecf3;
	float: left;
	width: 255px;
	margin-top: 6px;
	border: 1px solid #c3c3c3;
	padding: 10px;
}
#content {
	margin-top: 6px;
	margin-left: 290px;
	padding-right: 10px;
	padding-left: 10px;
}
#leftSmallBox {
	background-color: #dce2bf;
	background-image: url(img/boxBackground.jpg);
	background-repeat: repeat-x;
	width: 195px;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	border: 1px solid #b8bcc0;
}
#leftSmallBox ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#leftSmallBox li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: bold;
	color: #333333;
	background-image: url(img/grayPointers.gif);
	padding-left: 10px;
	background-repeat: no-repeat;
	margin-top: 2px;
	margin-bottom: 2px;
	background-position: 0px 5px;
}
#content h1 {
	font-size: 130%;
	margin: 0px;
}
#bottomMenu {
	background-color: #FFFFFF;
	padding: 10px;
	margin-top: 6px;
	margin-bottom: 6px;
	width: 780px;
}
#bottomMenu ul{
	padding: 0px ;
	color: #000;
	margin: 0 auto;
}

#bottomMenu ul li{
	list-style-type: none;
	display: block;
	white-space: nowrap;
	float: left;
	padding-left: 10px;
	margin: 2px 0px 2px 0px;
}
#bottomMenu ul li a:link, #bottomMenu ul li a:visited{
	text-decoration: none;
	padding: 0px 6px 0px 3px;
	color:#000;
}
#bottomMenu ul li a:hover{
	text-decoration:underline;
	padding: 0px 6px 0px 3px;
}
#bottomMenu ul li.bar{
	border-right: 1px solid #000;
}
