
 @import url('/styles/common.css');
/* Html Elements */

div.center
	{
		margin-left:210px;
	}
div.center table
	{
		table-layout:fixed;
	}
div.left
	{
		display:block;
		width:210px;
		float:left;
	}
body
{
	background-image: url(/skinimages/corners/bgd.gif);
	margin: 0;
	padding: 0;
	border: 0;
	text-align: center;
	/* margin-top: 25px; */
}

#head h1 {
	padding-top: 35px;
	background:url(/skinimages/corners/top_left_blue.gif) no-repeat;
	height:109px;
	margin: 0px;
	/*padding-left: 25px;*/
	padding-left: 15px;
}

#topRight {
	background:url(/skinimages/corners/top_right_blue.gif) no-repeat;
	height:109px;
	width:459px;
	/* width:459px; */
}

#head h1 a {
	color: #efefef;
}

#container
{
	margin: 0 auto 10px auto;
	text-align: left;
	/*max-width: 1000px;
	min-width: 750px;
	width: expression(document.body.clientWidth < 750? "750px" : ( document.body.clientWidth > 1000? "1000px" : "auto" ) );
	*/
	width: 754px;
}
#head
{

}
#banner
{
	background-image: url(/skinimages/corners/top_bgd_blue.gif);
	height:109px;
}
#contentwrap
{
	border-right: solid 1px #a7a9a5;
	border-left: solid 1px #a7a9a5;
	background-color: #dadac7;
}
#content
{
	border-right: solid 1px #fff;
	border-left: solid 1px #fff;
}
td.side
{
	width: 180px;
	vertical-align: top;
}
#left
{
	border: solid 1px #e5e5db;
	background-image: url(/skinimages/corners/left_bgd.gif);
	width: 178px;
	margin-left: 1px;
	margin-right: 1px;
	padding: 5px;
}
#center
{
	border: solid 1px #a0a29f;
	background-color: #fff;
	padding-top: 5px;
	padding-left: 5px;
}

#centerInner
{
	margin-right: 5px;
	margin-bottom: 5px;
}

#MainRegion {
	background-color: #fff;
}

#foot
{
	border-right: solid 1px #a7a9a5;
	border-left: solid 1px #a7a9a5;
}
#footContent
{
	text-align: center;
	border-right: solid 1px #fff;
	border-left: solid 1px #fff;
	background-color: #dadac7;
	padding-top: 30px;
}
#footCap
{
	background-image: url(/skinimages/corners/foot_bgd.gif);
	background-repeat: repeat-x;
}

/* Nav Styles */

.nav a {
	font-size: 12px;
}

.nav ul {
	list-style-type: none;
}

.nav ul li {
	margin: 0 0 0.7em -2em;
}

#mainMenu
{
	text-align: left;
	background-image: url(/skinimages/corners/mainMenu_bgd.gif);
	font-family: OCR A Extended, Courier New;
	font-size: 12px;
}
#mainMenu TD
{
	font-family: OCR A Extended, Courier New;
	font-size: 12px;
}

#mainMenu A
{
	color: Black;
	text-decoration: none;
}

#mainMenu A:hover
{
	color: Red;
	text-decoration: underline;
}


/* News and Events */

  ul.news {
		margin: 1.7em 0 0 0;
		padding: 0;
		font-size:11px;
	}
	
	.news li {
		margin: 0 0 1.7em 0;
		padding: 10px 0 0 0;
		list-style-type: none;
		line-height:15px;
	}
	.news li a { 
		font-weight: normal; 
		color: #666666;
	}
	
	.news .date {
		background: #eee;
		border-right: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		float: left;
		text-align: center;
		margin: 0 5px 5px 0;
		line-height: 1.1em;
		padding: 2px;
		font-size: 11px;
		width: 2.5em;
		color: #666;
	}

/* Content Styles */
.headerWrap
{
	border: solid 1px #fff;
}

/* Legacy classes */
.pad
{
	padding: 10px;
}