@charset "UTF-8";
/* CSS Document */

#wrapper {
	margin: auto;
	width: 950px;
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#header {
	width: 950px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #000000;
	height: 75px;
}
#quote {
	width: 950px;
	clear: both;
	margin-top: 20px;
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #000000;
	height: 90px;
}
#contentonecolumn {
	width: 950px;
}
#content {
	width: 630px;
	float: left;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #000000;
	margin-bottom: 30px;
	padding-right: 10px;
}
#sidebar {
	width: 300px;
	padding-bottom: 25px;
	float: right;
}
#footer {
	clear: both;
	width: 950px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #000000;
	padding-top: 10px;
}
#logo {
	float: left;
	height: 80px;
	width: 400px;
}
.logosubtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: lighter;
	color: #000000;
}
#wrapper #header #logo p {
	margin: 0px;
	padding-left: 3px;
}
#nav {
	float: right;
	width: 490px;
	margin-top: 16px;
}

ul
{
list-style-type:none;
margin:0;
padding:0;
}

#wrapper #header #nav li
{
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color:#000099;
}

#wrapper #header #nav a:link,a:visited
{
	font-weight: normal;
	color:#000099;
	text-align: center;
	padding: 4px;
	text-decoration: none;
}

#wrapper #header #nav a:hover,a:active
{
	background-color:#B2D3FF;
	color:#000099;
}
.quotetext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
}
.sectionheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	font-weight: bold;
}
#wrapper #sidebar p {
	margin: 3px;
}
.quote {
	background-image: url(assets/quote.png);
	background-repeat: no-repeat;
	padding-left: 60px;
	padding-top: 10px;
	margin: 0px;
}
a:link,a:visited {
color:#000099;
text-decoration:none;
}
a:hover,a:active {
color:#0066FF;
text-decoration:none;
}
.quotename {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	margin: 0px;
}
.closequote {
	background-image: url(assets/closequote.png);
	background-repeat: no-repeat;
	background-position: right -10px;
	padding-right: 60px;
}
