/* CSS Document */

HTML {
	height:100%;
	margin-bottom:1px;
}

body {
	margin-left:auto;
	margin-right:auto;
	background-color: #ffffff;
}

a:link, a:visited {
	color: #993300; text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #FF9900;	text-decoration: none;
	font-weight: bold;
}

td,tr,p,div {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 140%;
	font-size: 12px;
	color: #000000;
	text-align: left;
}

ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}

ul li
{
	line-height: 19px;
	padding-left: 12px;
	padding-top: 0px;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 3px 3px;
	font-style: normal;
	font-weight: normal;
}

.small {
	font-size: 10px;
	color: #999999;
	font-weight: bold;
	text-align: left;
}

h3, .componentheading {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 18px;
	color: #993300;
	line-height: 18px;
	margin: 5px 0;
	font-variant: uppercase;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 15px;
	color: #993300;
	line-height: 14px;
	margin: 5px 0;
	font-variant: small-caps;

}

h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #000000;
	line-height: 14px;
	margin: 5px 0;
	font-variant: small-caps;

}

.contentheading {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 18px;
	color: #993300;
	line-height: 18px;
	margin: 5px 0;
	font-variant: small-caps;
}

.clr {
	clear: both;
}

#wrapper {
	border: 1px solid #CCCC99;
	padding: 0;
	margin-bottom: 1px;
	background-color: #c6c29d;
}

#top {
	width: 780px;
	height: 156px;
	margin: 0;
	padding: 0;
	background: url(./images/top.gif) left top no-repeat;
}

#contentarea {
	float: left;
	width: 780px;
	margin: auto;
	
	
}
#left {
	float: left;
	width: 195px;
	margin: 0;
	padding: 0px;
	
}

table #menu {
	width: 188px;
	margin:0px;
	
}

#mainbody {
	float: left;
	width: 245px;
}

#othermainbody {
	float: left;
	width: 560px;
}

table #contenttable {
	margin-top: 3px;
	padding: 5px;
	background-color: #f5f3e2;
}

#content {
	margin-top: 3px;
	padding: 3px;
	background-color: #f5f3e2;
}

*html #content {
	margin: 3px;
	padding: 5px;
	background-color: #f5f3e2;
}

#right {
	float: right;
	width:328px;
	height: 313px;
	margin: 0;
	padding: 0;
}

#secondcontent {
	float: left;
	width: 780px;
	margin-top: 5px;
	padding: 0;
	background-color: #ffffff;
}

table .user {
	height: 100%;
	margin: 2px;
	padding-left: 5px;
	background-color: #ffffff;
}

td.user {
	vertical-align: top;
	width: 240px;
	padding: 5px;
}

#footer {
	margin: 0;
	padding: 0;
	background: url(../images/footer_top.gif) left top no-repeat;
	background-color: #f1efe0;

}


table #copyright {
	text-align:center;
	margin-top: 5px;
	padding: 5px;
}

*html table #copyright {
	text-align:center;
	margin-top: 0px;
	padding: 5px;
}
	
