@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-color: #DADADA;
}
img {
	border: 0;
}
img.logo {
	width: 230px;
	height: 151px;
}
img.banner {
	width: 550px;
	height: 145px;
}
img.footerbar {
	width: 780px;
	height: 2px;
}

td.logo {
	width: 230px;
}

#sidebar {
	width: 230px;
	background-image: url(images/nav_bg.jpg);
	padding: 15px 0 20px 20px;
	margin: 0;
	vertical-align: top;
}
#sidebar a:link, #sidebar a:active, #sidebar a:visited {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	line-height:24px;
	color: #555;
	text-decoration: none;
}
#sidebar a:hover {
	color: #243f8f;
	text-decoration: underline;
}

#content { 
	margin: 0;
	padding: 10px 20px 20px 20px;
	vertical-align:top;
	font-size: 80%;
	color: #333333;
	line-height: 20px;
}
#content h1 {
	font-size: 14px;
	text-transform: uppercase;
}
#content h2 {
	font-size: 13px;
	margin: 15px 0 0 0;
	font-weight: bold;
}
#content a:link, #content a:active, #content a:visited {
	color: #0066CC;
	text-decoration: none;
}
#content a:hover {
	color: #003399;
	text-decoration: none;
}

.quote {
	font-style: italic;
}

#footer { 
	padding: 10px;
	background:#444;
	color: #DADADA;
}
#footer p {
	font-size: 70%;
	margin: 0;
	line-height: 15px;
	text-align: center;
}
#footer a:link, #footer a:active, #footer a:visited {
	color: #6CB6FF;
	text-decoration: none;
}
#footer a:hover {
	color: #6CB6FF;
	text-decoration: underline;
}

#footerbar {
	background: #178BFF;
	width: 780px;
	height: 2px;
	padding: 0;
}

.inputtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #003399;
}

.button {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
}