html { 

margin: 0; 

padding: 0; 

height: 100%; 

overflow: -moz-scrollbars-vertical;

} 

body {

	background-color: #d4ccc0;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	background-image: url(images/pattern.gif);

	background-repeat: repeat-x;

	margin-left: 0px;

	margin-top: 0px;

	margin-right: 0px;

	margin-bottom: 0px;

	color: #55493C;

	line-height: 18px;

	height: 100%;

}

h1 {

	font-size: 18px;

	font-weight: normal;

	margin-bottom: -10px;

	padding-bottom: -10px;

}



.footer {

	font-family: Georgia, "Times New Roman", Times, serif;

	font-size: 12px;

	font-style: italic;

	color: #7D6A55;

}

.footer a{

	color: #7D6A55;

	text-decoration: underline;

}

h2 {
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #7d6a55;
	margin-bottom: -5px;

}



a {

	text-decoration: none;

	color: #06347a;

}

a:hover {

	text-decoration: underline;

	color: #06347a;

}

.nav-border {

	background-image: url(images/white.gif);

	background-repeat: repeat-x;

	background-position: top;

}

.nav {

	font-size: 12px;

	color: #7d6a55;

	text-align: center;

	background-color: #FFFFFF;

	background-position: center center;

	vertical-align: middle;

	padding: 20px;

	border-right-style: solid;

	border-right-width: 2px;

	border-right-color: #D4CCC0;

}

.nav a{

	color: #7d6a55;

}

.nav a:hover{

	color: #7d6a55;

	text-decoration: underline;

}

#container-page { 

width: 100%; 

position: relative; 

min-height: 100%; 

height: auto !important; 

height: 100%; 

} 

#container-content { 

padding-bottom: 40px; 

} 

#container-foot {

	width: 100%;

	position: absolute;

	bottom: 0 !important;

	bottom: -1px;

	height: 40px;

	visibility: visible;

} 

.subnav {

	font-size: 12px;

	color: #7d6a55;

	font-family: Georgia, "Times New Roman", Times, serif;

	font-style: italic;

	padding-left: 15px;

}

.navActive {

	font-size: 12px;

	color: #7d6a55;

	text-align: center;

	background-color: #efebe6;

	background-position: center center;

	vertical-align: middle;

	padding: 20px;

	border-right-style: solid;

	border-right-width: 2px;

	border-right-color: #D4CCC0;

}

.navActive a{

	color: #7d6a55;

}

.navActive a:hover{

	color: #7d6a55;

	text-decoration: underline;

}

.registered {
	font-size: 10px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	vertical-align: super;
}
