@charset "utf-8";
/* CSS Document */
/*Reset*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	background-color: #d1d2d4;
	text-align: center;
	line-height: 1;
	font-family: "Times New Roman", Times, serif;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*Layout*/
#container {
	width: 950px;
	text-align: left;
	margin: 0 auto 0 auto;
	border-left: solid 1px #a7a9ac;
	border-right: solid 1px #a7a9ac;
	background-color: #fff;
}
#header {
	width: 100%;
    border-bottom: solid 1px #a7a9ac;
	clear: both;
}
#navigation {
	text-align: center;;
	height: 40px;
	background-image: url(../images/footer-bg.png);
	background-repeat: repeat-y;
	border-top: solid 1px #a7a9ac;
	border-bottom: solid 1px #a7a9ac;
	clear: both;
}
#footer {
	background-image: url(../images/footer-bg.png);
	background-repeat: repeat-y;
	color: #fff;
	overflow: auto;
	font-weight: bold;
	font-size: 14px;
	letter-spacing: -0.5px;
	padding: 15px 15px 50px 25px;
	clear: both;
	border-bottom: solid 1px #a7a9ac;
}
#content-container {
	width: 940px;
	padding: 0px 10px 10px 0px;
	overflow: hidden;
	clear: both;
}
#content-left {
	width: 610px;
	overflow: auto;
	padding: 25px;
	float: left;
}
#content-right {
	width: 279px;
	padding-top: 10px;
	float: left;
}
#quote-box {
	background: #0b3e74;
	padding: 10px;
	margin: 10px 0px 0px 0px;
}
#foot-left {width: 50%; float: left;}
#foot-right {width: 50%; float: left; text-align: right;}

/*Typography*/
a:link {text-decoration: none; color: #0061AA;}
a:hover {text-decoration: underline; color: #0083E6;}
a:visited {text-decoration: underline; color: #a7a9ac;}
#footer a:link {text-decoration: underline; color: #fff;}
#footer a:hover {text-decoration: none; color: #0083E6;}
#footer a:visited {text-decoration: none; color: #a7a9ac;}
#footer p {font-family:"Times New Roman", Times, serif;}
h1 {font-weight: bold; font-size: 30px; font-variant: small-caps; letter-spacing: -1px; color: #0061a8; margin-bottom: 25px;}
h2,h3,h4,h5,h6,h7 {font-family:Arial, Helvetica, sans-serif; color: #0061a8; font-weight: bold; font-size: 15px; margin-bottom: 10px;}
p {font-family:Arial, Helvetica, sans-serif; font-size: 14px; margin-bottom: 9px; line-height: 130%;}
p.quote {font-family: "Times New Roman", Times, serif; font-size: 15px; font-weight: bold; color: #fff; line-height: 115%;}
p.annotation {font-family: "Times New Roman", Times, serif; font-style: italic; font-size: 13px; color: #fff; text-align: right;line-height: 115%;}

ul.content {margin-left: 25px; }
ol.content {margin-left: 25px;}
.content li {font-family: Arial, Helvetica, sans-serif; font-size: 14px; margin-bottom: 3px;}
/*Menu*/
.menu ul{
list-style-type:none;
}
.menu li{
display:inline;
}
.menu a{
float: right;
width: 94px;
height:30px;
text-decoration:none;
color:white;
font-weight: bold;
padding:5px;
border-right:1px solid #a7a9ac;
font-variant: small-caps;
letter-spacing: -0.5px;
font-size: 13px;
}
.menu a:hover{ background:#0083e6;}
.menu a:active{ background:#fff;}
</style> 