@charset "utf-8";
/* CSS Document */
#navdiv
{
	width:150px;
	background-color:#E2E2C7;
}
.navbtn
{
	margin-top:2px;
	width:150px;
	height:30px;
	text-decoration:none;
	color:#FF0000;
	background-color:#CCC;
	cursor:pointer;
	float:left;
}
.navbtntxt
{
	width:145px;
	margin-top:8px;
	margin-bottom:8px;
	margin-left:3px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-variant:small-caps;
	font-weight:bold;
	text-decoration:none;
	color:#FF0000;
	text-align:left;
}
.subnavbtn
{
	width:150px;
	height:16px;
	text-decoration:none;
	color:#FF000;
	background-color:#CCC;
	cursor:pointer;
	float:left;
}
.subnavbtntxt
{
	width:150px;
	height:12px;
	margin-top:0px;
	margin-bottom:4px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-variant:small-caps;
	text-decoration:none;
	color:#FF0000;
	text-align:left;
	text-indent:20px;
}
#logoaddress
{
	width:150px;
	margin-top:2px;
	padding-top:10px;
	padding-bottom:10px;
	background-color:#CCC;
	font-weight:normal;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	text-align:center;
	float:left;
}
