@charset "UTF-8";
/* CSS Document */

body {
	font-size: small;
	color:black;
	background-color:#d8caa8;
 	background-image:url(/images/global/background.gif); 
	background-repeat:repeat-y;
	background-position: 0 0;
}



/***** tags *****/

h1 {
	font-size: 250%;
	font-family:"Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0 0 0.67em;
	padding-bottom: 10px;
}

h4{margin-top: -10px
}

h2 {
	font-size: 130%;
	font-family:"Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0.83em 0;
}

h3 {
	font-size: 90%;
	font-family:"Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
}


	
/***** /tags *****/	

/***** classes *****/



/***** /classes *****/

/***** container *****/

#container {
	width:100%;
	height:100%;
}
/***** /container *****/

/***** nav *****/

#nav {
	float:left;
	width:171px;
	height:100%;
}
#logo {
	position: relative;
	top: 4px;
}
#menu {
	font-family:"Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	width:86%;
	margin-left:2px;
	padding-left:0px;
}
#menu ul {
	list-style:none;
}
#menu li {
	font-size:120%;
	margin:0px;
	line-height: 150%;
}
#menu a {
	color: #ecf2e6;
	padding: 3px 8px 3px 25px;
	text-decoration:none;
}
#menu a:hover {
	color:#ecf2e6;
	background: url(/images/global/nav_arrow.gif) no-repeat left 50%;
	text-decoration: underline;
}
#menu hr {
	color: #ecf2e6;
	display: block;
	margin-right: 0px;
	margin-left: 25px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#site-info {
	color:#ecf2ec;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-top:30px;
	padding-top:35px;
}
#site-info a:link {
	color: #ecf2e6;
}
#site-info a:visited {
	color: #ecf2e6;
}
#site-info a:hover, a:active {
	color: #284907;
	background-color: #ffefc7;
}
/***** /nav *****/

/***** content *****/

#content {
	margin-left:171px;
	padding-left:5px;
	width:530px;
}

