/* CSS Document */

html {
	height: 100%;
}

body {
	background-color:#808080;
	height: 100%;
	margin-bottom: 1px;
	font-family: arial, helvetica, sans-serif;
	min-width:800px;
	
}

h1 {
	font-size:1.6em;
}

h2 {
	font-size:1.4em;
}

h3 {
	font-size:1.2em;
}

h4 {
	font-size:1.05em;
}

.popupbody {
	background-color:#fff;
}

.clr {
	clear: both;
}

p, div, td {
font-family: arial, helvetica, sans-serif;
font-size:14px;
}

* html p, * html div, * html td {
	font-size:x-small;	
}

.contentheading {
	font-size: 1.4em;
}

td.contentheading td {
	font-size: 1.2em;
}

* html .componentheading {
	padding-top:0px;	
	font-size: 2em;
	font-weight:bold;		
}
.componentheading{
	padding-top:19px;	
	font-size: 2em;
	font-weight:bold;	
}





/* tables */

.layout_top {
	width:97%;
	background-color: #000000;
	
}

.layout_middle {
	width:97%;
	height:72%;
	background-color: #ffffff;
}

.layout_middle td {
	vertical-align:top;
	
}

.layout_bottom {
	width:97%;
	background-color: #000000;
	
}

.back_black{
 background-color:#000000;	
}

.left_nav{
 background-color:#000000;		
}

.top_row,.bottom_row{
height:12px;
}

#header {
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	height:150px;
	width: 350px;
}



#td_contents {
padding-left:5px;
padding-right:8px;
}
 
#td_contents table {
	width:100%;	
}
 
.left_nav{
	padding-top:0px;
	width:130px;
}

.rotator_table{
width:95%;
margin-right:9px;
}

* html .rotator_table{
margin-right:4px;	
}


* html .rotator_table img#rightimg {
position: relative; right: -6px;
}


/* menu */


a.mainlevel:link, a.mainlevel:visited {
display:block;
line-height:20px;
text-decoration:none;
color: #ffffff;
padding-left:15px;
width:130px;
font-size:.9em;	

}

* html a.mainlevel:link, * html a.mainlevel:visited {
width:130px;
}

a.mainlevel:hover {
	color: #000000;
	background-color:#ffffff;
}

a:link, a:visited {
color: #000000;
text-decoration:underline;
}

a:hover {
	color: #808080;
}

a.mainlevel#active_menu {
	color: #808080;
	font-weight:bold;
}

a.sublevel:link, a.sublevel:visited {
	display:block;
	padding-left:25px;
	line-height:20px;
	color: #fff;
	font-size:.9em;
} 

a.sublevel:hover {
	color: #000;
	background: #fff;
	text-decoration: none;
}

a#active_menu {
color:#808080;
font-weight:bold;
}




/* end menu */








/* rounded corners --outside */

#top_left {
	width:16px;
	background-image: url(../images/rounded/top_left.jpg);
	background-repeat: no-repeat;		
}

#top_right {
	width:16px;
	background-image: url(../images/rounded/top_right.jpg);
	background-repeat: no-repeat;	
	background-position: top right;	
		
}

#bottom_left {
	width:16px;
	background-image: url(../images/rounded/bottom_left.jpg);
	background-repeat: no-repeat;		
	background-position: bottom left;	
}

#bottom_right {
	width:16px;
	background-image: url(../images/rounded/bottom_right.jpg);
	background-repeat: no-repeat;	
	background-position: bottom right;	
}

/* rounded corners -- inside */
#top_left_inside {
	width:12px;
	height:12px;
	background-color: #ffffff;
	background-image: url(../images/rounded/top_left_inside.jpg);
	background-repeat: no-repeat;		
}

#top_right_inside {
	width:12px;
	background-color: #ffffff;
	background-image: url(../images/rounded/top_right_inside.jpg);
	background-repeat: no-repeat;	
	background-position: top right;	
	
}

#bottom_left_inside {
	width:12px;
	background-color: #ffffff;
	background-image: url(../images/rounded/bottom_left_inside.jpg);
	background-repeat: no-repeat;		
	background-position: bottom left;	
}

#bottom_right_inside {
	width:12px;
	background-color: #ffffff;
	background-image: url(../images/rounded/bottom_right_inside.jpg);
	background-repeat: no-repeat;	
	background-position: bottom right;	
}

/* custom styles */
table.blog img, td#td_contents img {
	border:20px solid #000000;
	margin-left:3px;	
}

td#td_contents table#contactform td img {
	border:0px solid red;	
}



table.blog div.leading {
	padding-right:9px;	
}

p.footer{
margin:0px;
color:#aeaeae;
font-size:.8em;
text-align:center;
padding-bottom:2px;
}

p.footer a:link, p.footer a:visited{
	color:#aeaeae;
	text-decoration:none;
}

p.footer a:hover{
	color: #000000;
	text-decoration:underline;	
}


div#vmMainPage img {
	border:0px;	
}

table.blog img, td#td_contents h1 a img,td#td_contents a.toolbar img,.mceSeparatorLine img{
	border:0px;
}

td#td_contents form#login img {
	border:0px;
}

.mceContentBody {
 background-color:#fff;
}
.readon {
	font-size:.9em;
	font-weight:bold;
}

