BODY { background: url("bg-MMbar-blue.gif") repeat; }


body {
font-family: Arial,Helvetica,sans-serif;
font-size: 13px;
color: #444444;
font-weight: normal;
}

.topfloatimgleft {
float:left;
margin-top:0px;
margin-right:15px;
margin-bottom:15px;
}

.floatimgleft {
float:left;
margin-top:0px;
margin-right:15px;
margin-bottom:10px;
}

.floatimgright {
float:right;
margin-top:0x;
margin-right:0px;
margin-left:15px;
margin-bottom:10px;
}

/*menu items define the new horizontal menu*/
#menu {
	background: #737373
float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
#menu li {
	float: left;
	font: 100% Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
#menu a {
	background: #737373 url("menu/images/seperator.gif") bottom right no-repeat;
	color: #ccc;
	display: block;
	float: left;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
	font-weight:normal;
}
#menu a:hover {
	background: #000044 url("menu/images/hover.gif") bottom center no-repeat;
	color: #fff;
	padding-bottom: 8px;
	}
/*endof horizontal menu*/



blockquote {
font-family: Arial,Helvetica,sans-serif;
font-size: 14pt;
font-weight: normal;
text-align: center;
}
div {
font-weight: normal;
}
p {
font-size: ;
font-weight: normal;
}
span {
font-weight: normal;
}
td {
font-weight: normal;
}
h1 {
color: #000000; font-size: 16px; 
}
h2 {
color: #000000; font-size: 14px;
}
h3 {
color: #000000;
}
h4 {
color: #000000;
}
ol {
font-weight: normal;
}
ul {
font-weight: normal;
}
input {
font-family: Arial,Helvetica,sans-serif;
font-weight: normal;
}
select {
font-weight: normal;
}
textarea {
font-weight: normal;
}
a:active, a:link, a:visited {
font-family: Arial,Helvetica,sans-serif;
color: #efefef;
font-weight: bold;
text-decoration: none;
}
a:hover {
font-family: Arial,Helvetica,sans-serif;
color: #000044;
font-weight: bold;
text-decoration: none;
}


#wrapper { 
 position:relative;top:10px;	
 margin: 0 auto;
 width: 950px;
 border: 3px solid white;
}


#header {
 width: 100%;
 float: left;
 height: 53px;
 background: #829caf;
}

#navwrapper {
width: 100%;
float: left;
background: #737373;
}

#navigationleft {
 float: left;
 width: 180px;
 color: #333;
 background: #737373;
 }
 
 #navigationright {
 float: left;
 width: 770px;
 color: #333;
 background: #737373;
}

#stepdown {
 float: left;
 width: 100%;
 height: 25px;
 background: #829caf;
}


#container2 {
	float: left;
	width: 100%;
	background: #829caf;
	position:relative;
	overflow:hidden;
	right:0px;
}

#container1 {
	float: left;
	width: 100%;
	background: #959595;
	position:relative;
	right:770px;	
}

#col1 { 
 float: left;
 width: 155px;
 position:relative;
 left:795px;
}

#col1holder {
width: 150px;
height: 400px;
}

#col2 {
	float: left;
	width: 600px;
	position:relative;
	left:810px;
 }
 
 #horizontalbrace {
 width: 600px;
 min-height:100px;

 }
 
#addresscontainer {
float: left, bottom;
width: 150px;
}


#footer { 
 width: 950px;
 height: 25px;
 clear: both;
 color: #333;
 background: #737373;
}
