body {
	height: 100%;
	padding: 0px;
	font-family: Arial, Helvetica, Sans Serif;
	line-height: 120%;
	font-size: 11px;
	color: #333333;
	background: #ffffff;
}

a:link, a:visited {
	color: #c64934; text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #900;	text-decoration: none;
	font-weight: bold;
}
h1 {
	font-size: 21px;
	font-weight: bold;
	font-style: normal;
	font-family: arial;
	text-indent: 2px;
	color: #01529e;
	text-align: left;
	text-decoration: none;
	text-transform: none;
	line-height: 30px;
}
h2 {
	background: url(/img/subhead_bg.png) repeat-x;
	color: #666666;
	text-align: left;
	padding-left: 4px;
	height: 21px;
	line-height: 21px;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
	margin: 0 0 2px 0;
}

div.all {
	border: 1px solid #cccccc;
}
div.top {
	background: url(/img/nd_logo_02.png) repeat-x;
}

.menu {
	width: 230px;
	font-family: helvetica, arial;
	font-size: 12px;
}

.contentArea {
	border: 1px solid #cccccc;
	margin: 2px;
	padding: 5px;
	font-family: helvetica, arial;
	min-height: 400px;
}
.bottom {
	margin: 2px;
	border: 1px solid #cccccc;
	padding: 15px;
	font-family: helvetica, arial;
	font-size: 10px;
}
a.button:link, a.button:visited {
display:block;
float: left;
background-color: #f9201e;
color:#fff;
text-decoration: none !important;
font-weight:900;
padding: 4px 7px 4px 7px;
border-left: 1px solid #a9ceeb;
font-size:12px;
margin: 3px 0 0 0px;
}
.red {color: #f9201e;}
