@charset "utf-8";
/* CSS Document */

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#4e2714;
	background-image:url(../images/background.jpg);
	background-repeat:repeat-x;
}

a:visited, a:active, a:link {
	color:#000033;
	font-weight:bold;
	font-style:italic;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}


.headerTable {
	width: 754px;
	border:#4e2714;
	border-top-width:2px;
	border-top-style:solid;
	border-top-color:#4e2714;
	border-left-width:2px;
	border-left-style:solid;
	border-left-color:#4e2714;
	border-right-width:2px;
	border-right-style:solid;
	border-right-color:#4e2714;
	margin:auto;
}

.mainTable {
	width: 754px;
	border:#4e2714;
	border-left-width:2px;
	border-left-style:solid;
	border-left-color:#4e2714;
	border-right-width:2px;
	border-right-style:solid;
	border-right-color:#4e2714;
	margin:auto;
}

.footerTable {
	color:#666666;
	font-size:10px;
	width: 754px;
	border:#4e2714;
	border-top-width:2px;
	border-top-style:solid;
	border-top-color:#4e2714;
	margin:auto;

}

.innerMainTable {
	height:550px;
	background-image:url(/images/inner_bg.jpg);

}

.leftNav {
	width: 135px;
	height:450px;
	background-image:url(/images/left_nav_bg.jpg);
	background-repeat:repeat-y;
}

.leftNavBG {
	width: 135px;
	background-image:url(/images/left_nav_bg.jpg);
	background-repeat:repeat-y;
}

.dataTable {
	width:550px;
	margin:auto;
}

.quotes {
	width: 135px;
	font-size:10px;
	color:#CCCCCC;
	font-style:italic;
}

a.quotesLink:visited, a.quotesLink:active, a.quotesLink:link {
	color:#333333;
	text-decoration:none;
}

a.quotesLink:hover {
	text-decoration:underline;
}




