@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 {
	background-image: url(../images/global/logo.gif);
	background-repeat: no-repeat;
	width:120px;
	height:53px;
	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, #menu li {
	list-style:none;
}
#menu>li {
	font-size:1.2em;
	margin:0px;
	line-height: 1.5em;
}

#interesting {
	color: #ecf2e6;
	padding: 3px 8px 3px 25px;
}

#menu a {
	color: #ecf2e6;
	padding: 3px 8px 3px 25px;
	text-decoration:none;
}

#menu li ul li {
	position:relative;
	left:-25px;
}

#menu a:hover {
	color:#ecf2e6;
	background: url(../images/global/nav_arrow.gif) no-repeat left 50%;
	text-decoration: underline;
}

#menu li ul a {
	padding: 3px 8px 3px 25px;
}

#menu li ul a:hover {
	background: url(../images/global/nav_arrow.gif) no-repeat left 50%;
}

#menu hr {
	color: #ecf2e6;
	display: block;
	margin-right: 0px;
	margin-left: 25px;
	margin-top: 5px;
	margin-bottom: 5px;
}



#site-info {
	color:#ecf2ec;
	font-family:"Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-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;
}
.line-through{
	text-decoration: line-through;
}

.sub-section {
	font-style:normal;
	font-weight:normal;
}

/****** /content ******/.Red {
	color: #F00;
}

