

body {
	background: #000;
	color: #333;
	padding: 0em 0px 0em 0em;
	margin: 0;
	font-family: helvetica, verdana, sans-serif;
	height:100%;
}

a.nav { 
	color: #ffffff;
	text-decoration: none;


}
a.nav:hover { 
	color: #c9d4dd; 
	text-decoration: none;

}

a.nav:active { 
	color: #8a663a; 
}


a { 
	color: #5b6b77;
	text-decoration: none;
	font-weight: bold;


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


h1 {
	font-weight: bold;
	font-family: verdana, arial, san-serif;
	font-size: 20px;
	margin: 0;
	color: #143957;
}

h2 {
	font-weight: bold;
	font-family: verdana, arial, san-serif;
	font-size: 14px;
	margin: 0;
	color: #403929;
}

.small {
	font-size: 11px;
	margin: 0;
	color: #735531;
	text decoration: none;
}

.big {
	font-size: 13px;
	margin: 0;
	color: #735531;
	text decoration: none;
}

.nav {
	font-size: 12px;
	color: #fff;
	text decoration: none;
	padding: 5px;
	font-weight: bold;

}

.navOn {
	font-size: 12px;
	color: #c9d4dd;
	text decoration: none;
	padding: 5px;
	font-weight: bold;

}

.pic {
	border: 1px solid #425046;
}


td {
	font-size: 11px;
	margin: 0;
	color: #403929;
	line-height: 1.4;
}

p.note {
	background: #f0fff9;
	padding: 4px;
	font-family: tahoma;
	font-size: 85%;
	line-height: 130%;
	margin-top: 0;
}

.footer {
font-size: 10px;
}

ul.resources {
list-style: none;
}

.tagline {
	color: #486c5c;
}



#container {
	height: 100%;
	background: #000 url(images/bg1.jpg) no-repeat scroll bottom right;
	position: relative;
}
