﻿/* basic elements */
body {
	font-family: Veranda, Tahoma, Sans-Serif, Arial;
	font-size:67.5%;
	color: #414141;
	background: #dadada url(../_images/header_line.png) top left repeat-x;
	padding: 0px 0px 0px 0px;
	margin: 0;
}

a:link {
	font-weight: bold;
	text-decoration: none;
	color: #414141;
}

a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #414141;
}

a:active, a:hover {
	color: #ff5c00;
	text-decoration: underline;
}


/* specific divs */
#container{
	width:100%;
}

#gsWrapper{
	display:none;
}

#headerWrapper{
	display:none;
}

#topBar{
	display:none;
}

#topBarWidthWrapper{
	min-width:800px;
}

/****** Begin Left Menu Styles ******/
#menuWrapper{
	display:none;
}
/****** End Left Menu Styles ******/

#contentWrapper{
	background-color:#dadada;
	margin: -10px 0px 0px 0px;
	padding: 10px 20px 10px 10px;
}

#content h1{
	margin:0;
	padding: 8px 0px 0px 15px;
	background: transparent url(../_images/575_chead.png) no-repeat top left;
	font-size: .9em;
	height:37px;
	color: #fefefe;
}

#footer {
	display:none;
}