html, body {
	height: 100%;
	margin: 0px;
}

.mainContent {
	height: 100%;
}

body { 
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
}

h1 {
	font-family: Arial, Verdana, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #339966;
	margin-top: 10px;
}
h2 {
	font-family: Verdana, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #0d0873;
}
h3 {
	font-family: Verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #9F2F29;
	font-style: italic;
}
.bc {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

A {color: #0000ff;}
A:active {color: #800080;}
A:visited {color: #800080;}

.ss {
	vertical-align: super;
	font-size: 0.8em;
} 

.greenBg, .mainNavTD {
	background: #537751 !important; 
}

.decor_h {
	background: url(images/decor_h.gif) repeat-x left top;
}

.decor_v {
	background: url(images/decor_v.gif) repeat-y left;
}

.mainNav {
    color: #1287b4;
	background: #9dc9c9 url(images/nav_bg.gif) repeat-x bottom left;
	border: 2px solid #329998;
	position: relative;
	top: -3px;
	margin: 3px;
	margin-top: 0px;
}

.mainNav ul {
    margin: 0px;
    padding: 0px;
    white-space: nowrap;
    color: #134e9e;
}

.mainNav li {
    display: inline;
    list-style: none;
    line-height: 15px;
    margin: 0px !important;
	padding: 5px;
	text-align:center;
}

.mainNav li span {
}

.mainNav a {
    text-decoration: none;
    display: block;
    height: 80px;
    padding-left: 10px;
    padding-right: 10px;
	padding-bottom: 20px;
}

.mainNav a:hover {
    color: #153d77;
	background: #9dc9c9;
}
.buttonlink {
	width:150px;
	height: 23px;
}




	


