body {
	background: #ffffff;
/*	border-top: 5px solid #20255A;*/
	border-top: none;
	color: #333;
	font-size: 13px;
	padding: 0 0 40px;
}

h1#branding {
	text-transform:lowercase;
	background: #69C4F5;
	text-align: right;	
}

span.emphasized {
	font-weight: bold;
}

h2{
	font-weight: bold;
	font-size: 2.6em;
	padding-bottom: 5px;
	border-bottom: 3px solid #69C4F5;
	margin-top: .5em;
}

a{
	color: #87150A;
	font-weight: normal;
}

a:visited{
	color: #87150A;
}
a:hover{
	color: #87150A;
	background: #AFE4FF;
	text-decoration: underline;
}

/* navigation (vertical subnavigation)
----------------------------------------------- */
ul.nav {
	background:#69C4F5;
/*	height: 4.0em;*/
}
ul.main li a {
	color:#20255A;
	background:#69C4F5;
	
}

ul.main li a.selected {
	color:#ffffff;
	background:#20255A;
}

ul.main li ul li a {
  color:#fff;
  border-top:1px solid #555555;
  background:#20255A;
  font-weight: bold;
}

ul.main li a:focus {color:#fff; background:#152A95;}
ul.main li ul li a:hover {
	color:#ffffff;
	background:#152A95;
}

ul.main li:hover a, ul.nav li.secondary:hover a:hover{
	color:#ffffff;
	background:#20255A;
}

ul.main li:hover ul li a {
  color:#fff;
  background:#152A95;
}

ul.main li:hover a.selected {
	color:#ffffff;
	background:#20255A;
}

ul.main li:hover ul li a {color:#ffffff;}
ul.main li:hover a:active, ul.main li.secondary:hover a:active {background:#fff; color: #20255A;}
ul.main li:hover ul li a:active {color:#fff; background:#1531BF;}

div.big{
	font-size: 1.5em;
	color: #888888;
}

span.underline{
	text-decoration: underline;
}

div.box{
	border: 3px solid #152A95;
}

div.box{
	background-color: #ffffff;
}

div.box h2{
	background: #152A95;
	color: #ffffff;
}

ol li{
	margin-bottom: 10px;
}

div.box span.emphasized{
	color: #152A95;
	font-weight:bold;
	text-transform: uppercase;
}

.margin_bottom{
	margin-bottom: 15px;
}

div.image{
	margin: 10px;
	border: 2px solid #152A95;
	text-align: center;
	background: #C3FFAE;
}

div.image img{
	border: 2px solid #152A95;
	margin-top: 5px;
}

h3{
	text-align: center;
}

thead th{
	background-color: #69C4F5;	
}

thead th.table-head{
	background-color: #152A95;
	font-weight: bold;
}

tbody td{
	background-color: #DFF4FF;
}

.box h2{
	font-weight: bold;
}

ul .nav{
	font-weight: bold;
}

img.branding-pic{	
	float: left;
	margin: 6px;
/*	border: 4px solid white;*/
}

h1#branding{
	line-height: 2.7em;
}

div.notice{
	margin: 15px;
	padding: 10px;
	background-color: #F5FF9F;
	border: 6px solid yellow;
	font-size: 1.6em;
	color: #606060;
}

div.notice ul{
	margin-bottom: 0px;
}

ol{
	list-style-type: none;
}

h3{
	text-align: left;
	font-size: 1.7em;
	display: inline;
}

h3, h3 a:visited{
	color: #87150A;
}

h2{
	color: #20255A;
}

img.branding{
	padding-top: 5px;
}

div.top-decoration{
	border-top: 5px solid #20255A;
	border-bottom: 8px solid #69C4F5;
	font-size: 0em;
	height: 0;
	width: 100%;
}

h3 a{
	font-weight: bold;
}

ol li, .article{
	border-bottom: 1px solid #69C4F5;
}

div.actions{
	float:right;
	font-size: 1.3em;	
}

.top-padded{
	padding-top: 30px;
}

span.posted_at{
	font-style: italic;
}

div#notice, div#error{
	text-align: center;
	font-size: 1.4em;
	line-height: 1.2em;
	margin: 20px 60px 0px 60px;
	padding-top: 5px;
	padding-bottom: 5px;
}

div#notice{
	border: 3px solid yellow;
	background: #FEFFBF;
}

div#error{
	border: 3px solid red;
	background: #FFBFBF;
}

a.image{
	background-color: #fff;
}

div.comment_form{
	margin-left: 30px;
}

h4.comment{
	margin-left: 30px;
}

h4{
	color: #20255A;
}

#errorExplanation h2{
	border-bottom: none;
}

#errorExplanation ul{
	list-style-type: disc;
}

label{
	font-weight: bold;
	color: #69C4F5;
}

input, textarea{
	color: #20255A;
	font-weight: bold;
	font-size: 1.1em;
	font-family: verdana,arial,helvetica,sans-serif;
}

#site-info div.box{
	background-color: #69C4F5;
	color: #20255A;
	border: 3px solid #20255A;
}

ul.nav{
	border: 3px solid #20255A;
}