body {
	background-color: #720039;
	font-size: 11px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	color:#000000;
	padding:0px;
	margin:0px;
	height:100%; 
}


/* ----------container to center the layout-------------- */
#container {
	width: 790px;
	margin-left: auto;
	margin-right: auto;
	height:100%;
	background: #FFA912;
	background-image: url(../images/ContentBackground.jpg);
	
}

/* ----------banner for logo-------------- */
#banner {
	height:100px;
	text-align: left;
	background-color: #86786A;
	width: 790px;
	font-weight: bold;
}
#banner img {
	padding:0px 0px;
} 
#bannertitle{
	font-size:2em;
	font-weight:bold;
	height: 83px;
	background-color: #720039;
}
#extramenu{
background-color:#fff;
width:200px;
}
/* -----------------content--------------------- */
#content {
	background:#ffffff;

}
div#content {
	min-height:600px;
	float:right;
	width: 633px;
	height: 100%;
	
}
#inner{width: 790px;}
#outer{width: 790px;}

p, pre{
	padding: 5px 5px;
	margin:0px;
}

/* --------------left navi------------- */
#left {
	float: left;
	width: 157px;
	background:#E8E8E8;
	height:90%;
}

/* -----------footer--------------------------- */
#footer {
	clear: both;
	margin: 0px;
	padding:5px 0px;
	height:35px;
	text-align: right;
	background-color: #720039;
}
 #footer h1 a{
 color:#FFFFFF;
 }
  #footer h1{
  padding:5px 5px 0px 0px;
  }
/* -----------nav--------------------------- */
#nav{
float:left;
background-color:#FFA912;
height:100%;
}
#CustomVal{
padding-right:5px;
color:#720039;
}

dl, dt, dd, ul, li{
margin: 0;
padding: 0;
}
#menu {
	position: relative;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
dl#menu {
width: 157px;
}
dl#menu dt {
cursor: pointer;
height: 24px;
line-height: 24px;
text-align: right;
font-weight: bold;
font-size:11px;
background: #BCD5CC;
border-bottom: 1px solid #fff;
}
dl#menu dd {
border: 0px solid #fff;
}
dl#menu li {
text-align: right;
font-weight:normal;
font-size:11px;
background: #BCD5CC;
line-height: 20px;
}
dl#menu dt a {
color: #000;
text-decoration: none;
display: block;
border: 0 none;
height: 100%;
padding-right:5px;
}
dl#menu dt a:hover,a:focus,a:active {
padding-right:5px;
color:#720039;
}
dl#menu li a{
color: #000;
text-decoration: none;
display: block;
border-bottom: 1px solid #fff;
height: 100%;
background: #BCD5CC;
padding-right:5px;
}
dl#menu li a:hover,li a:focus,li a:active {
background: #BCD5CC;
color:#720039;
padding-right:5px;
}

/* */
#new {
	position: relative;
}
dl#new {
width: 157px;
}
dl#new dt {
	cursor: pointer;
	line-height: 24px;
	text-align: right;
	font-weight: normal;
	font-size:11px;
	background: #FFA912;
	border-bottom: 1px solid #FFE800;
	padding-right: 5px;
}
dl#new dd {
border: 0px solid #fff;
}
dl#new li {
text-align: right;
font-weight:normal;
font-size:11px;
background: #FFA912;
line-height: 20px;
}
dl#new dt a {
color: #000;
text-decoration: none;
display: block;
border: 0 none;
height: 100%;
}
dl#new li a{
color: #000;
text-decoration: none;
display: block;
border-bottom: 1px solid #fff;
height: 100%;
background: #FFA912;
}
dl#new dt a:hover,dt a:focus,dt a:active {
color:#720039;
}
dl#new li a {
background: #FFA912;
color:#000;
}
dl#new li a:hover,li a:focus,li a:active {
color:#720039;
}
