@import "layout.css";
@import url('layout.css');
@import "forms.css";
@import url('forms.css');

body {
	margin: 0;
	padding: 0;
	text-align: center;
	background: url(../images/topbkg.gif) repeat-x;
}

p {
	margin: 0 0 10px 0;
	color: #333;
}

ul {
	margin: 10px 0 10px 20px;
	padding: 0;
}

ul {
	list-style-image: url(../images/bullet.gif);
	list-style-type: none;
	color: #002448;
	font-weight: bold;
	margin: 10px 0 10px 20px;
	padding: 0;
}
	
li {
	padding: 5px;
}

a {
	color: #003366;
}

a:hover {
	color: #003399;
}

a.lnknav {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

a.lnknav:hover {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

a.lnkbold {
	color: #003366;
	font-weight: bold;
	text-decoration: none;
}

a.lnkbold:hover {
	color: #003399;
	font-weight: bold;
	text-decoration: none;
}

a.lnkbread {
	color: #B82E1F;
	font-weight: bold;
	text-decoration: none;
}

a.lnkbread:hover {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

a.email {
	color: #fff;
	text-decoration: none;
}
	
a.email:hover {
	color: #fff;
	text-decoration: none;
}
	
a.footer {
	color: fff;
	text-decoration: none;
	font-size: 10px;
	color: #00244A;
}

a.footer:hover {
	color: fff;
	text-decoration: none;
	font-size: 10px;
	color: #00244A;
}

td.horiz {
	background: url(../images/horizline.gif) repeat-x;
}

td.vert {
	background: url(../images/vertline.gif) repeat-y;
}

.txtwhite {
	color: #fff;
	font-weight: bold;
}

.imgbullet {
	margin: 0 6px;
	vertical-align: middle;
	border: 0;
}

.txtred {
	color: #AE0000;
}

.contact {
	font-size: 11px;
}

.imgleft {
	float: left;
	margin: 0 10px 8px 0;
	clear: left;
}

.imgright {
	float: right;
	margin: 0 0 8px 10px;
	clear: right;
}

.sform {margin: 0px; padding: 0px;  margin-top: -15px;}