/* basic elements
 * ------------------------------------------------------------------------------------- */
 
body, div, ul, li, dl, dd, img, form, fieldset {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

body {
	background: #3f589f url(../images/background.gif) repeat-x;
	text-align: center;
}

p, div, li, h2, h3, h4, td, input, select, textarea {
	font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 16px;
}
h1 {
	font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
	font-size: 20px;
	color: #000000;
	line-height: 24px;
}
#content-left a:link {
	color: #ffffff;
	text-decoration: none;
}
#content-left a:visited {
	color: #ffffff;
	text-decoration: none;
}
#content-left a:hover, a:active {
	color: #ffffff;
	text-decoration: underline;
}

a img, :link img, :visited img { 
	border: none 
}
a:link, a:visited {
	color: #1E5036;
	text-decoration: underline;
}
a:hover, a:active {
	color: #3C7959;
	text-decoration: underline;
}

/* main structural elements
 * ------------------------------------------------------------------------------------- */
 
#wrapper {
	background-color: #ffffff;
	width: 762px;
	margin: 10px auto;
	text-align: left;
}
#index #wrapper {
	background: url(../images/content_middle.jpg) top left repeat-y;
}
#banner {
	width: 762px;
	height: 190px;
	background: url(../images/top.jpg) left top no-repeat;
}

/* HORIZONTAL sprite nav
 * ------------------------------------------------------------------------------------- */
 
#menu {
	background: url(../images/menu.jpg) top left no-repeat;					
	width: 760px;
	height: 22px;
	padding: 0px;
	margin: 0px;
	position: relative;
	left: 1px;
}

#menu li span {display: none;}
#menu li {margin: 0; padding: 0; list-style: none; position: absolute; top: 0;}

#menu li, #menu a {height: 22px; display: block;}
#menu-01 {left: 0px; width: 60px;}
#menu-02 {left: 60px; width: 181px;}
#menu-03 {left: 241px; width: 132px;}
#menu-04 {left: 373px; width: 117px;}
#menu-05 {left: 490px; width: 165px;}
#menu-06 {left: 655px; width: 105px;}

#menu-01 a:hover {background: transparent url(../images/menu.jpg) -0px -22px no-repeat;}
#menu-02 a:hover {background: transparent url(../images/menu.jpg) -60px -22px no-repeat;}
#menu-03 a:hover {background: transparent url(../images/menu.jpg) -241px -22px no-repeat;}
#menu-04 a:hover {background: transparent url(../images/menu.jpg) -373px -22px no-repeat;}
#menu-05 a:hover {background: transparent url(../images/menu.jpg) -490px -22px no-repeat;}
#menu-06 a:hover {background: transparent url(../images/menu.jpg) -655px -22px no-repeat;}

/* content
 * ------------------------------------------------------------------------------------- */
 
#content {
	width: 762px;
}
#content_dr {
	width: 762px;
	background: #ededed url(../images/top3.jpg) top left no-repeat;
	margin: 0px;
}

#content-left {
	color: #ffffff;
	font-size: 10px;
	font-weight: bold;
	width: 191px;
	height: 215px;
}
#content-left .small{
	color: #ffffff;
	font-size: 10px;
	font-weight: bold;
	line-height: 11px;
	margin: -15px 0px 0px 20px;
}

	#content-left p, #content-left form { 
		margin-left: 10px;
		margin-right: 10px;
		color: #fff;
	}

#content-center {
	width: 551px;
	background-color: #d9d9d9;
}
	#content-center h1, #content-center h2, #content-center h3, #content-center p, #content-center ul/*, #content-center form p*/ {
		margin-left: 20px;
		margin-right: 20px;
	}
	
	#content-center hr { 
		border: 0; color: #C5C5C5; background-color: #C5C5C5; height: 1px; width: 511px; text-align: center; margin-bottom: 25px;
	}
	#content-center table tr td p { 
		border: 0; padding: 0; margin: 0; margin-bottom: 10px;
	}
.content-img {
	vertical-align: middle;
	margin: 0;
	margin-right: 20px;
}
.content-img2 {
	/*vertical-align: top;*/
	align: left;
	margin: 0;
	margin-right: 20px;
}
.content-question { 
	color: #011dc5; 
}	
#content-right, #content-center, #content-left {
	float: right;
}

#content-right {
	width: 20px;
}
#bulletin li {
	font-size: 14px;
	color: #6a6a6a;
]
#page-footer {
	width: 762px;
	height: 44px;
	margin: 0;
	padding: 0;
	clear: both;
}

#footer {
	width: 762px;
	margin: 0px auto;
	padding: 0;
	text-align: left;
	color: #fff;
}

#footer p {
	color: #fff;
}

.staff {
	margin: 0;
	padding: 0;
	border: 1px solid #666;
}

.small {
	font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	line-height: 14px;
}
.quote {
	font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
	font-weight: bold;
    font-size: 14px;
	color: #000000;
	line-height: 18px;
}

.signature {
	font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
	font-style: italic;
    font-size: 12px;
	color: #000000;
	line-height: 16px;
}