*
{
	font-family: arial, sans-serif;
}
html, body
{
	height: 100%;
	width: 100%;
}
body
{
	/* Always use margin:  0;  padding:  0; as margin controls for your page itself.  Setting both to 0 ensures that your page will spread to the outer edges of the browser window. */
	margin:  0;
	padding:  0;
	background: url('bg-sidebar.gif');
	background-repeat: repeat-y;
}
			
#bodywrapper
{
	/* replace margin-top value with the height of your header. */
	margin-top:  75px;
	margin-left:  0;
	margin-right:  0;
	margin-bottom:  0;
	padding:  0;
	/*  Background of the left side menu.  Replace the URL and the background color (#FFFFFF) with your choices for each.  */
	background:  url('bg-sidebar.gif') top left repeat-y #FFFFFF;
	color:  #000000;
	position:  relative;
	top:  0;
	left:  0;
	width:  100%;
}
			
#contentarea
{
 /* replace this value with the width of your left column */
	margin-left:  174px;
	margin-right:  0;
	margin-bottom:  0;
	margin-top:  0;
	padding:  0;
	padding-top: 5px;
	background: url('shadow.gif');
	background-repeat: repeat-x;
}
			
#leftcolumn
{
	position:  absolute;
	top:  0;
	left:  0;
	margin:  0;
	padding:  0;
	/* Replace width with the width of your left column. */
	width:  174px;
	/*  Background of the left side menu.  Replace the URL and the background color (#3F9BCF) with your choices for each.  */
	background:  url('bg-sidebar.gif') top left repeat-y #3F9BCF;
	color:  #FFFFFF;
	font-size: 12px;
}
			
#header
{
	position:  absolute;
	top:  0;
	left:  0;
	width:  100%;
	/* replace this value with the height of your header. */
	height:  75px;
	/* background for the header.  Replace the URL and the background color (#F2F2F2) with your choices for each.  */
	background:  url('bg-top.gif') top left repeat #F2F2F2;
	color:  #000000;
	/* put this in to ensure that your header doesn't overlap the body of your website. */
	overflow:  hidden;
}

.search_submit
{
	font-size: 10px;
	font-weight: normal;
	border: 1px solid #333333;
}

.search_string
{
	width: 128px;
	border: 1px solid #333333;
}

#leftcolumn hr
{
	width: 128px;
	border: none;
	border-top: 1px solid #dcdcdc;
}

#leftcolumn ul
{
	padding: 0px;
	margin: 4px;
	list-style-type: none;
}

#leftcolumn ul a
{
	font-weight: normal;
	text-decoration: none;
}

#leftcolumn ul a:hover
{
	color: #ffffff;
	text-decoration: underline;
}

.menu_current
{
	color: #ffffff;
	font-weight: bold;
}

.menu_default
{
	color: #999999;
	font-weight: normal;
}
