body {
	font-size: 14px;
}


.topMenu {
	font-size: 12px;
}

.topb .mainlogo {
	float: left;
	width: 245px;
	height: 200px;
}
.breadcrumb {
	font-size: 12px;
}

.leftColumn h2 {
	font-size: 20px;
}

.content {
	float: left;
	width: 450px;
	padding: 8px 0 18px 0;
	line-height:17px;
}

/* document title */
.content h2 {
	font-size: 20px;
}
/* search listings */

.content h5 {
	font-size: 16px;
}
.pageinfo {
	font-size: 13px;
}





.news {
	font-size: 12px;
}

.news p {line-height:11px; }
.news h2 {
	font-size: 14px;
}
.right {
	font-size: 13px;
}

.slinks {
	font-size: 13px;
}

p.date {
	font-size: 13px;
}

input.searchbutton { 
	font-size: 12px;
}

fieldset {
	border: 1px solid #ccc;
}

textarea.text { 
	height: 150px; 
	width: 90%; 
	border: 1px solid #ccc; 
	background: #fff; 
	color: #444;
}

textarea.text:hover { 
	border: 1px solid #bbb; 
	background: #FFFFF4; 
	color: #000;
}

input.field { 
	border: 1px solid #ccc; 
	background-color: #fff; 
	width: 200px; 
	color: #444;
}

input.field:hover { 
	border: 1px solid #bbb; 
	background: #fff; 
	color: #444;
}

input.button {
	font-size: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-weight: bold;
	background: #f4f4f4; 
	color: #555;
	border: 1px Solid #ccc;
}

.comments { 
	padding: 10px 10px 8px 10px; 
	margin: 0 0 7px 0; 
	background: #f8f8f8; 
	color: #666;
}

.commentsbox { 
	padding: 8px 0 10px 10px; 
	margin: 0 0 10px 0; 
	background: #f4f4f4; 
	color: #666;
}

.error {
	color: #f60;
	background-color: #fec;
	padding: 7px;
	margin-top: 5px;
	margin-bottom: 10px;
	border: 1px dashed #f60;
}
.error h2 {
	color: #f60;
	background: inherit;
	font-weight: normal;
	letter-spacing: -1px;
}

.success {
	color: #666;
	background: #f5f5f5;
	padding: 7px;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px dashed #ccc;
}
.success h2 {
	color: #666;
	background: inherit;
	font-weight: normal;
	letter-spacing: -1px;
}

.newsimage {

	margin: 0;
	border-right: 10px solid #fff;
}



.shadetabs{
padding: 3px 0;
margin-left: 1.5em;
margin-top: 1em;
margin-bottom: 0px;
margin-right: 0px;
font: bold 11px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #778;
color: #999;
background: #e0e0e0;
background-image: url(shade.gif);
}

.shadetabs li a:visited{
color: #999;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #999;
}

.shadetabs li.selected{
position: relative;
top: 1px;
color: #2d2b2b;
}

.shadetabs li.selected a{ /*selected main tab style */
background-image: url(shadeactive.gif);
border-bottom-color: white;
color: #2d2b2b;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontentstyle{ /*style of tab content container*/
border-top: 2px solid #999;
border-left: 2px solid #999;
background:#fff;
width: 95%;  
/*
margin-right: 1em;
margin-left: 1em;
margin-bottom: 1em;
*/
padding: 10px;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block!important;
}
}

