/* CSS Document */

/* CSS Document */
body, html {
	background-color: #fff;
	color: #000;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;

}

#outer {


}
html>body #outer {height:auto}


td,tr,p,div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
.contentheading h1, .contentheading, .componentheading h1, .componentheading {
	display: none;
}	
h4 {
	color: #555; font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; font-weight: bold;
	}

h5 {
	color: #555; font-family: Arial, Helvetica, sans-serif;
	font-size: 14px; font-weight: bold;
	}

h6 {
	color: #555; font-family: Arial, Helvetica, sans-serif;
	font-size: 16px; font-weight: bold;
}	
/* Links */
a:link, a:visited {
	font-size: 13px; 
	color: #336666; 
	font-weight: bold;
	text-decoration: underline;
	font-family:  Arial, Helvetica, sans-serif;
	}

a:hover {
	font-size: 13px; 
	color: #000; 
	font-weight: bold;
	text-decoration: underline;
	font-family:  Arial, Helvetica, sans-serif;
	}


.button {
	display: none;
	}

.inputbox {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	background: #FFFFFF;
	border: 1px solid;
	}

.poll {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	line-height: 14px
	}




.header { 
 	display: none;
}
#logo {
	display: block;
	height: 60px;
	border-bottom: 1px solid #ddd;
	background-color: #000;
	text-align: center;
}
.maincontent {
	padding: 5px 5px 5px 45px;
	width: 580px
	
	
}
.leftpic {
	background-image: url(../images/leftpic.jpg);
}
.callouts {
	background-image: url(../images/calloutbg.jpg);
	font: Arial, Helvetica, sans-serif;
	color: #666666;
	height: auto;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ddd;
	border-top: 1px solid #ddd;
}
.bluespace {
	background-color: #23314B;
}
.logo {
	width: 137px;
	height: 14px;
	
	
}

.nav {
	width: 100%;
	background-image: url(../images/navbg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#fff;
}
.callout {
	float:left;
	height: auto;
	width: 222px;
	margin: 3px;
	padding: 5px;
}

.footer {
	display: none;

}
.footer a:link {
	color: #999;
	font-size: 7pt;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 0px dashed #CCCCCC;
}
.footer a:visited {
	color: #999;
	font-size: 7pt;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 0px dashed #CCCCCC;
}
.footer a:hover {
	color: #999;
	font-size: 7pt;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dashed #CCCCCC;
}



.left-col {
	display: none;
}
.maincontent {
	width: auto;
}

.button {
	display: none;
}
img {
	border: none;
}