ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 150px; /* Width of Menu Items */
	
	height: 20px;
	
	
	border-bottom: 1px solid #ccc;
	}

ul li {
	position: relative;
	z-index: 2;
	}
	
li ul {
	position: absolute;
	left: 150px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	}

/* Styles for Menu Items */
ul li a {
	border-left:1px solid #ccc; border-right:1px solid #ccc; border-top:1px solid #ccc; display: block;
	text-decoration: none;
	color: #ffffff;
	background: #992200; /* IE6 Bug */
	padding: 5px;
	border-bottom: 0px none;
	}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

ul li a:hover { color: #E2144A; background: #f9f9f9; } /* Hover Styles */
		
li ul li a { padding: 2px 5px; } /* Sub Menu Styles */
		
li:hover ul, li.over ul { display: block; } /* The magic */.textmiddle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
body {
        margin-top: 0px;
		background-color: #ffffcc;
  }  
h1 {
		padding-top: 0cm;
		vertical-align:top;
		color: #993333;
        font-weight: bold;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 36px;
        font-style: normal;
		
  }
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #993333;
	font-weight: normal;

}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #993333;
	font-weight: normal;

}
p.center{
        text-align: center;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.mybkgrnd{
        background-image: url(/resources/logobar.gif);
        background-repeat: no-repeat;
        height: 94px;
        width: 980px;

}
.bkgrndclr {background-color: #f3f3b7;
}
td.left {
		padding-right: 5px;
		width: 110px;
		
		vertical-align:top;
}
td.middlecolspan {
		width: 826px;
vertical-align:top;

}

img {margin: 10px;}

.bold {
	font-weight: bold;

}
.italic{
	font-style: italic;
}
a {
	color: #993333;
}
.textcenter {
        font-size: 12px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
        
  }
.imgmedium{width: 300px;
			border: 1px solid #000000;}

.imgleft {float: left;
			border: 1px solid #000000;}
	
.imgright {float: right;
			border: 1px solid #000000;}

.imgxxxsmall {width: 60px;
				border: 1px solid #000000;}

.imgsmall {width: 200px;
			border: 1px solid #000000;}

.imglarge {width: 500px;
			border: 1px solid #000000;}

.imgxsmall {width: 150px;
			border: 1px solid #000000;}

.imgxxsmall {width: 110px;
				border: 1px solid #000000;}

.copyright{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
}
.underlined {
	text-decoration: underline;
}
.top{
	text-align: right;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
}
.news{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #993333;
}
.new{
	font-style: italic;
	font-weight: bold;
}
.bottomlink{
	color: #000000;
	
}

.mail {color:#000000}