html {

			background-color: #eee;
}
		body {
			text-align:center;
		}
		#container {
			width: 760px;
			\width: 780px;
			w\idth: 760px;
			background-color: white;
			border: 1px solid #ccc;
			margin: 10px;
			margin-left: auto;
			margin-right: auto;
			padding: 10px;
			text-align:left;
		}

		#banner {
			/* height:175px; */
			padding: 10px;
			padding-top:75px;
			margin-bottom: 5px;
			font-family: arial,helvetica,sans-serif;
			color:white;
			font-size:60px;
			text-align:right;
			background-color: rgb(213, 219, 225);
		}

		#content {
			padding: 10px;
			margin-right: 215px;
			min-height:476px;
			height: auto;
			\height: 475px;
			he\ight: auto;
			background-color: rgb(235, 235, 235);
			font-family:/* Georgia, "Times New Roman", Times, serif;*/ "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
		}
		#content a {
			color: #32427E;
			text-decoration:none;
		}

		#content a:hover {
			text-decoration:underline;
		}
		
		.news {
			padding:0 0 10px 0;
		}

		h1 {
			font-family: Myriad, "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
			font-weight:lighter;
			font-size:1.4em;
			margin:0px 0px 0 0px;
			padding:0;
		}
		h2 {
			font-family: /* Myriad, "Gill Sans", "Century Gothic", */ "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
			font-weight:lighter;
			color: #444;
			font-size:1.2em;
			margin:0px 0px 5px 5px;
		}
		.h2 {
			font-family: /* Myriad, "Gill Sans", "Century Gothic", */ "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
			font-weight:lighter;
			color: #444;
			font-size:1.2em;
			margin:0px 0px 5px 5px;
			display:block;
		}

		img {
			border:0;
			margin:1px;
		}

		abbr {
			border-bottom:1px dashed gray;
			cursor: help;
		}

		 div.hr {
			height: 15px;
			background: url("images/main/hr1.gif") no-repeat scroll center;
			margin-bottom:20px;
		}
		div.hr hr {
			display: none;
		}

		#sidebar-a {
			float: right;
			width: 200px;
			\width: 210px;
			w\idth: 190px;
			margin: 0;
			margin-left: 5px;
			padding: 5px;
			background-color: rgb(255, 255, 255);/* rgb(235, 235, 235); */
			color: #777;
			text-align:right;
			font-family:arial, helvetica, sans-serif;
			font-size:0.8em;
		}

		#sidebar-a a {
			color: #9CAFC0;
			text-decoration:none;
		}

		#sidebar-a a:hover {
			text-decoration:underline;
		}

		/* Begin menu */ 

		#sidebar-a ul {
		list-style: none;
		margin: 0;
		margin:0px 5px 5px 10px; /* top left bottom right */
		padding: 0;
		border: none;
		font-size:1.4em;
		}
		
	#sidebar-a li {
		text-align:right;
		border-bottom: 1px dotted #ccc;
		margin: 0;
		}

	#sidebar-a li a {
		display: block;
		padding: 1px 0.5em 1px 1px;
		border-right: 1px dotted #ccc;
		background-color: #fff;
		color: #777;
		text-decoration: none;
		width: 100%;
		}

	html>body #sidebar-a li a {
		width: auto;
		}

	#sidebar-a li a:hover {
		border-right: 1px dotted #92BC7C;
		background-color:  rgb(213, 219, 225);
		text-decoration: none;
		color: #fff;
		}

/* End new menu */ 
	.rightpad {
		padding-right:5px;
	}
	.time {
		margin:0;
		padding:0;
		padding-left:8px;
		/*font-weight:bold;*/
		color:#777;
		font-family: /* Georgia, "Times New Roman", Times, serif; */ "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
	}
		#footer {
			clear: both;
			padding: 5px;
			margin-top: 5px;
			
			background-color: rgb(213, 219, 225);
			
			color: #777;
			text-align:center;
			font-family: Arial,Helvetica,sans-serif;
			font-size:0.7em;
		}
		#footer a {
			color: #777;
			text-decoration:underline;
		}

		#footer a:hover {
			text-decoration:none;
		}
	.nodisplay {
		display:none;
	}

/* image shadows */
		.img-shadow {
  float:left;
  background: url(images/shadowAlpha.png) no-repeat bottom right !important;
  background: url(images/shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
  }

.img-shadow img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
  }

.img-floatbox {
	display:block;
	float:right;
	margin-left:10px;
	margin-right:10px;
}
/* Form Elements */
#contact {
	width:350px;
	margin:auto;
	margin-top:30px;
	font-family: Georgia, "Times New Roman", Times, serif; "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
}

legend {
	color:#667;
	width:400px;
	margin:auto;
}

.fieldset {
  width:300px;
  border:none;
  }
.fieldset label {
text-align:right;
width:70px;
float:left;
padding:0.2em;
margin:0;
margin-top:0.3em;
  }

.fieldset .nobr {display:none;}  
.fieldset .textfield {
margin:3px;
height:20px;
width:200px;
border: 1px solid #999;
padding-left:4px;
padding-top:2px;
}
.fieldset .textarea {
margin:3px;
height:165px;
width:203px;
 border: 1px solid #999;
}


