@charset "utf-8";

BODY
{
  font-family:Verdana,Tahoma,Arial,sans-serif;
  color: #000;
  background-color: #FFFFFF;
	margin: 0px 0px 30px 0px !important;
	margin: 0px auto 30px; /*for ie 6 */
	line-height: 1.2em;
	min-width: 960px;
	min-height: 500px;
	
	width: auto !important; /* for ie 6*/
	width: 960px ;
}
  
 /*
* html #MainContent {
width: 100%;
width:expression(((document.compatMode &&
document.compatMode=='CSS1Compat') ? document.documentElement.clientWidth
: document.body.clientWidth) > 1020 ? "100%" : (((document.compatMode &&
document.compatMode=='CSS1Compat') ? document.documentElement.clientWidth
: document.body.clientWidth) < 960 ? "960px" : "100%"));
}*/

#MainContent {
	background-image: url('../images/layout/topbar_background.png');
	background-repeat:  repeat-x;
	background-position: top;
	/*border:  1px solid #000;*/
	background-color: #FFF;
	/* overflow: auto; */
}

a.textlink {
	text-decoration: underline;
	color: #080;	
}

a.textlink:hover {
	color: #000;	
}

#ContentArea {
	background-image: url('../images/layout/leftbar.png');
	background-repeat: no-repeat;
	padding-left: 100px;
	padding-right: 100px;
	min-height: 500px; 
	/*The next two lines are needed for IE not respecting min height */
	height: auto !important; /* for ie 6*/
	height: 500px;
}

#RightBar {
	width: 90px;
	height: 674px;
	background-image: url('../images/layout/rightbar.png');
	background-repeat: no-repeat;
	float: right;
}

#BottomBar {
	
	font: small Arial;
	margin-left: 100px;
	margin-top: 60px;
	clear:  left;
}

.centerImage {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#links {
	text-align: center;
	margin-bottom: 10px;
	font-size: large ;
	font-weight: 200;
	color: #b0b0b0;
	border-bottom: 3px solid #ddf;
	padding-bottom: 15px;
	line-height: 2em;
}

#links a, #links a:visited {
	
	color: #666;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
	border:  1px solid #ddd;
	background-color: #e6f2f4;
	margin-right: 10px
}

#links a:hover {
	color: black;
	background-color: #b6e3ec;
}

.centerText {
	text-align: center;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}