@CHARSET "ISO-8859-1";

/* CSS stylesheet
*/

.headerItem  {
	border-right: 2px solid rgb(223,182,125);
}

.headerText{
	 color:rgb(223,182,125); 
	 margin-right:15px; 
	 margin-left:15px;
	 font-weight:bold;
}

.headerText:hover{
	color:white;
}

html,body {
	margin: 0;
	padding: 0;
	height: 100%; /* needed for container min-height */
	min-height: 500px;
	background:#f0f0f0;
}


div#container {
	/* positioning(height/min-height, see link at top */
	margin:0px auto;			/* center, not in IE5 */
	/*width:1200px;*/
	background:#F0F0F0;
	height:100%; 			/* IE6: treaded as min-height*/
	height:auto !important; 
	min-height:500px; 		/* real browsers */
	
	
}

div#basePage_contentPanel {
	position: relative;
	clear: both;
	height: 100%;
	height: auto !important;
	min-height: 100%;
	text-align: center;
	border-right: 3px solid #231f20;
	border-left: 3px solid #231f20;
	background:#FFFFFF;
	
	/*background-image: url(../../images/backimg.jpg);*/
	background-image: url(../../images/contentbackground_nofade_light.png);
	background-repeat: repeat;
}

#basePage_centerPanel{
	width:100%;
}

div#basePage_pageTitle {
	position: relative;
	width: 100%;
	height: 172px;
	text-align: center;
	/*background-image: url(../../images/header.jpg);*/
	background-color: rgb(170,127,82);*/
	/*background-image: url(../../images/topheader4.png);*/
	/*background-repeat: no-repeat;*/
}

div#basePage_mainPanel {
	position: relative;
	top: 0px; 
	left: 0px;
	width: 100%;
	height: 100%;
	height: auto !important;/**/
	min-height:100%;
}

div#basePage_centerPanel {
	/*float: left;*/
	position: absolute;
	top: 0px;
	height: 100%;
	height: auto !important;
	min-height:100%;
	vertical-align: top;
	/*background:#FFFFFF;*/
}



