@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-size: 12px;
	color: #000000;
	margin: 10px;
	padding: 0;
	
	background-color: #FFFFFF;
	
}

#h1 {
	color: #990000;
	font-size: 28px;
	font-weight: bolder;
}

.h2{
	color: Black;
	font-size: 16px;
	font-weight: bold;
}

#wrapper {
	width: 800px;
	margin: 0 auto;
	float: left
	/*
	background-color: Orange;
	*/
}


#masthead {
	color: #999999;
	padding: 0px;
	margin: 0;
	height: 85px;
	/*
	background-color: #FFCCCC;
	*/
}

#toplogo {
 	float: left;
	width: 800px;
}


#toolbar {
	float: left;
	width: 800px;
	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: 650px;
	float: left;
	/*
	background-color: Green;
	*/
}

#toolbar_right {
	width: 145px;
	float: right;
	text-align: right;
	padding-right: 5px;
	/*
	background-color: Fuchsia;
	*/
}


#column_wrapper {
	/*
	background-image: url(../images/clm_vf_middle.gif);
	*/
	background-repeat: repeat-y;
}

#left {
	float: left;
	width: 800px;
	/*
	background-color: Aqua;
	*/
}

#left ul{
	list-style: none;
}

#left ul li {
	padding-bottom: 20px;
}

#pictureRight {
	float: right;
	margin-left: 10px;
}


#right {
	float: left;
	width: 180px;
	
	background-color: Yellow;
	
}


#right ul {
	list-style: none;
}

#disclaimer {
	float: left;
	width: 997px;
	font-size: 10px;
	margin-bottom: 10px;
	/*
	background-color: Silver;
	*/
}

#disclaimerText {
	font-size: 10px;
}

