/* Developed by Reusser Design, LLC  - www.reusserdesign.com */
/* KTR1107 - KTRADE  */


body {
	background: #dedddd url(../images/top_bg.jpg) repeat-x;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-top: 0;
	font-size: 100%;
}

p {
	font-size: 75%;
}

ul {font-size: 75%; line-height:1.4em; list-style-type:square;}

a {
	color: #0072bc;
}

h1 {
	font-size: 100%;
	color: #0072bc;
}

.alert {
color:#FF9900; font-weight:bold;}

h2 {
 font-size:90%;
 color:#000000;
 padding-bottom:2px;
 border-bottom:1px solid #EEEEEE;
}

/* Used for outages and office closings   */
#warning {
	background-color:#b43535;
	color:#FFF;padding:6px;
	font-size:15px;
	font-weight:bold;
	text-align:left;
}

#masthead {
	background-color: #fff;

}

#content {
	background-color: #fff;
}

#footer {
	font-size: 85%;
	color: #7c7c7c;
}

#footer .links a{
	padding-left: 8px;
	padding-right: 8px;
	text-decoration: none;
}

#footer .links a:hover{
	text-decoration:underline;
}

#logo {
	padding-left: 20px;
}

.form-field {
	font-size: 80%;
}

.form-note {
	font-size: 70%;
}

.border {padding:2px; border:1px solid #EEEEEE;}