@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	margin: 10px;
	padding: 0;
	
	background-color: #FFFFFF;
	
}


#wrapper {
	/*
	width: 997px;
	*/
	width: 817px;
	margin: 0 auto;
	float: left
	/*
	background-color: Orange;
	*/
}


#masthead {
	color: #999999;
	padding: 0px;
	margin: 0;
	height: 110px;
	/*
	background-color: #FFCCCC;
	*/
}

#toplogo {
 	float: left;
	/* width: 760px; */
	width: 500px;
}

#rightlogo {
	float: right;
	width: 217px;
}

#toolbar {
	float: left;
	/*width: 997px;*/
	width: 817px;
	height: 32px;
	border-top: thin solid Black;
	border-bottom: thin solid Black;
	border-bottom-width: 1px;
	border-top-width: 1px;
	padding-top: 2px;
	padding-bottom: 2px;
	/*
	background-color: Lime;
	*/
}

#toolbar_left {
	/* width: 200px; */
	width: 150px;
	float: left;
}

#toolbar_right {
	width: 500px;
	float: right;
}


#column_wrapper {
	/*
	background-image: url(../images/clm_vf_middle.gif);
	*/
	background-repeat: repeat-y;
}

#left {
	float: left;
	width: 817px;
	/*
	background-color: Aqua;
	*/
}

#right {
	float: left;
	width: 180px;
	/*
	background-color: Yellow;
	*/
}


#right ul {
	list-style: none;
}

#disclaimer {
	float: left;
	/*
	width: 997px;
	*/
	width: 817px;
	font-size: 10px;
	/*
	margin-bottom: 10px;
	*/
	margin-bottom: 5px;
	/*
	background-color: Silver;
	*/
}

#disclaimerText {
	font-size: 10px;
}
