/* CSS Document */
* {
	margin: 0;
	padding: 0;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, 
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp, 
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,  
table, caption, tbody, tfoot, thead, tr, th, td, img { 
	margin: 0; 
	padding: 0;
	border: 0; 
	outline: 0; 
	font-size: 100%; 
	vertical-align: baseline;
	background: transparent;
}

a:link, a:visited {
	cursor: pointer;
	color: #00538E;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

ol, ul {
	list-style: outside;
	line-height: 20px;
	list-style-type: disc;
margin-left:15px;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

p {
	padding: 5px 0;
}

h1 {
	font-size: 25px;
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #D76A15;
	font-weight: bold;
	margin-top: 5px;
}

h2 {
	font-size: 18px;
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #D76A15;
	font-weight: bold;
	margin: 10px 0 7px 0;
}

h3 {
	font-size: 16px;
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	padding-bottom: 2px;
	color: #005790;
	font-weight: bold;
}
h4 {
	font-size: 14px;
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	padding-bottom: 2px;
	color: #005790;
	font-weight: bold;
}

	
body {
	background: #fff;
	color: #000;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

#wrapper {
	width: 970px;
	margin: 0 auto;
	margin-top: 40px;
}

#header {
	background: url(../images/header.jpg) no-repeat;
	width: 970px;
	height: 125px;
	border-bottom: 6px solid #00538E;
	font-weight: bold;
}

.blue {
	color: #286A9F;
}

#menu {
	margin-top: 6px;
}

#banner {
	margin-top: 13px;
	*margin-top: 10px;
	margin-bottom: 4px;
	*margin-bottom: 1px;
	height: 253px;
	width: 970px;
}

#bannerinside {
	margin-top: 13px;
	*margin-top: 10px;
	margin-bottom: 4px;
	*margin-bottom: 1px;
	height: 181px;
	width: 970px;
}

#welcome {
	background: url(../images/bg_welcome.jpg) no-repeat;
	width: 698px;
	height: 127px;
	margin-top: 5px;
	*margin-top: 2px;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	line-height: 22px;
	padding-left: 22px;
	padding-top: 45px;
	padding-right:280px;
}

#leadin {
	line-height: 20px;
	margin-top: 10px;
	min-height: 100px;
	_height: 100px;
}

#sponsor {
	clear: both;
	display: inline;
	width: 970px;
	margin-top: 10px;
}

.line {
	border-top: 1px solid #D9D9D9;
	margin-bottom: 4px;
}

.bluelinefooter {
	text-align: center;
	font-size: 11px;
}

.bluelinefootertxt {
	width: 400px;
	border-top: 1px dotted #000;
	padding: 10px 0;
	margin-: 0 auto;
	font-size: 11px;
	margin-left: 270px;
}

.bluelinefootertxt a{
	color: #286A9F;
}
