a:link {
	text-decoration: none;
	color: #000061;
}
a:visited {
	text-decoration: none;
	color: #000061;
}
a:hover {
	text-decoration: underline;
	color: #DE7424;
}
a:active {
	text-decoration: none;
	color: #000061;
}
body {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #e5ded8;
}
#container {
	margin: 0 auto;
	width: 940px;
	border: 1px double #333333;
	display: inline-block;
	background-color: #FFFFFF;
	padding-right: 12px;
}
#topnav {
	font-weight: bold;
	text-align: right;
	font-size: 13px;
	height: 77px;
}
#topnav a:link {
	text-decoration: none;
	color: #5d5c5c;
}
#topnav a:visited {
	text-decoration: none;
	color: #5d5c5c;
}
#topnav a:hover {
	text-decoration: none;
	color: #5d5c5c;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #DE7424;
}
#topnav a:active {
	text-decoration: none;
	color: #5d5c5c;
}
#nav {
	font-size: 12px;
	width: 155px;
	text-align: left;
	margin: 8px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	float: left;
	background-color: #FFFFFF;
}

#nav ul {
	list-style-type: square;
	padding-left:20px;
	padding-top:2px;
	padding-bottom:2px;
	margin:0; 
} 
#content {
	font-size: 12pt;
	color: #161616;
	width: 730px;
	text-align: left;
	float: right;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	margin: 7px;
	padding: 7px;
}

#columnR {
	color: #5A4A42;
	font-size: 12px;
	text-align: left;
	width: 150px;
	float: right;
}
.formbox {
	border: 2px dashed #ba0000;
	padding: 15px;
}
input {
	color: #393939;
	background: #f4f4f4;
	border: 1px solid #000061;
	font-size:10pt;
	font-weight: bold;
}
input:hover {
	color: #393939;
	background: #f4f4f4;
	border: 1px solid #de7424;
}
h1 {
	font-size: 15pt;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-size: 16pt;
	margin: 0px;
	padding: 0px 0px 8px 0px;
}
h3 {
	font-size: 11pt;
	margin: 0px;
	padding: 0px 0px 8px 0px;
}
h4 {
	font-size: 10pt;
	margin: 0px;
	padding: 0px;
}

.indent1 {
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #292b5d;
	padding-left: 5px;
	left: 35px;
	position: relative;
	width: 425px;
}
.indent2 {
	padding-left: 5px;
	left: 35px;
	position: relative;
	width: 425px;
}
.orange {
	color: #de7424;
}
.blue {
	color: #292b5d;
}
.red {
	color: #ba0000;
}
.bigred {
	float:left;
	font-size: 75px;
	color: #ba0000;
	font-weight: bold;
	line-height: 50px;
	padding-right: 2px;
}
.bigorange {
	float:left;
	font-size:75px;
	color: #dc6c18;
	font-weight: bold;
	line-height: 65px;
	padding-right: 2px;
}
.small {
	font-size: 10px;
}
#footer {
	font-size: 10px;
	text-align: center;
	margin: 0 auto;
	width: 900px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#overlappopup { /*don't change id name */
	position: absolute; /*don't change position property */
	z-index: 1000;
	background: white;
	padding: 0px;
	left: 0;
	top: 0;
	visibility: hidden;
}
.blueJ {
	border: 1px solid #666666;
	background-color: #e6eff6;
	text-align: center;
}



/* The wider the #list_wrapper is, the more columns will fit in it */
#list_wrapper{
	width: 725px;
	margin-top: 0;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 0px;
	padding: 0px;
}

/* The wider this li is, the fewer columns there will be */
    ul.multiple_columns li{
	text-align: center;
	float: left;
	list-style: none;
	height: 125px;
	width: 125px;
    }
