/* CSS Document */

body {
	background-color:#CCCCCC;
	font-family:"BakerSignet BT";
}
#master {
	margin-left:auto;
	margin-right:auto;
	width:800px;
	height:600px;
	background-color:#FFFFFF;
}
#header {
	width:800px;
	height:100px;
	background-color:#9BCD6E;
	background-image:url(../images/Invisioning_Change.jpg);
	background-repeat:no-repeat;
}
.headquote {
	padding-left:30px;
	font-size:18px;
	font-weight:bold;
	color:#08635A;
}
#menu {
	text-align:center;
	width:800px;
	margin-top:5px;
}
.menu_col {
	height:35px;
	width:133px;
	font-size:18px;
	display:inline;
	text-align:center;
	font-weight:bold;
	border:solid 1px #000000;
	text-decoration:none;
	padding-left:5px;
	padding-right:5px;
	background-image:url(../images/gradient_btn.jpg);
	background-repeat:repeat-x;
}
#Lcontent {
	width:180px;
	height:380px;
	float:left;
	border-right:solid 1px #656600;
	padding:10px 10px;
	margin-top:10px;
}
#content {
	width:375px;
	height:380px;
	float:left;
	padding:10px 10px;
	margin-top:10px;
}
#Rcontent {
	width:180px;
	height:380px;
	float:right;
	border-left:solid 1px #656600;
	padding:10px 10px;
	margin-top:10px;
}
#footer {
	font-size:12px;
	text-align:center;
	width:800px;
	height:100px;
}
/*LVHA */
a:link {
	color:#000000;
	text-decoration:none;
}
a:visited {
	color:#000000;
	text-decoration:none;
}
a:hover {
	color:#000000;
	background-color:#9BCD6E;
}
a:active {
	color:#000000;
	text-decoration:underline;
}