* {
	margin: 0px;
	padding: 0px;
}
.clearFloats {
	clear: both;
	float: none;
}
/***************************
The Actual Topframe HTML
***************************/
#nbTopFrame {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #003300;
}
/***************************
Topframe CSS
***************************/
body#notebkTopFrame {
	background-attachment: scroll;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: right top;
	background-image: url(nbMasthead_bg.jpg);
}
#topFrWrapper {
	padding: 10px;
}
#topFrWrapper h1 {
	font-size: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #6A2D1F;
	margin-bottom: 5px;
}
#topFrWrapper ul {
	width: 50%;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #003300;
	padding-left: 15px;
}
#topFrWrapper li {
	list-style-type: none;
	float: left;
}
#topFrWrapper a:link, #topFrWrapper a:visited {
	display: block;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	background-color: #B7C7B3;
	text-decoration: none;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	margin-right: 5px;
	color: #003300;
	font-weight: bold;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #003300;
	border-bottom-color: #003300;
	border-left-color: #003300;
}
#topFrWrapper a:hover, #topFrWrapper a:active {
	background-color: #FFFFFF;
}

/***************************
Leftframe CSS
***************************/
body#notebkLeftFrame {
	background-color: #FFFDB8;
}
#leftFrWrapper {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#leftFrWrapper h1 {
	font-size: 16px;
	padding: 10px;
}
#leftFrWrapper h2 {
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	background-color: #4C3908;
}
#leftFrWrapper ul {
	margin-bottom: 10px;
}
#leftFrWrapper li, #leftFrWrapper a:link, #leftFrWrapper a:visited {
	display: block;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #003300;
}
#leftFrWrapper li {
	list-style-type: none;
	padding-left: 15px;
	color: #663366;
}
#leftFrWrapper a:hover, #leftFrWrapper a:active {
	color: #6A2D1F;
	text-transform: uppercase;
}
#leftFrWrapper h2 a:link, #leftFrWrapper h2 a:visited{
	color: #FFFDB8;
}


/***************************
Mainframe CSS
***************************/
body#notebkMainFrame {
	background-color: #FFFFFF;
}
#mainFrWrapper {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 60px;
}
#mainFrWrapper h1 {
	font-size: 20px;
	color: #4C3908;
}
#mainFrWrapper p {
	font-size: 14px;
	line-height: 20px;
	color: #333333;
	margin-top: 15px;
}
