@charset "utf-8";
/* CSS Document */
    body {
	margin:0;
	padding:0;
	border:none;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, "Times New Roman", Times, serif;
}
img {
	border:none;
}

#banner {
	width: 550px;
	height:60px;
	float:right;
	background-color:#ffd3a1;
	background-image: url(images/new-banner-sub.png);
	font-size: 180%;
	line-height: 200%;
}

#banner a {
	color:#000000;
	text-decoration: none;
	padding-left: 80px;
}


.right-col {
	background-color:#ffcd91;
}
img.logo {
	background-color:#ffc98b;
	float: left;
	}

h1, h2, h3 {
	color:#ca5906;
	text-align:right;
}
h4 {
	color: #000;
	text-align: left;
	font-weight: bold;
}
td {
	padding: 3px;
}
select {
	margin-top: 5px;
}
p.fine-print {
	font-size: 85%;
}
.content {
	padding:10px;
}
.footer {
	background-color:#ffcd91;
	padding:5px;
	font-size:80%;
}
ul {
	padding-top: 100px;
}
li {
	list-style-type:none;
	padding: 5px 10px 10px 0;
}
hr {
	color:#423e56;
}
#wrapper {
	width: 700px;
	margin: auto;
	overflow: hidden;
	background-image: url(images/wrapperbkgr.png);
}
#header {
	float:right;
	width: 550px;

}
#navigation {
	float:left;
	width: 150px;
	background-color:#ffcd91;
}
#navigation p {
	padding-left: 10px;
}
#navigation.thispage {
	color: #ca5906;
}
#navigation a {
	color:#123171;
	font-size: 140%;
	text-decoration: none;
}

#navigation a:link;
{
	color: #123171;
	font-size: 140%;
	font-family:
}
#navigation a:hover{
	color: #ca5906;
	font-size: 140%;
}

#content {
	float:left;
	width: 360px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding:20px;
}
#content ul {
	padding-top: 10px;
}
#content li {
	list-style-type:square;
	padding: 5px 10px 10px 0;
}
#rightcol {
	float: right;
	width: 150px;
	background-color:#ffcd91;
	background-image:url(images/quote-back.png);
	background-repeat:no-repeat
/*	font-family: "Palatino Linotype", "Book Antiqua", Palatino, "Times New Roman", Times, serif;
*/	
	}
#rightcol p {
	font-size: 110%;
	color: #123171;
	line-height: 130%;
}

.quote{
	padding: 60px 10px 0 10px;
}

.quote_author {
	font-size: 90%;
	text-align: right;
	font-style: italic;
	padding: 0 10px 60px 10px;
}


#footer {
	clear: both;
	width: 680px;
	background-color:#ffcd91;
/*	font-family: "Palatino Linotype", "Book Antiqua", Palatino, "Times New Roman", Times, serif;
*/	
	padding: 10px;
}

.attention {
	color: #ff0000 !important;
}