body {
	background-color: #91999c;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333;
}
#milmenu a:link {
	text-transform: uppercase;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
	color: #FFF;
	font-weight: bold;
	font-size: 10px;
	background-color: #211F20;
	height: 30px;
	display: block;
	width: 171px;
	float: left;
	border: 1px solid #333;
}
#milmenu a:visited {
	text-transform: uppercase;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
	color: #FFF;
	font-weight: bold;
	font-size: 10px;
	background-color: #211F20;
	height: 30px;
	display: block;
	width: 171px;
	float: left;
	border: 1px solid #333;
}
#milmenu a:hover {
	background-color: #F28101;
}

#milmenu a:active {
	text-transform: uppercase;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
	color: #FFF;
	font-weight: bold;
	font-size: 10px;
	background-color: #211F20;
	height: 30px;
	display: block;
	width: 171px;
	float: left;
	border: 1px solid #333;
}



ol {
	padding-left: 25px;
}
ol li {
	padding-top: 10px;
	padding-bottom: 10px;
}

a:link {
	color: #000;
	font-weight: bold;
}
a:visited {
	color: #000;
	font-weight: bold;
}
a:hover {
	color: #000;
	font-weight: bold;
}
a:active {
	color: #000;
	font-weight: bold;
}


h1 {
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: -1pt;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}


.orangehighlight {
	font-weight: bold;
	color: #ED7400;
}
#wrapper {
	width: 100%;
}
#site {
	width: 100%;
}
#header {
	background-color: #fff;
	height: 107px;
}
#headerleft {
	float: left;
	width: 300px;
}
#headerright {
	float: right;
	padding-right: 35px;
	padding-top: 60px;
}
#flash {
	background-color: #f28101;
	height: 174px;
}
#flashleft {
	float: left;
	height: 174px;
	width: 264px;
}
#flashright {
	float: right;
	height: 174px;
	width: 582px;
}
#content {
	background-color: #FFF;
	padding-bottom: 50px;
	padding-top: 20px;
	min-width: 960px;
}
#col1 {
	float: left;
	width: 268px;
}
#col1in {
	padding-left: 35px;
}
#col2 {
	width: 700px;
	float: left;
	margin-right: auto;
	margin-left: auto;
}
#col2in {
	padding-right: 20px;
	padding-left: 40px;
}
#col3 {
	float: right;
	width: 250px;
}
#col3in {
	padding-right: 20px;
	text-align: center;
}
#footerbar {
	background-color: #000;
	height: 10px;
}
#footer {
	padding-bottom: 100px;
	padding-top: 20px;
	text-align: center;
	color: #FFF;
}
#footer a:link {
	color: #FFF;
	text-decoration: none;
}
#footer a:visited {
	color: #FFF;
	text-decoration: none;
}
#footer a:hover {
	color: #FFF;
	text-decoration: underline;
}
#footer a:active {
	color: #FFF;
	text-decoration: none;
}
.contentimg {
	float: right;
	border: 4px solid #c3c6c8;
	margin-left: 15px;
}.imgrightpaddingonly {
	float: right;
	margin-left: 15px;
}
.contentimgleft {
	float: left;
	border: 4px solid #c3c6c8;
	margin-right: 15px;
}
