body {
background: #795585;
/*background-image: url(images/background.jpg);*/
font-size: 14px;
font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
color:#000;
padding:0px;
margin:0px;
}
a {color:#ee2d24;
text-decoration: none;
font-weight:bold;
}
a:visited {
color:#ee2d24;
text-decoration: none;
font-weight:bold;
}
a:hover {
color:#ee2d24;
text-decoration: none;
font-weight:bold;
text-decoration:underline;
}
a:active { 
color:##ee2d24;
text-decoration: none;
font-weight:bold;
text-decoration:underline;
}

h1 {
font-size: 11px;
text-transform:uppercase;
margin:0px }

h2 {
	color: #C00;
	font-size:20px;
	font-weight: normal;
	padding: 5px 10px;
	margin:0px;
}


#container {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	height:100%;
	border:1px solid #8D8D8D;
	background-color: #795585;
/*	background-image: url('images/menubottom.gif');
	background-repeat: no-repeat;
	background-position: left bottom;*/
}


#banner {
height:129px;
width: 1000px;
text-align: center;
background:  url('images/header.jpg') no-repeat bottom center;
background-color: #361a55;

padding: 0px;
margin: 0px;
}
#banner img {padding:10px 0px;} 
#bannertitle{padding-top:50px;font-size:2em;font-weight:bold;}

#content {
	padding: 5px;
	margin-left: 200px;
	margin-right: 0px;
	border-style:solid;
	border-width:2px;
	background-color: #FFD;
/*	background-image: url('images/content.jpg');
	background-repeat: no-repeat;
	background-position: right top;
*/}
div#content { 
min-height:1500px;
}

p, pre{
	padding: 5px 10px;
	margin:0px;
/*	font-weight: bold;*/
	text-align: left;
	font-size: 14px;
}

#left {
	float: left;
	width: 200px;
	margin: 0px;
	padding: 0px;
	height:90%;
	background-color: #795585;
}

#footer {
clear: both;
margin: 0px;
padding:0px;

height:35px;
text-align: right; 
/*background:  url('images/footer.gif') repeat-x ;*/
}
 #footer h1{
	color:#000;
 }
  #footer h1{
  padding:5px 5px 0px 0px;
  }

.verticalmenu ul{
 list-style:none;
 padding: 10px;
 margin: 0px;
 font-weight: bold;
 color: white;
}

.links {
	font-size: smaller;
	color:#fff;
}
.links-edit {
	font-size: small;
	color: #fff;
	font-weight: normal;
	font-style: italic;
}
.links-14px {
	font-size: 14px;
	color: #FF0;
	font-weight: bold;
}
.links-smaller {
	font-size: small;
	color: #FFF;
	font-weight: bold;
}
.links-smaller-color {
	font-size: small;
	color: #FF0;
	font-weight: bold;
}


.text-leftcorner {
	font-size: 12px;
	color: #fff;
	font-style: italic;
}
