/*=============================================================================
// google.css
// A Cascading Style Sheet for the Google based search.
//=============================================================================
*/

body {
	background-repeat: repeat-y;
	font-family: "Times New Roman", "Times";
	font-size: 14px;
}

table {
	font-size: 14px;
}

#banner {
	position: absolute;
	left: 0px;
	top: 0px;
	margin: 0px;
	padding: 0px;
	width: 780px;
	height: 90px;
	background-image: url(images/site/title_bar.jpg);
}

div#bannerLink {
	position:absolute;
	top:15px;
	left:20px;
	height:60px;
	width:180px;
}

[onclick] {
	cursor: pointer;
}

#content {
	width:770px;
	position:absolute;
	top:90px;
	left:5px;
}

#readerContent { /* IE cuts of the right side, so the reader needs to be a little smaller */
	width:720px;
	position:absolute;
	top:90px;
	left:5px;
}

/* =============================================================================
TEXT
============================================================================= */

.goldText {
	color: #997722;
}

.redText {
	color: #FF0000;
}

.whiteText {
	color: #FFFFFF;
}

.blueHeader {
	color: #121E4C;
	font-family:Garamond, "Times New Roman";
	font-size:16px;
}

/* =============================================================================
LINKS
============================================================================= */

a {
	font-family: Arial, Verdana;
	font-size:12px;
	text-decoration:none;
	color: #121E4C;
}

a:visited {
}

a:hover {
	color: #808EA5;
}

a.whitelink {
	color: #FFFFFF;
}

a.bluewhite {
	color: #808EA5;
}

a.bluewhite:hover {
	color: #FFFFFF;
}

