
/* Layout Stylesheet */ 

body {
	margin: 0;
	padding: 0;
	background: gray;
	color: #333;
	text-align: center;
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	line-height: 150%;
}

#outer {
	text-align: left;
	width: 750px;
	margin: auto;
	padding: 0;
	border: solid white;
	border-width: 20px 40px 10px 40px;
	margin-top: 10px;
	margin-bottom: 10px;
}


ul {
	list-style-position: outside;
	list-style-type: square;
	color: #333;
	background: white;
}

li {
	padding-bottom: 10px;
}

.medium li {
	padding-bottom: 5px;
}

.narrow li {
	padding-bottom: 0;
	padding-top: 0;
}

.narrow {
	margin-top: 5px;
	padding-top: 0;
}

#hdr {
	height: 95px;
	width: 750px;
	background: white;
	color: #0068B4;
}

#bar {
	color: white;
	background: #0068B4 url("images/bar-gradient2.jpg") repeat-x;
	width: 750px;
	text-align: center;
	padding: 3px 0 2px 0;
	margin: 0;
}

.emphasis {
	font-style: italic;
}

#bar a {
	color: #ddd;
	background: none;
	font-size: 100%;
	text-decoration: none;
	font-weight: normal;
	border: solid #ddd;
	border-width: 0 0 0 1px;
	padding: 0 10px 0 10px;
	margin: 0;
}

#bar a:hover {
	text-decoration: underline;
}

#bar a#contact {
	border-width: 0 1px 0 1px;
}

#bodyblock {
	position: relative;
	background: white;
	color: #333333;
	width: 750px;
	padding: 0;
	margin: 0;
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}

#splash {
	width: 750px;
	height: 253px;
}

#l-col {
	float: left;
	background: white;
	color: #333333;
	width: 180px;
	text-align: center;
	margin: 0;
	padding: 0;
	margin-top: 20px;
}

#quote {
	margin-left: 0px;
	margin-right: 15px;
	margin-top: 0px;
	padding-top: 0px;
	font-size: 90%;
	color: #0068b4;
	background: white;
	text-align: left;
}

.bold {
	font-weight: bold;
}

#quote p {
	padding: 0;
	text-align: center;
	margin: 5px 0 5px 0;
	line-height: 175%;
}

#quote-left {
	height: 23px;
	width: 25px;
	margin: 0;
	padding: 0;
	background: url("images/left-quote-blue.gif") no-repeat;
}

#quote-right {
	height: 23px;
	width: 25px;
	float: right;
	margin: 0;
	padding: 0;
	background: url("images/right-quote-blue.gif") no-repeat;
}

#cont {
	width: 500px;
	background: white;
	color: #333333;
	text-align: left;
	margin: 0px 50px 0px 0;
	font-size: 90%;
	padding-top: 20px;
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: 0;
}

#cont p {
	padding-top: 0px;
	margin-top: 0px;
	background: white
	color: #333;
}

p#bottom {
	margin-bottom: 0;
	padding-bottom: 0;
}

p#first {
	margin-top: 15px;
}

#ftr {
	background: white;
	color: gray;
	text-align: center;
	margin: 0;
	padding: 0px 0 5px 0;
	font-size: 80%;
	border-top: 0;
	padding-top: 20px;
	margin-top: 0;
}
 

img {
	border: 0;
	margin: 0;
	padding: 0;
}

/* Presentation Stylesheet */ 

h1 {
	font-size: 100%;
}

h2, h3 {
	font-size: 100%;
}

h3 {
	padding-bottom: 0;
	margin-bottom: 0;
}

h2 {
	font-family: garamond, times, serif;
	font-size: 150%;
	color: #0068B4;
	padding-bottom: 0;
	margin-bottom: 10px;
	margin-top: 20px;
	background: white url("images/blue-dot.gif") no-repeat;
	padding-left: 25px;
}



#splash p#headline {
	font-size: 220%;
	padding: 20px 30px 0 0;
	margin: 0;
}

#splash p#subhead {
	font-size: 220%;
	padding: 15px 30px 0 0;
	margin: 0;
}

#ftr a {
	font-size: 110%;
	padding-left: 5px;
	padding-right: 5px;
	color: #0068b4;
	text-decoration: underline;
}

a {
	color: #015490;
}

a:visited {
	color: gray;
}

#faq-list {
	padding-top: 20px;
	padding-bottom: 10px;
}

#faq-list a {
	display: block;
	color: #00068b4;
	padding-bottom: 3px;
}

#faq-list a:visited {
	color: gray;
}

#faq-list h2 {
}

.return-top {
	text-align: right;
}

#return-top-bottom {
	text-align: right;
	margin-bottom: 0;
	padding-bottom: 0;
}