/* CSS Document */
body {
	background-color: #f4f4ed;
}
body, td, tr, p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height:20px;
	color: #000000;
	background-position: left;
}
p {
	margin-right: 10px;
}
ul {
	margin-top: -10px;
	list-style-type: disc;
	list-style-position: outside;
}
.ul {
	margin-top: 10px;
	list-style-type: disc;
	list-style-position: outside;
}
blockquote {
	margin-top: -10px;
	margin-left: 40px;
}
a:link, a:visited {
	color: #213a64;
	text-decoration: underline;
}
a:active, a:hover {
	color: #666666;
	text-decoration: underline;
}
h1,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 21px;
	color: #213A64;
	line-height: 20px;
	font-family: "Times New Roman", Times, serif;
	padding: 0px;
}
.names {
	font-size:14px;
	color: #000000;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
}
.logotag {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #333333;
	text-align: left;
	padding-left: 10px;
}
.scrollable {
	width: 280px;
	height: 350px;
	overflow: auto;
}
.imagepad {
	padding-top: 10px;
}
.rightpad {
	padding-right: 30px;
}
.leftpad {
	padding-left: 30px;
}

/*
-----------------------------------------------------------------------------------------
MAIN NAVIGATION
-------------------------------------------------------------------------------------- */
#navigation {
	padding-top: 20px;
	padding-bottom: 20px;
}

#navigation a:link {
	font-weight: bold;
	font-size: 12px;
	line-height: 14px;
	text-decoration: none;
	color: #213a64;
	letter-spacing: 0.01cm;
	padding-left: 25px;
}

#navigation a:visited {
	font-weight: bold;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #213a64;
	text-decoration: none;
	letter-spacing: 0.01cm;
	padding-left: 25px;

}
#navigation a:active {
	font-weight: bold;
	font-size: 12px;
	line-height: 14px;
	color: #666666;
	text-decoration: none;
	letter-spacing: 0.01cm;
	padding-left: 25px;

}
#navigation a:hover {
	font-weight: bold;
	font-size: 12px;
	line-height: 14px;
	color: #666666;
	text-decoration: underline;
	letter-spacing: 0.01cm;
	padding-left: 25px;
}

/*
-----------------------------------------------------------------------------------------
QUOTE SECTION
-------------------------------------------------------------------------------------- */
#quote
 {
	height: 302px;
	width: 181px;
	background-image: url(../images/quote_backgrnd.gif);
	background-repeat: no-repeat;
}
#quote h1 {
	font-weight: bold;
	color: #213A64;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 20px;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 20px;
}
#quote h2 {
	font-weight: bold;
	color: #213A64;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 18px;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 20px;
}
.quoteby {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #666666;
	font-weight: bold;
}
.quotemarks {
	font-size: 24px;
	line-height: 14px;
	color: #e96f35;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
}


/*
-----------------------------------------------------------------------------------------
START FOOTER SECTION
-------------------------------------------------------------------------------------- */
#footer
 {
	margin-top: 3px;
	margin-bottom: 3px;
}
#footer p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #8e989d;
	text-align: left;
	padding-left: 10px;
}
#footer a:link {
	color: #213a64;
}
#footer a:visited {
	color: #213a64;
}
#footer a:avtive {
	color: #666666;
	text-decoration: none;
}
#footer a:hover {
	color: #666666;
	text-decoration: underline;
}
