html {
	margin: 0;
	padding: 0;
	height: 100%;
}

body
	{
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #666666;
	margin: 0;
	padding: 0;
	}


* html #wrapper
{
height: 100%;
}
	
	a:link
	{
	color: #4f70a0;
	font-weight: normal;
	text-decoration: none;
	}

a:visited
	{
	color: #4f70a0;
	font-weight: normal;
	text-decoration: none;
	}

a:hover
	{
	color: #4f70a0;
	font-weight: normal;
	text-decoration: underline;
	}

a:active
	{
	color: #4f70a0;
	}

.copyright
	{
	background:#4f70a0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #FFFFFF;
	text-align: center;
	}

p.first
	{
	margin-top: 7px;
	}

h1
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 145%;
	color: #4f70a0;
	padding-bottom: 7px;
	margin-bottom: 0px;
	background-color: #ffffff;
	}

.menu	
	{
	display:table;         /* ignored by IE */
	padding:0; 
	font: 12px verdana, arial, sans-serif;
	list-style-type:none;
	white-space:nowrap;    /* keep text on one line */
	border:0px solid #06a; /* add a border to show size of menu */
	}

* html .menu 
	{
	display:inline-block;  /* for IE only */
	width:1px;             /* IE will expand to fit menu width */
	padding:0 2px;         /* fix bug in IE for border spacing */
	}  

.menu li 
	{
	display:table-cell;    /* ignored by IE */
	}

* html .menu li 
	{
	display:inline;        /* for IE only */
	}


.menu a, .menu a:visited
	{
	display:block;         /* for all browsers except IE */
	padding:6px 23px;
	color:#fff; 
	background:#4f70a0; 
	border-left:1px solid #ffffff;
	text-decoration:none;
  	}

* html .menu a, * html .menu a:visited 
	{
	display:inline-block;  /* for IE only */ 
	margin:0 -2px;         /* to correct an IE border width bug */  
	}

.menu a:hover 
	{
	color:#fff; 
	background:#df685f;
	}

.lefted
	{
	margin:0 auto 0 0;
	}

.centered
	{
	margin:0 auto;
	}

.righted
	{
	margin:0 0 0 auto;
	}

a.nav, a.nav:link, a.nav:visited 
	{
	display:block; 
	height:25px; 
	background:#4f70a0; 
	border-bottom:1px 
	solid #fff; 
	margin-top:0px; 
	text-align:center; 
	text-decoration:none; 
	font: 12px verdana, arial, sans-serif;
	color:#fff; 
	line-height:25px; overflow:hidden;
	}

.title 
	{
	display:block; 
	height:25px; 
	background:#df685f; 
	border-bottom:1px 
	solid #fff; 
	margin-top:29px; 
	text-align:center; 
	text-decoration:none; 
	font: 12px verdana, arial, sans-serif;
	color:#fff; 
	line-height:25px; overflow:hidden;
	}

a.nav:hover
	{
	color:#fff; background:#df685f;
	}

table#topnav
	{
	padding-bottom: 0px;
	padding-top: 0px;
	border-bottom: 1px solid #ffffff;
	}

	
#wrapper {

	width: 760px;
	background-color: #FFFFFF;
	position: relative;
	min-height: 100%;

	margin-right: auto;

	margin-left: auto;
	height: auto!important;
	height: 100%;
	background-attachment: scroll;
	background-image: url(../images/bg_nav_fill.gif);
	background-repeat: repeat-y;
	background-position: left;
}

#footer {
	width: 760px;
	background-attachment: scroll;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
}
#footer_container {
	position: relative;
	margin-top: -25px;
	height: 25px;
}
