body {
	background-color: #FFFFFF;
	font: 14px Arial, Helvetica, sans-serif;
	color: #666600;
    margin: 0;
    padding: 0;
}
a:link {
    text-decoration: underline;
    color: #666600
}
a:visited {
    text-decoration: underline;
    color: #666600
}
a:hover {
    color: #000000
}
.subnav {
    font-size: small;
    background-color: #C2E0C2
}
.list {
    color: #006633;
	font-size: 16px;
	margin-bottom: 0px;
	clear: none;
	color: #666600;
	list-style-type: disc;
}
.small_list {
    list-style-image: url(images/listsm.gif)
}
h3 {
    color: #666600;
    font-size: 20px;
    letter-spacing: 6px;
    font-variant: small-caps;
    font-weight: bold;
}
h4 {
	color: #666600;
	font-size: 16px;
	letter-spacing: 2px;
	font-weight: bold;
	margin-bottom: 0px;
}
h5 {
	font: italic bold 12px Arial, Helvetica, sans-serif;
	color: #666600;
	margin-bottom: 0px;
}
.cite {
	font: italic 12px Arial, Helvetica, sans-serif;
}
.small {
	font: 10px Arial, Helvetica, sans-serif;
	color: #666600;
}

#ua_banner {
    background-color: #003366;
    height: 42px;
}
#ua_banner #navlink a:link{
    color: #FFFFFF;
    text-decoration: none;
    margin: 0;
    padding: 14px 10px 14px 0;
    float: right;
}
#ua_banner #navlink a:visited{
    color: #FFFFFF;
    text-decoration: none;
    margin: 0;
    padding: 14px 10px 14px 0;
    float: right;
}
#ua_banner #navlink a:hover{
    color: #CCCCCC;
    text-decoration: none;
    margin: 0;
    padding: 14px 10px 14px 0;
    float: right;
}
#mws_banner {
    background-color: #154A9A;
    margin: 0px;
    padding: 0px;
    height: 100px;
}
#topnav {
    background-color: #BAD1DD;
    margin: 0;
    padding: 5px 0;
    height: 20px;
}
#topnav ul {
    margin: 0 0 0 5px;
    padding: 0;
    list-style-type: none;
}
#topnav li {
    display: inline;
    margin: 0;
    padding: 0;
}
#topnav form {
    float: right;
    margin: 0;
    padding: 0;
}

#footer {
	background-color: #BAD1DD;
	font-size: 75%;
	border-top: 1px solid #003366;
	border-bottom: 1px solid #003366;
	text-align: center;
	color: #003366;
	clear: both;
}	
#footer a:link {
	color: #666600;
	text-decoration: underline;
}
#footer a:visited {
	color: #666600;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#indicia {
	font-size: 90%;
	font-weight: bold;
	color: #333366;
	border-top-color: #999999;
}
#indicia_top {
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
#indicia_left {
	text-align: left;
	float: left;
	padding-left: 5px;
}
#indicia_right {
	text-align: right;
	float: right;
	padding-right: 5px;
}
#indicia_bottom {
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}
