/* dm_arial_text.css */
/*	font-family: Arial, Helvetica, sans-serif;	 */			/* Original line in this file */
/* NOTE: link definitions included below */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	/*background-color: #d6dfe9;*/
	background-color:#FFF;
	}
#wrapper {
	margin: 5px auto 0px;
	padding: 0px;
	width: 800px;
	border: solid 10px;
	background-color: #FFF;
	/*border-color: #005e99;*/
	border-color:#FFFFFF;
	}
#wrapper1 {
	margin: 5px auto 0px;
	padding: 0px;
	width: 800px;
	height: 5850px;
	border: solid 10px;
	background-color: #ffffff;
	border-color: #005e99;
	}
.footer {
	font-size: 9px;
	color: #999999;
	}

/* NOTE!!!   Order must be: a:link, a:visited, a:hover, a:active to be effective in Firefox */
a:link {
	color:#003399;
	text-decoration:underline;
}
a:visited {
	color:#003399;
 	text-decoration:underline;
	}
a:hover {
	/*color: #0000FF;*/
	text-decoration:underline;
	color: #FF0000;
	}
a:active {
	color:#003399;
	text-decoration:underline;
	}
/* NOTE!!!   Order must be: a:link, a:visited, a:hover, a:active to be effective in Firefox */

#banner {
	left:26px;
	top:13px;
	width:800px;
	height: 125px;
	z-index:1;
	background-color: #D6DFE9;
	font-size: 10pt;
}
#menubar {
	background-color: #005E99;
	height: 26px;
	color: #FFFFFF;
	text-align: center;
	padding-top: 7px;
	font-weight: bold;
	}
#menu {
	left:25px;
	top:161px;
	width:50px;
	height:800px;
	z-index:2;
	float: left;
	}
#body {
	left:173px;
	top:160px;
	width:780px;
	float: left;
	z-index:3;
	padding: 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
	line-height: 13pt;
}
#menubar a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#menubar a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#menubar a:hover {
	color: #F58B94;
	text-decoration: none;
}
#menubar a:active {
	color: #FFFFFF;
	text-decoration: none;
}

#right {
	left:768px;
	top:166px;
	width:130px;
	height:800px;
	float: left;
	z-index:5;
	color: #000000;
}
.h1 {
	font-size: 16px;
	font-weight: bold;
}
h1 {
	font-size: 14pt;
	font-weight: bold;
	text-align: center;
}
h2 {
	font-size: 12pt;
	font-weight: bold;
	text-align: center;
}


.h2 {
	font-size: 12px;
	font-weight: bold;
}
.h3 {
	font-size: 12px;
	font-weight: bold;
}
#footer1 {
	margin-top: 0px;
	width: auto;
	clear: both;
	color: #000000;
	height: 70px;
	text-align: center;
	}
#footer1 a:link {
	color: #FFFFFF;
	}
#footer1 a:visited {
	color: #FFFFFF;
	}
#footer1 a:hover {
	color: #FF0000;
	}

