html {
	margin: 0;
	padding: 0;
	}

body {
	font: 88%/1.5 arial, helvetica, serif;
	margin-left: 0;
	margin-right: 0;
}

#container {
	width: 54em;
	margin: 0 auto;
}

#leftContent {
	width: 15em;
	float: left;
	margin: .5em .4em 0 0; 
}

#rightContent {
	/* float: right; */
}

#note {
	background: #FFFFCA; 
	padding: 5px; 
	border: 1px gray solid;
}

.aTopic {
	margin-top: 0;
	margin-left: 15.35em;
	margin-right: 1.8em;
	border: 1px solid #F0F0F0;
	border-top: 1px solid #F0F0F0;
}

.newTopic {
	text-align: center;
	color: blue;
	margin: .3em 1.8em 0 30em;
	border: 1px solid #F0F0F0;
	border-bottom: 0;
	background: url(../images/bgcode.gif);
	cursor: default;
}

p {
	margin: .5em .3em .5em .5em;
	text-indent: 1.8em;
	background: url(../images/left-curl-light.jpg) left top no-repeat;
}

p:first-letter {
	font-weight: bold;
}

#rightLogo {
	height: 35px;
	background: url(../images/logo.jpg) bottom right no-repeat;
	text-indent: -999em;
	margin: 0;
	border: 3px solid black;
	cursor: pointer;
}

#statTrack {
	height: 1.5em;
	background: url(../images/stat-track.jpg) top left no-repeat;
	text-indent: -999em;
	margin: 0;
}

#leftLogo {
	width: 100%;
	background: url(../images/left-logo.jpg) top left no-repeat;
	float: left;
}
	
.input {
	background: url(../images/stripe-bg.jpg) black; 
	color: white; 
	font-weight:bold; 
	border: 1px solid black;
}

#button1 {
	background: black;
	background: url(../images/stripe-bg.jpg) black; 
	color: white; 
	font-weight:bold;
	border: 1px solid black; 
	width: 3em;
}

.underText {
	background: url(../images/stripe-bottom.jpg) top repeat-x; 
	width: 100%; 
	height: 15px; 
	text-align: center;
	cursor: default;
}

#logoutButton {
	color: red;
	background: transparent;
	border: 0px solid #333333;
	height: 1.6em;
	cursor: pointer;
}

#redText {
	color: red; 
	font-weight: bold; 
	font-size: 1.4em;
}

#content {
	clear: left;
	border: 5px solid black;
	padding: .4em .1em .4em .4em;
	background: url(../images/bot-right-bg.jpg) bottom right no-repeat;
}

#content a:hover {
	text-decoration: none;
}

#footer {
	text-align: center;
	background-color: black;
	border-top: .35em solid red;
	color: white;
	font-size: 1em;
	font-weight: bold;
	cursor: default;
}

#footer-right {
	float: right;
	font-size: .9em;
	color: gray;
}

#bottom {
	height: 78px;
	width: 100%;
	background: url(../images/bottom.jpg) top no-repeat;
}

#news {
	background: url(../images/bg.gif) #2F2F2F;
	padding: .5em;
	border: 1px solid red;
}

#news a {
	text-decoration: none;
}

#news a:hover {
	color: red;
}

#fridayQuote {
	color: white;
	font-weight: bold;
	margin-top: .5em;
	border: 1px solid red;
	padding: .5em .5em .8em .5em;
	background: url(../images/bg.gif) #2F2F2F;
}

#quote {
	padding-left: 1.5em;
	background: url(../images/quote.gif) top left no-repeat;
}


.dateText {
	color: white;
	font-size: .8em;
	font-weight: normal;
	text-align: right;
}

.dateText a {
	color: white;
	text-decoration: none;
}

.dateText a:hover {
	color: red;
	text-decoration: none;
}

/*
#sections img {
	border: 1px solid #D2D2D2;
	width: 10.69em; 
	height: 3.15em;
	margin: .2em;
}

#sections img:hover {
	border: 1px solid red;
} 
*/

div.medText {
	font-family: arial, "Times New Roman", serif;
	font-size: 1.3em;
	font-weight: bold; 
	color: red;
	cursor: default;
}

.listNews {
	font-family: arial, helvetica, serif;
	font-size: 1.1em;
}

.listNews a {
	color: #FFFFFF;
}

#logBreak {
	margin-right: 1.8em;
	color: white;
	background: url(../images/bg.gif) #2F2F2F;
	border: 1px solid red;
}

#logBreak a {
	color: white;
}

#logBreak a:hover {
	color: red;
	text-decoration: none;
}

#logTable {
	padding: .1em;
	width: 100%;
}

#centerMe {
	text-align: center;
}

#welcomeDiv {
	float: left;
	margin-right: .3em;
}

.hideMe {
	display: none;
}



#nav, #nav ul {
	list-style: none;
	line-height: 1;
	background: black;
	font-weight: bold;
	font-size: 1.1em;
	padding: 0;
}

#nav {
	float: left;
	width: 100%;
	border-width: 0 0 .35em 0;
	margin: .1em 0 0 0;
}

#nav ul {
	border-width: 1px 0;
	margin: 0 0 1em 0;
	border: solid red;
	/* filter:alpha(opacity=90);
	-moz-opacity:.90;
	opacity:.90; */
}

#nav a {
	display: block;
	width: 7.4em;
	w\idth: 7.4em;
	color: white;
	text-decoration: none;
	padding: 0.35em .80em;
}

#nav li {
	float: left;
	padding: 0;
	width: 8em;
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 8em;
	w\idth: 8em;
	font-weight: normal;
	border-width: 0.25em;
	margin: 0;
}

#nav li li {
	width: 8em;
	padding-right: 1em;
	font-size: .9em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li:hover, #nav li.sfhover {
	background: red;
}
