@charset "UTF-8";
/* CSS Document */
body {
	font: small Verdana, Arial, Helvetica, sans-serif;
	background: #adbdcc url(../images/bkgd.jpg) repeat-x;
	margin: 0px;
	padding: 0px;
	text-align: center;
	color: #333;
}
/***PAGE STRUCTURE***/
#container {
	width: 970px;
	background: #FFFFFF;
	margin: 10px auto;
	border: 1px solid #ccc;
	text-align: left;
}
#header {
	background: #fff url(../images/logo.gif) no-repeat left bottom;
	height: 95px;
	width: 970px;
	position: relative;
}
#page {
	background: #fff url(../images/sidecolbkgd.gif) no-repeat 36px bottom;
	width: 968px;
	margin:0 auto;
	padding: 0px;
}
#picquote {
	background: url(../images/blurect2.jpg) no-repeat right top;
	height: 204px;
	width: 960px;
	top: 95px;
}
#footer {
	height: 20px;
	width: 970px;
}
#main {
	margin: 0 25px 0 360px;
	top: 200px;
}
#sidebar {
	float: left;
	width: 330px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.clearright {
	clear: right;
}

/***STYLING***/
h1 {
	font-family: "Trebuchet MS";
	font-size: 130%;
	color: #386da5;
	letter-spacing: 0.04em;
	margin: 20px 0px 0.7em;
}
#main p {
	font-size: 90%;
	line-height: 1.4em;
	margin: 0px 0px 1em;
}
#main h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 110%;
	color: #25568a;
	margin-top: 1em;
	margin-bottom: 0.3em;
}
#main a, #sidebar a {
	text-decoration: none;
	color: #386da5;
}
#main a:hover, #sidebar a:hover  {
	color: #993300;
}
#sidebar h2.strip {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	color: #FFFFFF;
	background: #86a2cf url(../images/arrow.gif) no-repeat 5px 5px;
	padding-left: 28px;
	padding-top: 4px;
	padding-bottom: 5px;
	margin: 0 20px;
	letter-spacing: normal;
}

#sidebar h2.stripon {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	color: #FFFFFF;
	background: #5b749d url(../images/arrow.gif) no-repeat 5px 5px;
	padding-left: 28px;
	padding-top: 4px;
	padding-bottom: 5px;
	margin: 0 20px;
	letter-spacing: normal;
}
#sidebar .stripon a, #sidebar .strip a {
	text-decoration: none;
	color: #FFFFFF;
}
#sidebar .strip a:hover {
	text-decoration: none;
	color: #f3cb84;
}
#sidebar h2 {
	font-family: "Trebuchet MS";
	font-size: 120%;
	color: #386da5;
	margin-left: 50px;
	letter-spacing: 0.06em;
	margin-bottom: 0.7em;
	margin-top: 0px;
	padding-top: 20px;
}
#sidebar p {
	margin: 0.5em 24px 1.5em 48px;
	font-size: 90%;
	color: #444;
}
#sidebar p.note {
	font-size: 80%;
	color: #666666;
	border-top: 1px solid #999;
	padding-top: 0.6em;
	margin-right: 20px;
}
#sidebar img {
	display: block;
	text-align: center;
	margin-left: 120px;
	margin-top:20px;
}
.floatright {
	margin: 8px 0px 8px 10px;
	float: right;
	font-size: 80%;
	color: #666666;
}
#picquote p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 130%;
	line-height: 1.5em;
	margin: 0px 40px 0px 360px;
	padding-top: 34px;
}
.lead {
	font-size: 130%;
	margin-bottom: 0px;
}
.cite {
	font-size: 80%;
	text-align: left;
	display: block;
	margin-top: 0px;
	margin-right: 10px;
	font-style: italic;
	font-weight: normal;
}
strong {
	color: #666;
}
#main .tight {
	margin-bottom: .3em;
}
/*BROWSER HACKS*/

.ie7 #main { 
zoom: 1; 
}
.ie7 h1 {
	font-size: 120%;
}
.ie7 #main p {
	font-size: 80%;
}
.ie7 #main h2 {
	font-size: 90%;
}
.ie7 #sidebar h2.strip {
	font-size: 90%;
}
.ie7 #sidebar h2.stripon {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 90%;
}
.ie7 #sidebar h2 {
	font-size: 110%;
}
.ie7 #sidebar p {
	font-size: 80%;
}
.ie7 #sidebar p.note {
	font-size: 70%;
}
.ie7 #sidebar img {
	margin-left: 22px;
}
.win.gecko h1 {
	font-size: 120%;
}
.win.gecko #main p {
	font-size: 85%;
}
.win.gecko #main h2 {
	font-size: 90%;
}
.win.gecko #sidebar h2.strip {
	font-size: 90%;
}
.win.gecko #sidebar h2.stripon {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 90%;
}
.win.gecko #sidebar h2 {
	font-size: 110%;
}
.win.gecko #sidebar p {
	font-size: 85%;
}
.win.gecko #sidebar p.note {
	font-size: 70%;
}
.ie6 body {
	font-size: ex-small;
}

.ie6 h1 {
	font-size: 120%;
}
.ie6 #main p {
	font-size: 80%;
}
.ie6 #main h2 {
	font-size: 90%;
}
.ie6 #sidebar h2.strip {
	font-size: 90%;
}
.ie6 #sidebar h2.stripon {
	font-size: 90%;
}
.ie6 #sidebar h2 {
	font-size: 110%;
}
.ie6 #sidebar p {
	font-size: 80%;
}
.ie6 #sidebar p.note {
	font-size: 70%;
}
.ie6 #sidebar img {
	margin-left: 20px;
}
.ie5 body {
	font-size: ex-small;
}
