html {
height:101%
}
body {

margin:0px;
padding:0px;

background-color:#423a28;
background-image:url(../images/body-bg-rpt-y.gif);
background-repeat:repeat-y;
background-position:center 0px;


}


body, h3 , h2 , h1, input , td , table, div, span, a, select, option, textarea, p, label, li, ol, ul {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
}

li {
margin-bottom:5px;
text-indent:-13px;
margin-left:13px;
}

a img {
	border:none;
}

h1 {
	font-size: 24px;
	font-weight:bold;
	color:#666666;
}

h3 {
	font-size: 18px;
	font-weight:bold;
	color: #5f2602;
	padding-top:10px;
}


a {
	text-decoration:none;
	font-weight:bold;
	color : #A21702;
}

a:hover {
	text-decoration:underline;
	font-weight:bold;
	color :#ED7117;
}

/* TEAM
-------------------------------*/
h3.team {
color:#333333;
padding:0px;
}

/* NAV
-------------------------------*/

table.nav-table {
	height: 25px;
	border:0px;
	width:100%;
	text-align:center;
	border-bottom-color:#333333;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-top-color:#333333;
	border-top-style:solid;
	border-top-width:1px;
	
}


table.nav-table a{
	display:block;  
	padding:6px;
	padding-left:10px;
	padding-right:10px;
	text-decoration:none;
	color : #FFFFFF;	

}

table.nav-table a:hover{
	color : #ffffff;	
	background-color : #333333;
}

table.nav-table a.active {
	background-color : #000000;
	color:#f9fffd;
	font-weight:bold;
}

table.nav-table td.spacer {

	width:20px;
}

/* FOOTER-------------------------------*/
div.footer  {
	background-color: #3F517C;
	bottom: 0px;
	height: 100%;
	margin:0px;
	padding: 0px;

}

div.footer p, div.footer a {
	font-size:10px;
	color : #CCCCCC;
	text-align: center;
	font-size:10px;
	margin:0px;
	padding:5px;
	padding-left: 0px;
	padding-right: 0px;
}
div.footer a {
	text-decoration:underline;
	font-weight:normal;
	}

.main-text {
	padding: 30px;
	padding-top: 5px;
}
img.right-image {
	float:right;
	margin-left: 20px;
	margin-bottom: 5px;
}

img.left-image {
	float:left;
	margin-right: 20px;
	margin-bottom: 5px;

}

