body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-position: outside;
	list-style-type: square;
	background-color: #FFFFCC;
	
}
#container
{
	margin:          auto;
	width:           980px;
	position:        relative;
}


#header
{
	margin:          0 auto;
	width:           980px;
	height:          40px;
	background-color: #FFFFCC;
}

#headerdiv
{
	margin:          0 auto;
	width:           980px;
	height:          3px;
	background-color: #000000;
}
#main
{
	width:           980px;
	margin:          0 auto;
	background-color:      #FFFFCC;
}
#content
{
	float:           left;
	padding-left:    10px;
	width:           750px;
	background-color:      #FFFFCC;
}
#sidebar
{
	float:           right;
	width:           200px;
	background-color:      #FFFFCC;
}
#markup
{
	float:           right;
	width:           200px;
	background-color:      #CCFF99;
}

#footer
{
	margin:          0 auto;
	width:           980px;
	height:          40px;
	background-color: #FFFFCC;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	list-style-position: outside;
	list-style-type: square;
	list-style-image: none;
}

.siteTitle {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 22px; font-weight: bold; color: #000000}
.Copyright {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #C0C0C0}
a:active {  color: #003366; text-decoration: underline}
a:hover {  color: #9E523F; text-decoration: underline}
a.links:link {
	font-size: 14px;
	font-weight: normal;
	color: #003366;
	text-decoration: underline;
}
a.links:visited {
	font-size: 14px;
	font-weight: normal;
	color: #003366;
	text-decoration: underline;
}
a.links:hover {
	font-size: 14px;
	font-weight: normal;
	color: #990000;
	text-decoration: underline;
}