html, body {
    width: 886px;
    height: 100%;
	min-height:600px;
    margin: 0px;
	padding: 0px;
    font-family: arial, sans-serif;
    font-size: 12px;
	font-weight: normal;
	text-decoration: none;
    background-color: #fff;
}


/* Page Layout */

div.page_container {
    background-color: #fff;
	position: relative;
    margin: 0px;
    width: 100%;
	height: auto;
	_height: 100%;
	min-height: 690px;
}

div.page_header {
    background-color: #fff;
	width: 886px;
    height: 222px;
}

div.page_body {
    width: 100%;
}

div.page_footer {
 	position: absolute;
	float:left;
    width: 886px;
    height: 88px;
	bottom: 0px;
	_bottom: -1px;
	text-align: center;
    color: #000000;
    background-image:url('bottom3.gif');
	background-repeat:no-repeat;
}


/* Header Elements */


#logo {
    width: 120px;
	float:left;
    background-color: #fff;
}

#nav {
	background-position:right;
	background-image:url('top_nav_bcgrd.gif');
	background-repeat:repeat-y;
	float:right;
	margin-right:0px;
	margin-top:0px;
	width:766px;
	vertical-align:top;
	height:16px;
	font-family:Arial;
	font-weight:bold;
	font-size:10px;
	color: #565556;

}

#nav a{
	font-family:Arial;
	font-weight:bold;
	font-size:10px;
	color: #ccc;
	text-decoration:none;
}

#nav a:hover{
	font-family:Arial;
	font-weight:bold;
	font-size:10px;
	color: #fff;
	text-decoration:none;
}

#view_forms {
	margin-right:5px;
	margin-top:30px;
}

#top_banner {
	margin-bottom:0px;
    vertical-align: bottom;
}

div.header_spacer {
    width: 100%;
    height: 1px;
    overflow: hidden;
    background: #000000 url('top_hdr_back.gif') repeat-y;
}


/* Left Menu Elements */

div.left_menu {
    width:161px;
	height:400px;
    float: left;
    color: #283845;
	background-image:url('left_menu_bkgrd.gif');
	
}

ul.lm_list {
    margin: 2px 0px 2px 30px;
    padding: 0px;
	list-style-image:url('left_menu_bullet.gif'); 
	 
}

ul.lm_list li {
    margin: 12px 0px;
    padding: 0px;
}

ul.lm_list li a {
    font-family:Verdana;
    font-weight: bold;
    font-size: 13px;
    text-decoration: none;
    color: #ccc;
	
}

ul.lm_list li a:hover {
    font-family:Verdana;
    font-weight: bold;
    font-size: 13px;
    text-decoration: none;
    color: #fff;
	
}

hr.lm_separator {
    margin: 1px 10px;
    height: 1px;
    border-bottom: 1px solid #909090;
    border-top: none;
}


/* Footer Elements */

div.footer_content {
	margin-top:19px;
	margin-right: 84px;
    padding: 3px 5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:9px;
	color: #565556;
	text-align:right;
}

div.footer_content a {
    font-family:Verdana;
	font-weight:normal;
	text-decoration:none;
	color: #565556;	
}

div.footer_content a:hover {
    font-family:Verdana;
	font-weight:normal;
	text-decoration:none;
	color: #191970;
	text-decoration:underline;
}
/* Main Content Elements */

div.main_content {
    margin-left: 161px;
    _height: 322px;
	width:700px;
	font-family:Verdana, Helvetica, Arial;
	font-size:12px;
    color: #565556;
}

div.pages_content {
    margin-left: 171px;
    _height: 322px;
	width:700px;
	font-family:Verdana, Helvetica, Arial;
	font-size:12px;
    color: #565556;
}

div.border_corners {
-moz-border-radius-bottomleft:15px;
-moz-border-radius-bottomright:15px;
-moz-border-radius-topleft:15px;
-moz-border-radius-topright:15px;
background-color:#EEEEEE;
border:1px solid #cccccc;
margin-right:20px;
margin-top:10px;
padding:20px;
font-weight:bold;
} 

div.mc_logged {
    margin: 0px;
    padding: 0px;
    height: 15px;
    text-align: right;
}

h1 {
    margin: 0px 0px 20px 0px;
    padding: 0px 0px 5px 0px;
    font-family:Arial;
	font-size:20px;
    font-weight: normal;
    color: #565556;
}

h5 {
    margin: 0px 0px 20px 0px;
    padding: 5px 5px 5px 5px;
    font-family:Verdana, Helvetica, Arial;
	font-size:12px;
    font-weight: bold;
    color: #565556;
}

/* Forms */

form {
    margin: 0px;
    padding: 0px;
}

td.form_tbl_label {
    text-align: right;
    font-weight: bold;
}

td.form_tbl_field input {
    font-family: verdana, arial, sans-serif;
    font-size: 12px;
}

div.error_msg {
    margin: 10px 0;
    font-weight: bold;
    color: #F00;
}

div.form_msg {
    font-weight: bold;
}

button.edit_button {
    padding: 0px 2px;
    font-weight: bold;
}

/* Generic Styles */

a img {
    border: none;
}
