html {
 height: 100%;
}

body
{
	margin: 0px;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	background-color:#FFFFFF;
	height: 100%;
	color: inherit;
}

#wrapper { 
  min-height: 100%;
  width: 100%;
} 

*html #wrapper { 
  height: 100%;
  width: 100%;
}

#header { 
  	height: 245px;
  	width: 100%;
	background-image:url(images/banner_bg.gif);
	margin:auto;
	
} 

#headerImage {
	height: 173px;
  	width: 750px;
	margin: auto;
}

#navigation {
	top:0 !important;
	top: -3px;
	position: relative;
	height: 69px;
	width: 750px;
	margin: auto;
	overflow: hidden;
}

#content {
	padding: 0px 10px 0px 10px;
	width: 730px;
	margin: auto;
}

#footer { 
  	height: 76px;
  	width: 100%;
	background-image: url(images/footer_bg.gif);
	margin: auto;
	text-align: center;
	position: relative;
} 

a:link, a:visited { color: #FF5501;	text-decoration: underline; background-color:inherit;}
a:active, a:hover { color: #6655A7; text-decoration: underline; background-color:inherit;}

a:link.textFooterMenu, a:visited.textFooterMenu {font-size: 11px; color: #333333; text-decoration: none; background-color:inherit;}
a:active.textFooterMenu, a:hover.textFooterMenu {font-size: 11px; color: #FF5501; text-decoration: underline; background-color:inherit;}

p, ul, li, td {font-size: 12px; font-weight: normal; color: #6D6D67; list-style:square; background-color:inherit;}

h1 {font-family: "Times New Roman", Times, serif; font-size: 24px; font-weight: normal; color: #044AB1; background-color:inherit;}
h2 {font-family: "Times New Roman", Times, serif; font-size: 20px; font-weight: normal; color: #044AB1; background-color:inherit;}
h3 {font-family: "Times New Roman", Times, serif; font-size: 18px; font-weight: normal; color: #044AB1; background-color:inherit;}
h4 {font-family: "Times New Roman", Times, serif; font-size: 16px; font-weight: bold; color: #044AB1; background-color:inherit;}
h5 {font-family: "Times New Roman", Times, serif; font-size: 14px; font-weight: bold; color: #044AB1; background-color:inherit;}
h5 {font-family: "Times New Roman", Times, serif; font-size: 12px; font-weight: bold; color: #044AB1; background-color:inherit;}

hr {
	border:dashed #CFCFCF 1px;
	height:0;
	margin: 5px 0px 5px 0px;
	padding: 5px 0px 5px 0px;
}
	

textarea, input, select {
	color: #000000;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	background-color:inherit;
}

.textFooter
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;	
	background-color:inherit;
}

.textFooterMenu
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;	
	background-color:inherit;
}

.textImageTitle
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #7A6D4C;
	background-color:inherit;
}

.borderImage {
	border: 1px solid #BCBCB7;
	padding: 5px;
}

.textError {
	color: #FF0000;
	font-weight:bold;
	background-color: inherit;
}