* {
	margin:0;
	padding:0;
}
body {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 10pt;
	color: #4E4945;
	line-height: 1.5;
	background-color: #13678B;
}
#top-stripe {
	background-color: #13678B;
	height: 10px;
}
#header {
	background-color: #ffffff;
	height: 50px;
}
#container {
	width: 100%;
	background-color: #fff;
	margin: 0 auto;
}
#wrap {
	width: 860px;
	margin: 0 auto;
	position: relative;
	padding: 0 10px 30px 10px;
}
#sidebar {
	padding-top: 40px;
	float: right;
	width: 280px;
}
#links {
	width: 200px;
	padding: 20px;
	background-color: #13678B;
	color: #ffffff;
}
#links a, #links h2{
	color: #ffffff;
}
#content {
	width: 540px;
	padding-top: 40px;
}
#footer {
	width: 100%;
	height: 220px; 
	background-color: #13678B;
	text-align: center;
	margin-top: 20px;
}
#footer p, #footer a {color: #DBE5F1;}
#footer a:hover {
	color: #fff;
}
a {
	text-decoration: none;
	font-weight: bold;
	color: #13678B;
}
a:hover {
	color: #666;
}
p {
	padding-bottom: 14px;
}
ul {
	padding-bottom: 14px;
}
li {
	list-style-image: url('../images/bullet_arrow.gif');
	margin: 10px 0 10px 40px;
}
h1{
	width: 300px;
	height: 38px;
}

h1 img {
	border: 0;
}

h2 {
	color: #13678B;
	font-family: "Century Gothic",Arial,Helvetica,sans-serif;
	font-weight: normal;
	padding-bottom: 0.5em;
}
h3 {
	font-family: "Century Gothic",Arial,Helvetica,sans-serif;
	color: #4E4945;
	font-weight: normal;
	padding-bottom: 10px;
	font-size: 1.3em;
}
abbr {
	border-bottom: 1px dotted red;
	cursor: help;
}
#nav {
	float: right;
	position: absolute;
	top: 8px;
	right: 0;
	background-color: #13678B;
}

#nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav li a {
	display: block;
	color: #fff;
	font-weight: bold;
	font-size: 8pt;
	text-decoration: none;
	padding: 10px 7px;
}

#nav ul li a:hover { color: #ccc; }

#nav ul li a#active { color: #ccc; }

#nav li { /* all list items */
	width: auto;
	float: left;
	margin: 0;
	display: inline;
}
.clear {clear: both;}
blockquote.quote {
	background: url('../images/openquote.gif') no-repeat top left;
}
blockquote p {
	font-style: italic;
	font-size: 1.3em;
	font-weight: normal;
	margin-left: 15px;
	padding-top: 10px;
	background: url('../images/closequote.gif') no-repeat bottom right;
}
.blurb {
	color: #13678B;
	font-style: italic;
}
table.glossary, table.glossary td {
	border: none;
	vertical-align: top;
}
table {
	border: 1px solid #13678B;
	border-collapse: collapse;
	width: 100%;
}
td {
	border: 1px solid #13678B;
	padding: 8px;
}
th {
	background-color: #13678b;
	color: #fff;
}
span.underline {
	border-bottom: 1px solid #4E4945;
}
