* { margin:0; padding:0 }
BODY {
	font-size: .75em;
	background: #A1A0A7 url(images/bg.gif) top repeat-x;
	font-family: Tahoma, Helvetica, sans-serif;
	color: #333;
}
.table { width:769px; margin: 0 auto }

h1 {
	font-size: 1.50em;
	font-family: Tahoma, Helvetica, sans-serif;
	color: #333;
	font-weight: bold;
}

h2 {
	font-size: 1.25em;
	font-family: Tahoma, Helvetica, sans-serif;
	color: #333;
	font-weight: bold;
}

/* LINK AND TEXT STYLES */
a { color: #1781D0; text-decoration:underline }
a:hover  {
	color: #008751;
	text-decoration: none;
} 
.darkBg {
	background: #31313B;
	color: #fff;
	font-size:90%;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.darkBg a { color: #fff; text-decoration:none }
.darkBg a:hover { color: #008751; text-decoration:underline }
.important { color: #F00; text-decoration:none }
#featured { list-style:none }
#featured ul { list-style:none }
#featured li { background: url(images/arrow.gif) center left no-repeat; padding:0 0 1px 15px }

/* END LINK AND TEXT STYLES */

#randomBanner { border-top: 1px solid #fff; border-bottom: 1px solid #fff; width:769px; height:200px !important; display:inline   } 

.img-right {
	float: right;
	margin-left: 1em;
	margin-bottom: 1em;
}
.img-right-border {
	float: right;
	padding: 2px;
	margin-left: 1em;
	margin-bottom: 1em;
	border: 1px solid #4D380F;
}
.img-left {
	float: left;
	margin-right: 1em;
	margin-bottom: 1em;
}
.img-left-border {
	float: left;
	padding: 2px;
	margin-right: 1em;
	margin-bottom: 1em;
	border: 1px solid #4D380F;
}

.copyRight {
	background: #A1A0A7;
	font-size: 87%;
	height:25px;
}
.copyRight a { color: #333; text-decoration:underline }
.copyRight a:hover { color: #333; text-decoration:none }
.interiorLt { background:#76757E url(images/left-nav-bg.gif) left repeat-y }
.form { border: 1px solid #000; height: 17px; width: 125px }
.picBorder { border-top: 1px solid #fff; border-bottom: 1px solid #fff }
.pic{ border: 1px solid #505059; float:left; margin:0 8px 8px 0 }
.picNoBorder{ border: 0; float:left; margin:0 8px 8px 0 }
.imgRight { float:right; position:relative; border:3px double #ccc  }
.imgLeft { float:left; position:relative; border:3px double #ccc }
.left { float:left; position:relative }
.right { float:right; position:relative }
.rtBorder { border-right: 1px solid #1E1E23 }
.box { padding: 15px; background: #fff }

