body
	{
	background-color:#DDE0DF;
	color:#272012;
	font-family: tahoma, verdana, arial, san-serif;
	font-size:11px;
	}

td.home
	{
	font-family: tahoma, verdana, arial, san-serif;
	font-size:10px;
	padding:0px;
	}
a:link 
	{
	text-decoration: none;
	color:#8B0D1C;
	font-weight:bold;
	}
a:visited
	{
	text-decoration: none; 
	color:#8B0D1C; 
	font-weight:bold;
	}
a:hover
	{
	text-decoration: none; 
	color:#8B0D1C;
	font-weight:bold;
	}
a:active
	{
	text-decoration: none; 
	color:#8B0D1C; 
	font-weight:bold;
	}
a.title:link 
	{
	text-decoration: none;
	color:#DDE0DF;
	font-weight:bold;
	font-size:10px;
	}
a.title:visited 
	{
	color: #DDE0DF; 
	text-decoration: none;
	font-weight:bold;
	font-size:10px;
	}
a.title:hover 
	{
	color: #DDE0DF; 
	text-decoration: none;
	font-weight:bold;
	font-size:10px;
	}
a.title:active 
	{
	color: #9A8147; 
	text-decoration: none;
	font-weight:bold;
	font-size:10px;
	}
a.rector:link 
	{
	text-decoration: none;
	color:#DDE0DF;
	font-weight:bold;
	font-size:15px;
	}
a.rector:visited 
	{
	color: #DDE0DF; 
	text-decoration: none;
	font-weight:bold;
	font-size:15px;
	}
a.rector:hover 
	{
	color: #DDE0DF; 
	text-decoration: none;
	font-weight:bold;
	font-size:15px;
	}
a.rector:active 
	{
	color: #9A8147; 
	text-decoration: none;
	font-weight:bold;
	font-size:15px;
	}

a img {border: none; }
/*td classes*/
.top
	{
	background-color:#9A8147;
	}
.left
	{
	background-color:#8B0D1C;
	}
.lefttop
	{
	background-color:#8B0D1C;
	border-top: 1px #8B0D1C solid;
	border-left: 1px #8B0D1C solid;
	border-right: 1px #8B0D1C solid;
	border-bottom: none;
	margin-top:0px;
	font-size:12px;
	color: #FFFFFF; 
	padding:2px;
	}
.leftmid
	{
	background-color:#DDE0DF;
	border: 2px #8B0D1C solid;
	padding-top: 5px;
	padding-bottom: 5px;
	}
.leftbot
	{
	padding:2px;
	background-color:#8B0D1C;
	border-top: none;
	border-left: 1px #8B0D1C solid;
	border-right: 1px #8B0D1C solid;
	border-bottom: 1px #8B0D1C solid;
	font-size:10px;
	font-weight:bold;
	color:#DDE0DF;
	}
.leftbot1
	{
	padding:2px;
	background-color:#DDE0DF;
	border-left: 2px #8B0D1C solid;
	border-right: 2px #8B0D1C solid;
	}
.middle
	{
	background-color:#8B0D1C;
	border: 2px #8B0D1C solid;
	margin:0px;
	text-align:center;
	}
.right
	{
	background-color:#DDE0DF;
	border:none;
	}


/*news box*/
.news
	{
	height:155px;
	background-color:#DDE0DF;
	padding-left:5px;
	border-right: 2px #8B0D1C solid;
	border-left: 2px #8B0D1C solid;
	border-top: 2px #8B0D1C solid;
	border-bottom: none;
	margin-top:0px;
	font-family:tahoma, verdana, arial, san-serif;
	font-size:11px;
	}
.newslink
	{
	background-color:#8B0D1C;
	margin-bottom:7px;
	text-align:right;
	padding:2px;
	border-right: 2px #8B0D1C solid;
	border-left: 2px #8B0D1C solid;
	border-bottom: 2px #8B0D1C solid;
	border-top: none;
	}
/*hahn box*/
.hahn
	{
	padding-top:2px;
	padding-left:2px;
	padding-right:2px;
	padding-bottom:none;
	font-weight:bold;
	font-size:11px;
	border-right: 3px #8B0D1C solid;
	border-left: 3px #8B0D1C solid;
	border-top: 3px #8B0D1C solid;
	border-bottom: none;
	}
.hahntd
	{
	background-color:#DDE0DF;
	padding:0px;
	font-size:11px;
	}
.hahnlink
	{
	text-align:right;
	background-color:#8B0D1C;
	padding:2px;
	border-right: 3px #8B0D1C solid;
	border-left: 3px #8B0D1C solid;
	border-bottom: 3px #8B0D1C solid;
	border-top: none;
	}
.scroller
	{
	background-color:#9A8147;
	padding-top:3px;
	padding-bottom:3px;
	}
.footer
	{
	text-align:center;
	font-size:9px;
	font-weight:bold; 
	}

	
/* top menu code!*/
#menuset
	{

	float: left;
	background-color: #9A8147;
	/* padding-left:50px; */
	}

#menuset ul { padding: 0; }
#menuset ul li { display: inline; }

#menuset ul
	{
	margin: 0px;
	padding:0px 0px 1px 1px;
	color: #272012;
	font-family: tahoma, verdana, arial, san-serif;
	font-size: .95em;
	font-weight: bold;
	}

#menuset ul li a
	{
	padding: 0.05em 5px;
	background-color: #9A8147;
	color: #272012;
	text-decoration: none;
	float: left;
	/*
	border-right: 1px solid #DDE0DF;
	*/
	}

#menuset ul li a:hover
	{
	background-color: #886F33;
	color: #8B0D1C;
	}

#menulist li a:hover, #menulist li a:active
	{
	color: #8B0D1C;
	text-decoration: none;
	background: #B4A175;
	text-align: left;
	font-family: tahoma, verdana, arial, san serif;
	}
	/*end menu code*/
	
	
td.listtable 
	{
	font-size: 11px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	border-top-width: 1px;
	border-left-width: 1px;
	border-bottom-width:1px;
	border-right-width:1px;
	}

td.contenttxt 
	{
	font-size: 11px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	}
	
	/* side menu code*/
#navlist 
	{
	width: 145px;
	}
#navlist ul 
	{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 11px;
	}
#navlist li 
	{
	margin: 0;
	}
#navlist a 
	{
	display: block;
	padding: 2px 2px 2px 10px;
	border: 1px solid;
	border-color: #9A8147 #272012 #272012 #9A8147;
	background-color: #9A8147;
	}
#navlist a:link, #navlist a:visited 
	{
	color: #272012;
	text-decoration: none;
	}

/* you can combine the last two rules if you wish */

#navlist a:hover, #navlist a:active 
	{
	background-color: #886F33;
	color: #8B0D1C;
	}
td.browntitle 
	{
	background-color: #8B0D1C;
	border: 1px #272012 solid;
	color: #DDE0DF;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	}