/*
e7f2fb: pale blue
00a785: dark green
00dbaf: lighter green, for menu "on" condition
0060a8: dark blue
*/
body { font-size: 11pt; font-family: times; }
p { font-size: 11pt; font-family: times; }
td { font-size: 11pt; font-family: times; }
a:link { color: #00a785; font-size: 11pt; font-family: times; text-decoration: none; }
a:visited { color: #00a785; font-size: 11pt; font-family: times; text-decoration: none; }
a:hover { color: #0060a8; font-size: 11pt; font-family: times; text-decoration: underline; }
a:active { color: #0060a8; font-size: 11pt; font-family: times; }

.Sections { color: #0060a8; font-size: 13pt; font-family: helvetica; font-weight: bold; }

div.ClearHack {clear: both; line-height: 0; height: 5; }

#container {
	width: 720px;
	margin: auto;
	padding: 0;
}

#PageBody {
	width: 720px;
	border: 1px solid black;
	padding: 0;
	margin: 20px 0 0 0;
}

#PageHeader {
	height: 100px;
	clear: right;
}

#logo {
	position: relative;
	top: -10px;
	float: left;
}

#SearchBox {
	float: right;
	margin: 4px 0;
}

#NavBox {
	width: 170px;
	float: left;
}

#PageContent {
	width: 500px;
	float: left;
	padding: 8px;
	margin:0;
}

#ContentFooter {
	clear: left;
}

#bottomCorner {
	float: right;
	position: relative;
	top: 1px;
	left: 1px;
}

#PageFooter {
	clear: left;
	margin: 10px;
	text-align: center;
}

.button {		color : #00a785;
				font-family : Verdana, Tahoma, Arial, sans-serif;
				font-size: 12px; 
				background-color : #ffffff;
				font-weight : bold;
				margin-bottom: 2px;}

/*
.NAV { font-size: 11pt; margin: 5px; }
.NAV a:link { color: #e7f2fb; font-size: 10pt; font-family: helvetica; font-weight: bold; text-decoration: none; margin: 5px; }
.NAV a:visited { color: #e7f2fb; font-size: 10pt; font-family: helvetica; font-weight: bold; text-decoration: none; margin: 5px; }
*/
