/* CSS Document */


global settings
----------------------------------------------------------- */

* { 
margin: 0; 
padding: 0; 
}
body {
	background: #ffffff;
	color: #666;
	text-align: center;
	font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
	font-size: 80%;
}




/* links */

a:link {
text-decoration: none;
color: #aaa;
}
a:visited {
text-decoration: none;
color: #ccc;
}
a:hover {
border-bottom: none;
color: #000;
}
a:active {
text-decoration: none;
color: #900;
} 
a img {
text-decoration: none;
}


/* hn */

h1, h2, h3, h4, h5, h6 { 
font-weight: normal; 
color: #515151;
margin: 10px 0;
}
h1 { 
margin: 60px 0;
font-size: 3em; 
font-weight: bold; 
text-transform: uppercase;
}
h1 a { 
color: #111;
}
h1 a:hover { 
background: none;
border-bottom: none;
color: #111;
}
h2 { 
font-size: 1.1em; 
}
h3 {
	font-size: 2em;
	color: #FFFFFF;
	text-align: center;
	margin: 30px 30px 0px;


}
h4 { 
font-size: 0.9em; 
}
h5 { 
font-size: 0.8em; 
}
h6 {
	color: #FFFFFF;
	text-align: center;

}

/* misc */

abbr, 
acronym {
font-style: normal; 
border-bottom: 1px dotted #666; 
cursor: help;
}
code, pre { 
font-family: Monaco, "Courier New", Courier, monotype, serif; 
}

/* defination lists */

dl { 
margin: 20px 0; 
}
dt {
font-size: 0.9em;
text-transform: uppercase;
}
dd {
margin: 0 0 20px;
}

/* list styles */

ul {
margin: 10px 0; 
} 
ul li {
	list-style-type: square;
	margin: 0 0 0 20;
	list-style-position: outside;
	color: #333333;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 15px;




}
ol {
margin: 10px 0 10px 25px; 
}
ol li {
margin: 0 0 5px 0; 
}

/* blockquote */

blockquote {
margin: 10px 0;
padding: 5px 10px;
border-top: 1px solid #ddd;
border-bottom: 1px solid #ddd;
font: 0.9em/1.5em georgia, "lucida sans unicode", "trebuchet ms", sans-serif;
color: #666;
}

/* image styles */

.navimgs {
margin-left: 5px;
margin-right: 5px;
}



/* layout
------------------------------------------------------ */

#container {
margin: 0 auto; 
width: 780px;
font-size: 0.75em;
float: center;
}

#navtop {
height: 30px;
width: 780px;
margin: 0px;
background: #D5CF83;
float: center;
}

#homeinfo {
	height: 100px;
	width: 780px;
	background: #dddddd;
	float: center;
	clear: left;
	padding: 0px;
	margin: 0px;




}


/* main navigation */

#nav {
margin: 35px 0;
padding: 0 0 20px 135px;
}
#nav a:link, #nav a:visited {
float: left;
display: block;
padding: 0 10px 8px 10px;
font-size: 1.2em;
font-weight: bold;
color: #515151;
text-transform: uppercase;
text-decoration: none;
}


/* footer
------------------------------------------------------ */

#footer {
margin: 4px 0 0;
padding: 20px 0 20px 165px;
border-top: 1px solid #ccc;
font-size: 0.8em;
}

/* misc
------------------------------------------------------ */

.clear {
clear: both;
height: 0;
line-height: 0;
}
.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}
.clearfix {display: inline-table;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
#hometext {
	color: #333333;
	text-indent: 0pt;
	font-weight: normal;






}
.hometext {
	padding: 20px;
}
.bdy {
	margin: 20px;
	padding: 20px;
}
.bdycs {
	margin: 20px;
	padding: 20px;
	font-size: 0.9em;

}
td {
	font-size: 80%;
}

