/* Tag-specific styles */

html, body {
	margin: 0;
	padding: 0;
	margin: 0 0 0 0;

	font-family: arial;
	font-size: 14px;
	color: #474747;
}

a:link { 
	color: #4e740b;
}

a:visited { 
	color: #4e740b;
}

a:hover { 
	color: #aa660c;
}

a:active { 
	color: #4e740b;
}

div {
	font-family: arial;
	font-size: 14px;
	color: #474747;
}

div.regularText {
	font-size: 12px;
}

div.smallText {
	font-size: 11px;
}

div.heavyText {
	font-size: 12px;
	font-weight: bold;
}

div.tinyText {
	font-size: 10px;
}

div.error {
	font-size: 12px;
	color: #aa660c;
	margin-bottom: 10px;
	font-weight: bold;
}

div.notice {
	font-size: 12px;
	color: #aa660c;
	margin-bottom: 10px;
}

div a {
	text-decoration:none;
	color: #4e740b;
}

div a:hover {
	text-decoration:none;
	color: #aa660c;
}

span.text {
	font-family: arial;
	font-size: 12px;
	color: #474747;
}

td, p {
	font-family: arial;
	font-size: 12px;
	color: #474747;
}

td.header {
	color: #474747;
	font-weight: bold;
}	
	
table.tableForm tr.formLine td {
	padding-bottom: 10px;	
}

p {
	margin: 0 20px 10px 20px;	
}

table.tableForm tr.formLine td a {
	color: #4e740b;
}

table.tableForm tr.formLine td a:hover {
	color: #aa660c;
}

h1, h2, h3 {
	color: #000000;	
	font-weight: bold;
	margin: 0 0 0 20px;
}

h1 {
	font-size: 24px;
	margin: 20px 0 20px 20px;
}

h2 {
	font-size: 20px;
	margin: 0 0 20px 20px;
	text-decoration: underline;
}

h3 {
	font-size: 18px;
	padding-bottom: 10px;	
}

big {
	font-family: arial;
	font-size: 14pt;
}

small {
	font-family: arial;
	font-size: 8pt;
}

img.handCursor {
	cursor: pointer; cursor: hand;
}
img.moveCursor {
	cursor: move;	
}
img.crossCursor {
	cursor: crosshair;	
}

/* Element-specific styles */

#header {
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 65px; 
	z-index: 1000; 
	background-color: #FFFFFF;
	border-bottom: 1px solid #D9B578;
}

#header #links {
	position: absolute;
	left: 44px;
	top: 75px;
}

#header #links div {
	margin: 0 22px 0 0;
	float: left;
}

#header a {
	text-decoration: none;
	color: #705634;
}

#header a:hover {
	color: #aa660c;
}

#main_content {
	position: absolute; left: 32px; top: 120px;
}

/* Class styles */

.right {
	float: right;
}

.caption {
	font-size: 10px;
	padding: 5px;
	text-align: center;
}

.hidden { 
	display: none;
}

div.footer {
	height:20px;
	z-index:1000;
	left:0px;
	margin:auto;
	text-align:center;
	width:100%;
	min-width:800px;
}

div.floatBottom {
	position:fixed;
	_position:absolute;
	bottom:0px;
}

a.pages {
	padding-right:10px;
	text-decoration: underline;
}

a.currentpage {
	padding-right:10px;
	text-decoration: none;
	color: #aa660c;
}
