/* CSS Document */

body {
	background-color: #f1f2f3;	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font: 70%;
	font-weight:normal;	
	font-size: 11px;
	margin:0px;
}

#outside {
	margin: auto; 
	padding: 0; 
	min-width:800px;
	max-width:800px;
}

#topleft {
	margin-top: 20px;
	width:210px;
	float:left;
	background-image:url(../images/logo2.png);
	background-repeat:no-repeat;
	vertical-align:top;
	height:600px;
	
}

#topright {
	margin-top:20px;
	width:580px;
	float:right;
	vertical-align:top;
	background-color: #f1f2f3;
	border: 1px solid #003366;
	height: auto;
	min-height:600px;
	/* Do rounding (native in Firefox and Safari) */
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;	
}

#content {
	margin:10px;
	padding:10px;
	background-image:url(../images/mmapbrn_rgt.gif); 
	background-repeat:no-repeat; 
	background-position:top;
	height:700px;

}

#webcliqhdr {
	font-size:48px;
	color:#003366;
	text-align:center;
	clear:both;
	margin-top:190px;
	font: sans-serif;
	font-weight:bold;
}

a {
	color : #003366; 
	text-decoration: none;
	cursor:pointer;
}

h1 {
	margin: 0px;
	font-size: 24px;
	color: #003366;
	font-weight:bold;
	margin-bottom:10px;
		
}

h2 {
	font-size: 16px;
	color: #003366;
	font-weight:bold;
	background-image:url(../images/bubble.gif);
	background-repeat:no-repeat;
	padding-left:25px;
	cursor:pointer;
	margin-bottom:10px;
}

li {
	margin: 0px;
	margin-left:-30px;
	padding-bottom: 3px;
	padding-left:20px;	
	font: Trebuchet MS, sans-serif;
	font-size: 14px;
	color: #003366;
	background-image:url(../images/icons/url.png);
	background-repeat:no-repeat;
	list-style:none;
	cursor:pointer;
}

p {
	font-size:12px;
	line-height:130%;
	padding-left:25px;
}

hr {
	border: 1px solid Grey;
	height:1px;

}

a:hover, h2:hover, h3:hover, li:hover, .hover, .links:hover {
	color:Maroon;
}

.links {
	font-weight:bold;
}

.icons {cursor:pointer; border:0px; padding: 0px 2px 0px 2px; height: 18px;}


