/* CSS Document */

.NoStyle {
	display: none;
}

body {
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
	background-image: url(images/document_bg.gif);
	background-repeat: repeat-y;
	font-family: Arial;
	font-size: 14px;
}
h2 {
	border-bottom: 1px solid #900;
}
dd + * {
	margin-top: 10px;
}
a:link { color: #900; }
a:visited { color: #900; }
a:hover { color: #F00; }
a:active { color: #F00; }

#Document {
	position: relative;
}
#Header {
	position: relative;
	height: 96px;
	margin: 0px;
	padding: 0px;
	background-color: #722;
}
#Header #Illustration {
	position: absolute;
	left: 23px;
	top: 9px;
	border: 1px solid #FFF;
}
#Header #Title {
	position: absolute;
	left: 140px;
	top: 10px;
}
#Menu {
	float: left;
	width: 154px;
	margin: 0px;
	padding: 25px 0px;
	background-image: url(images/menu_bg.gif);
	background-repeat: repeat-x;
	font-size: 14px;
}

#Menu li {
	margin: 0px 0px 12px 0px;
	/* This invisible (same as background color) bottom border is an IE:WIN hack.
	/* For some reason, IE:WIN adds space inside the block when there's no bottom border.
	/* So, I had give it what it wanted. */
	border-bottom: 1px solid #DED5CB;
	padding: 0px;
	background-image: none;
	list-style: none;
	text-align: right;
}
#Menu .active {
	background-image: url(images/menu_active.gif);
	background-position: center right;
	background-repeat: no-repeat;
}


#Menu li a {
	display: block;
	margin: 0px;
	border: none;
	padding: 0px 35px 0px 20px;
	color: #000;
	text-decoration: none;
	background-image: none;
	font-weight: bold;
}
#Menu li a:hover,#Menu li a:active {
	background-image: url(images/menu_over.gif);
	background-position: center right;
	background-repeat: no-repeat;
}	
#Content {
	margin: 0px 0px 0px 155px;
	padding: 10px 40px;
	background-image: url(images/content_bg.gif);
	background-repeat: repeat-x;
}
#Content .Nav {
	margin: 10px 0px;
}
#Footer {
	margin: 0px 0px 0px 155px;
	padding: 20px 40px;
}
