
/*---------------------------------------------------------------------------------------------
	Main Layout
---------------------------------------------------------------------------------------------*/

html{
	margin : 0;
	padding : 0;
}

body{
	margin: 20px auto 20px auto;
	padding: 0px;
	text-align:center;
	background-image: url(/images/back.gif);
}

#top {
	margin : 0px auto;
	width: 742px;
	padding : 0px;
	height: 93px;
}

#top2{
	margin : 0px auto;
	width: 742px;
	padding : 0px 0px 0px 0px;
	height: 109px;
	background-image: url(/images/second-head.gif);
}

#top-nav{
	margin : 0px auto;
	width: 742px;
	padding : 0px;
	height: 32px;
	background-image: url(/images/top-nav.gif);
}

#top-spacer {
	margin : 0px auto;
	width: 742px;
	padding : 0px;
	height: 17px;
	background-image: url(/images/top-spacer.gif);
}


#P-top-right, #P-top-right A {
	font-size: 11px;
	font-weight: bold;
	color: #8b2a2c;
	v:link=#f9d14d;
	margin: 30px 35px auto;
	text-decoration: none;
}

#P-top-right a:hover{
	color: #aaaaaa;
}

#pagebottom {
	text-align: center;
	margin : 0px auto;
	padding : 28px 25px 0px 190px;
	width: 526px;
	height: 22px;
	background-image: url(/images/foot.gif);
	background-repeat: no-repeat;
}

#link-nav {
	width: 742px;
	margin : 0px auto;
	padding: 0px 0px 0px 0px;
	background-image: url(/images/wrap_back.gif);
}

#P1 {
	text-align:right;
	margin: 0px 45px auto;
}

#container {
	width: 742px;
	text-align:left;
	margin : 0px auto;
	background-color : #ffffff;
	background-image: url(/images/wrap_back.gif);
}

#leftnav {
	float : left;
	width: 167px;
	padding: 0px 0px 20px 15px;
	margin : 0px;
/*	background-image: url(/images/nav-graphic.gif);	 */
}

#top-menu-nav {
	width: 167px;
	padding : 0px;
	height: 35px;
	background-image: url(/images/nav-graphic-top.gif);
}

#left-menu-content {
	width: 167px;
	padding : 0px;
/*	height: 29px; */
	background-image: url(/images/nav-graphic.gif);
}

#left-nav-bottom {
	width: 167px;
	padding : 0px;
	height: 38px;
	background-image: url(/images/nav-graphic-bottom.gif);
}

#rightnav {
	float : right;
	width: 105px;
	padding: 0px 15px 0px 0px;
	margin : 0px;
}

#content {
	width: 530px;
	margin-left : 205px;
	padding : 0px;
}

#footer {
	clear: both;
	display: block;
	height: 1px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

#banner {
	float : right;
	width: 120px;
	height: 60px;
}

/*---------------------------------------------------------------------------------------------
	Text Settings
---------------------------------------------------------------------------------------------*/

body{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color : #ddeefe;
}

.bold {
	font-weight: bold;
}

.fineprint {
	font-size: 10px;
}

.copyright {
	font-size: 10px;
	color: #aaaaaa;
}

hr {
	border: 0px;
	color: #cccccc;
	background-color: #cccccc;
	height: 1px;
}

.title,h1 {
	font-size: 18px;
	color: #333333;
	font-weight: normal;
	margin: 0px 0px 15px 0px;
}

h2 {
	font-size: 12px;
	color: #333333;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
}

.nav-text {
	color: #f9d14d;
	a:link=#f9d14d;
	v:link=#555555;
	a:hover=#555555;
	text-decoration:none;
	font-weight: bold;
}

.nav-bullet {
	color: #ebe3ea;
}

.top-nav {
	font-size: 14px;
	color: #8b2a2c;
	font-weight: bold;
	text-decoration:none;
}

.P-top-right {
	font-size: 11px;
	font-weight: bold;
	color:#8b2a2c;
	a:link=#f9d14d;
	v:link=#f9d14d;
	text-decoration:underline;
}

.link-nav {
	font-size: 12px;
	color: #8b2a2c;
	font-weight: bold;
	text-decoration:none;		
}

.left-nav-links {
	font-size: 10px;
	color: #8b2a2c;
	font-weight: bold;
	text-decoration:none;		
}

.term-title {
	font-size: 12px;
	color: #8b2a2c;
	font-weight: bold;
}

.term-desc {
	font-size: 11px;
	font-weight: normal;
	color: #333333;
}

.terms-links {
	font-size: 11px;
	font-weight: bold;
	color: #8b2a2c;
}	

.random-term {
	border: 1px solid;
	background-color: #e6e6e6;
	width: 517px;
	visibility: visible;
	padding: 5px 5px 5px 5px;
	min-height: 150px;
}	

.random-title {
	color; #8b2a2c;
}
/*---------------------------------------------------------------------------------------------
	Link Settings
---------------------------------------------------------------------------------------------

.nav-text a:link, .nav-text a:active, .nav-text a:visited {
	color : #f9d14d;
	font-weight:bold;
}

a:link, a:active, a:visited {
	color : #555555;
	font-weight:bold;
	text-decoration:none;
}
*/
a:hover {
	color : #aaaaaa;
	font-weight:bold;
	text-decoration:none;
}


