body {
	background-color: #ffffff;
	background-image:   url(images/usa_bkg.jpg);
	background-repeat: repeat-x;
	margin: 15px;
	background-position: center top;
}


.markermenu{
list-style-type: none;
margin: 5px 0;
padding: 0;
width: 175px;
border: none;
}

.markermenu li a{
background: #ffffff url(sidenav/arrow-list.gif) no-repeat 2px center;
font: 10px Verdana, Helvetica, sans-serif;
color: #333333;
display: block;
width: auto;
padding: 3px 0;
padding-left: 20px;
text-decoration: none;
}


* html .markermenu li a{ /*IE only. Actual menu width minus left padding of LINK (20px) */
width: 175px;
}

.markermenu li a:visited, .markermenu li a:active{
color: #333333;
}

.markermenu li a:hover{
color: #990000;
background-color: #e2e2ed;
background-image:url(sidenav/arrow-list-red.gif); /*onMouseover image change. Remove if none*/
}



.mainbodyborder {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ffffff;
	border-right-color: #000033;
	border-bottom-color: #000033;
	border-left-color: #000033;
	background: #ffffff;
	width: 782px;



}.pagetitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #2D354D;
	background-image: url(images/titlebkg.jpg);
	background-repeat: repeat-x;
	height: 40px;
	vertical-align: middle;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 3px;
	text-align: left;


}
.subnavborder {
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #000033;
	border-right-color: #000033;
	border-bottom-color: #000033;
	border-left-color: #000033;
	width: 782px;
	height: 74px;
	text-align: left;


}

.subnavsmallborder {
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #000033;
	border-right-color: #000033;
	border-bottom-color: #000033;
	border-left-color: #000033;
	width: 782px;
	height: 44px;
	text-align: left;


}


.subnavlinks a{
color: #6699cc;
margin: 0px 0;
padding: 0;
text-align: left;

}

* html .subnavlinks a{ /*IE only. Actual menu width minus left padding of LINK (20px) */
color: #6699cc;
text-align: left;
}


.subnavlinks a:visited {
	color: #6699cc;
	text-decoration: none;
	}

.subnavlinks a:hover{
color: #000033;
background-color: #cccccc;
text-align: left;
}

.subnavlinkssmall a{
color: #6699cc;
margin: 0px 0;
padding: 0;
	text-align: left;
}

* html .subnavlinkssmall a{ /*IE only. Actual menu width minus left padding of LINK (20px) */
color: #6699cc;
text-align: left;
}

.subnavlinkssmall a:hover{
color: #000033;
background-color: #cccccc;
text-align: left;
}

.subnavlinkssmall a:visited {
	color: #6699cc;
	text-decoration: none;
	}

.lightblueborder {
	border: 1px solid #CECEFF;
}
.lightgreyborder {
	border: 1px dotted #E6E6E6;
}

a {
	color: #666666;
	text-decoration: none;
}
a:visited {
	color: #999999;
	text-decoration: none;
}
a:hover {
	color: #990000;
	text-decoration: none;
	font-weight: bold;

}
a:active {
	color: #3366CC;
	text-decoration: none;
}
.hackersafe {
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 15px;
	padding-left: 17px;
	background-image: url(/mm5/images/header/header_r1_c3.jpg);


}
.darkblueborder {
	border: 1px solid #1D2C41;
}
