.buttonbox{
	padding-left:10px;
	padding-right:10px;
}

.menubar{
	background-color: "#0070A6";
}

.leftmenu{
	background-color: "#0070A6";
	margin-left:0px;
	margin-right:10px;
}

.maincontent{
	margin: 20;
	width: 100%;
}

.footer{
	font-family: Arial, Vendena;
	color: #999999;
	text-align: right;
	font-size: 10px;
	vertical-align: bottom;
	padding-bottom: 5px;
	padding-right: 5px;
	text-decoration: none;
}

.boxcontent{
	padding: 10px;
	font-family: Arial, Vendena;
	color: #333333;
	font-size: 10px;
	vertical-align:top;
}

.booktitle{
	font-family: Arial, Vendena;
	color: #008DD3;
	font-size: 16px;
}

.tabletitle{
	font-family: Arial, Vendena;
	color: #333333;
	font-weight: bold;
	font-size: 11px;
}

.homebox{
	width: 300px;
}

.content{
	font-family: Arial, Vendena;
	color: #333333;
	font-size: 11px;
}

.pagetitle{
	font-family: Arial, Vendena;
	color: #008DD3;
	font-size: 18px;
	font-weight: bold;
}

.newspapercut{
	width: 150px; 
	height: 150px; 
	text-align:center; 
	border:1 solid #518EC5;
}

.leftlink{
	font-family: Arial, Vendena;
	color: #000000;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	padding-left: 15px;
	margin-top: 5px;
}

.smlleftlink{
	font-family: Arial, Vendena;
	color: #000000;
	font-size: 12px;
	text-decoration: none;
}

.planheading{
	font-family: Arial, Vendena;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	background-color: #0070A6;
	padding: 3;	
}

.plantitle{
	font-family: Arial, Vendena;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
	background-color: #008DD3;
}

.plancontent{
	background-color: #FFFFFF;
}

.content_title{font-family: arial, helvetica, sans-serif; font-size:15px; color:#636466; font-weight: bold; padding:0; border:0; margin-top:0; line-height:2; letter-spacing:1}
.title{font-family: arial, helvetica, sans-serif; font-size:12px; color:#636466; font-weight: bold; padding:0; border:0; margin-top:0; line-height:2; letter-spacing:1}

/* vertical menu bar */
ul.mbv {
	margin: 10;
	padding: 0;
	list-style: none;
	width: 9em;
}
ul.mbv li {
	padding: 0;
	margin: 0;
	border-bottom: 0px solid #0070A6; /* fixes gap problem in IE */
	position: relative;
	z-index: 1;
}
ul.mbv ul {
	margin: 0 0 0 2px;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 0; /* if using borders, -1 to align top borders */
	left: 11em;
	width: 11em;
	background: #0070A6;
	z-index: 2;
}
/* separator to mark end of menu group */
ul.mbv li.end {
	/*border-bottom: 0px dashed #399;*/
}

ul.mbv li a:link,
ul.mbv li a:visited,
ul.mbv li a:hover,
ul.mbv li a:active {
	display: block;
	padding: .2em .2em;
	width: 11em;
	text-decoration: none;
	background: #0070A6;
	color: #FFFFFF;
}

ul.mbv li a:hover,
ul.mbv li a:active {
	background: #399;
	color: #FFFFFF;
}


ul.mbv li a.hidden:link,
ul.mbv li a.hidden:visited {
	background: #0070A6 url(mb.gif) 100% -12px no-repeat;
}


ul.mbv li a.visible:link,
/*ul.mbv li a.visible:visited,*/
ul.mbv li a.visible:hover,
ul.mbv li a.visible:active {
	background: #399 url(mb.gif) 100% -62px no-repeat;
	color: #FFFFFF;
}

