/*This is the HWHC core style sheet*/

body {
	text-align: center;
	background-color: #ffffff;
	color: #000000;
	font-family: Verdana,Tahoma,Arial,sans-serif;}
	
h2 {
	font-size: 1.4em;
	padding-top: 5px;}

h3 {
	font-size: 1em;
	padding-top: 3px;
	text-decoration: none;}
	
a {
    color: #000000;
    font-weight: normal;}
    
img {
	border: none;}
	
.hide {
	display: inline !important;}		
	
.preview {
	display: none;}		
	
/*Full page conatiner - excludes Footer*/	 
#container {	
	width: 1000px;
	background-image: none;}

/*Header section*/
#header {
	margin-top: 50px;
	text-align: center;}

/*Left side container*/
#sidecontent {
	display: none;}

/*Content section*/
#content {
	width: 1000px;
	text-align: center;
	margin-left: 0px; }

#contentname {
	display: none;}

#contentmain {
	text-align: center;}
	
/*Update Panels*/#update {
	display: none;}

/*Content table format*/
#tableone {
	float: none;}

.tableone {
	text-align: left;
	margin-left: 0px;
	width: 1000px;
	border-collapse:collapse;
	background-color:#ffffff;
	border-left: 1px #152497 solid;
	border-bottom: 1px #152497 solid;
	border-right: 1px #152497 solid;}

.tableone caption {
	background:#e0e6e6;
	font-size: 0.95em;
	font-weight: bold;
	border-left: 1px #152497 solid;
	border-top: 1px #152497 solid;
	border-right: 1px #152497 solid;
	padding-top: 4px;
	padding-bottom: 4px;
	text-transform: uppercase;}
	
.tableone th {
	text-align: left;}	
	
.tableone td {
	height: 20px;
	border-bottom: 1px solid #152497;}

/*Footer container*/
#footer {
	display: none;}
	
.logo {
	float: left;
	border: none;
	position: relative;}
	
#preview-message {
	display: none;}		