body,div,span,p,ul,li,td,th,input,select,textarea,button { 
	font: 12px Verdana, Tahoma, Arial;
	color:#5c5c5c;
}

body
{

}

#logoHolder{
	width:855px;
	text-align:right;
	padding:0px;
}


#container{
	border-top:3px solid white;
	border-right:3px solid white;
	border-bottom:3px solid white;
	border-left:3px solid white;
	width:850px;
}

#headerSection{
	height:194px;
	width:850px;
	background : url(/webimgs/arcticHeader.jpg) no-repeat;
}

#header2Section{
	height:80px;
	background : url(/webimgs/headerBG.png) repeat-x;
}

#menuSection{
	height:41px;
	background : url(/webimgs/menuHeader.png) repeat-x;
}

#HomeContentSection{
	height:100%;
	min-height:150px;
	background-color : white;
}

#homeLeftPanel{
	background-color:white;
	width:290px;
	height:100%;
	text-align:left;
	padding:10px;
	border-right:1px dashed gray;
	
}

#homeRightPanel{
	width:500px;
	text-align:left;
	padding:10px;
	
}

#pageSection{
	text-align:left;
	padding:20px;
	height:100%;
	background-color : white;
	width:600px;
}
