/* CSS Document */

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #333333;
	background-color: #F3F3F3;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 50px;
}

#header {
	height: 138px;
	background-image:url(../images/headerback.gif);
	background-repeat:repeat-x;
}

#nav {
	width: 1000px;
	margin-left:auto;
	margin-right:auto;
}

#content {
	width: 1000px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 50px;
}

#tooltip{
	width: 1000px;
	margin-left:auto;
	margin-right:auto;
}

#navlinks {
	position: relative;
	margin-top: -22px;
	margin-left: 100px;
}

#curpagetab {
	display: inline;
	background-color: #F3F3F3;
	margin-left:3px;
	margin-right:3px;
}

#cola {
	float: left;
	width: 450px;
}

#colb {
	float: right;
	width: 450px;
}

#headline {
	margin-top:15px;
	margin-bottom: 15px;
	overflow:hidden;
	word-wrap: break-word;
}

a:link, a:visited, a:active {
	color: #333333;
	text-decoration: none;
	border-bottom: dotted 1px;
}

a:hover {
	color: #96A734;
	text-decoration: none;
	border-bottom: solid 1px;
}

a.hlink:link, a.hlink:visited, a.hlink:active {
	color: #333333;
	text-decoration: underline;
	font-size: 16px;
	border-bottom: none;
}

a.hlink:hover {
	color: #333333;
	text-decoration: none;
	border-bottom: none;
}

.ltext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
}

.htext {
	font-size: 18px;
}

.dtext {
	font-size: 14px;
}

.grey {
	color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-right: 25px;
}

.error {
	color: #C0272D;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

.code {
	position: relative;
	color: #333333;
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
}

a.imagelink:link, a.imagelink:visited, a.imagelink:active, a.imagelink:hover { 
	border-bottom: none;
}