body { 
	font-family: Arial, Verdana;
	font-size: 11px;
}

* {
	margin:0; padding:0; border:0;
}


div#contentarea {
	width:800px; 
	height: auto;
	background-color:#fff;
	margin-left:auto; 
	margin-right:auto;
}

div#banner {
	width:100%;
	height:90px;
	background: url(images/banner.gif);
	float:left;
}

div.left {
	width:30%;
	min-height: 800px;
	background-color:#a2a2a2;
	padding-bottom: 30px;
	float:left;
}

div#collpic {
	width:100%;
	height: 244px;
	margin-bottom: 20px;
	background: url(images/cas.jpg) no-repeat center black;
}

div.left a, a:visited{
	font-family: Arial, Verdana;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

ul {
	list-style: none;
}

ul  li { 
	display: block; 
	width: 95%; 
	position: relative;
	height: 2em;
	line-height: 2em;
	padding-left: 5%;
	border-bottom: 1px solid #5d5d5d;
	font-family: Arial, Verdana;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	background-color: #b4b3b3;
}

ul li ul{ 
	display: none; 
}

ul li:hover{ 
	background-color: #f0bd22;
	cursor: pointer;
}

ul li:hover > ul{ 
	display: block; 
	cursor: auto;
	position: absolute;
	top: 0;
	left: 100%;
}

ul li ul li{ 
	width: 200px;
	font-size: 13px;
}

em {
	font-family: Tahoma, Verdana, Arial;
	font-size: 10px;
	font-weight: normal;
	padding-left: 10px;
}

span {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
	padding-left: 50px;
}

div#right {
	width:60%;
	background-color:#dfdfdd;
	min-height: 800px;
	height: auto;
	padding-left: 5%;
	padding-right: 5%;
	padding-bottom: 10px;
	padding-top: 20px;
	float:left;
}

div#right h1{
	font-family: Arial, Tahoma, Verdana, Arial;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	padding-bottom: 20px;
}

div#right h2{
	font-family: Verdana, Arial, Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #413f39;
	line-height: 1.5em;
	padding-top: 10px;
	padding-bottom: 10px;
}

div#right h3{
	font-family: Verdana, Arial, Tahoma;
	font-size: 13px;
	font-weight: bold;
	color: #174077;
	line-height: 1.5em;
	padding-top: 10px;
	padding-bottom: 5px;
}

div#whitefooter {
	width:100%;
	height:3px;
	background-color:#FFF;
	margin-left:auto; 
	margin-right:auto;
	border-top: 2px solid #8E171A;
	float:left;
}

div#redfooter {
	width:795px;
	height:16px;
	background-color:#8E171A;
	color: #fff;
	font-family: Verdana;
	padding: 2px 0 0 5px;
	font-size: 9px;
	font-weight: normal;
	float:left;
}

div#whiteend1{
	width:200px;
	height:12px;
	background-color:#fff;
	color: #a2a2a2;
	font-family: Verdana;
	padding: 2px 0 0 0;
	font-size: 9px;
	font-weight: normal;
	float: left;
}

div#whiteend2{
	width:600px;
	padding: 2px 0 0 0;
	text-align: right;
	float: left;
}

a.facname, a.facname:visited{
	font-family: Verdana, Arial;
    font-size: 12px;
    font-weight: bold;
    color: #174077;
    text-decoration: none;
}

a.facname:hover{
    text-decoration: underline;
}

a.uplinks, a.uplinks:visited{
	font-family: Verdana, Arial;
    font-size: 9px;
    font-weight: normal;
    color: #6b6e6a;
    text-decoration: none;
}

a.uplinks:hover{
    color: #818481;
    text-decoration: underline;
}

div.clearfloats {
	clear:both;
}

