body {
	margin:auto;
	background-color: #c0c0c0;
	}

body, p, table, tr, td, div {
	font-family: arial, helvetica, san-serif;
	font-size: 13px;
	color: #616161;
	}
	
h1 {
	font-size: 15px;
	font-weight: bold;
	color: #68B85F;	

	text-transform: Uppercase;
	}
	
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #2D74A2;
	margin-bottom: 5px;
	}
	
a:link {color: #4A85AD;}
a:active {color: #4A85AD;}
a:visited {color: #4A85AD;}
a:hover {color: #00578E;}

form {
	margin: 0px;
	}
	

/* Header */
/* ======================== */

#headertop {
	height: 46px;
	padding-top:20px;
	background-color: #c4e2ee;
	padding-bottom: 20px;
	}
	
#headerwrap {
	width: 748px;
	height: 46px;	
	margin:auto;

	}
	
#headerlogo {
	width: 239px;
	padding-left: 15px;
	padding-right: 15px;
	float: left;
	background-color:#c4e2ee;
	}

#headerright {
	width: 464px;
	float: left;
	background-color:#c4e2ee;
	padding-right: 15px;
	padding-top: 30px;
	text-align:right;
	}
	
.skiplink {
    display:none;
   }
	
/* Menu */
/* ======================== */

#menu {
	display:none;
	}
	

/* Main Content */
/* ====================== */

#mastheadleft {
    display:none;
	}
	
#mastheadright {
	display:none;
	}

#featurepic
{
    display:none;
    }

#main {
	width: 100%;
	background-color: #ffffff;
	margin:auto;
	clear:both;
}

#mainleft {
	text-align: left;
	padding: 30px;
	background-image: url('images/swish.gif');
	background-repeat: no-repeat;
	background-position: bottom right;
	}

#mainright {
	display:none;
	}
	
/* Footer */
/* ====================== */

#footer {
	clear:both;
	width: 748px;
	margin: auto;	
	border-top: 0px solid #ffffff;	
	border-bottom: 4px solid #ffffff;
	background-color: #19749b;	
	color: #ffffff;
	font-size: 11px;
	overflow: auto;
	}
	
#footerleft {
	width: 100px;
	background-color: #19749b;	
	color: #ffffff;
	float: left;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 30px;
	}

#footermid {
	width: 428px;
	text-align: center;
	background-color: #19749b;	
	float: left;
	color: #ffffff;
	padding-top: 15px;
	padding-bottom: 15px;		
	}
	
#footerright {
	width: 158px;
	text-align: center;
	background-color: #19749b;
	float: left;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 22px;
	}
	
a.footer:link {color: #BFD5E3;}
a.footer:active {color: #BFD5E3;}
a.footer:visited {color: #BFD5E3;}
a.footer:hover {color: #ffffff;}	