body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	background-color: #cfc389;
	font-size: 15px;
}

p {
	margin-top: 0;
}

.bold {
	font-weight: bold;
}

ul li {
	margin-bottom: 8px;
}

.wrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}

.white {
	background-color: #fff;
}

#header {
	background-color: #fff;
}

#logo {
	width: 346px;
	float: left;
}

#navigation {
	float: right;
	width: 614px;
	height: 148px;
	font-size: 15px;
	font-weight: bold;
	color: #124486;
	text-align: center;
	line-height: 148px;
}

#navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#navigation ul li {
	display: inline;
	margin: 0;
	padding: 0;
}

#navigation a {
	color: #124486;
	text-decoration: none;
}
#navigation a:visited {
	color: #124486;
	text-decoration: none;
}
#navigation a:active {
	color: #124486;
	text-decoration: none;
}
#navigation a:hover {
	color: #124486;
	text-decoration: none;
	border-bottom: 2px solid #124486;
	padding-bottom: 2px;
}

.clearing {
	clear: both;
	margin: 0;
}

#stripe {
	height: 67px;
	background-image: url(../images/layout/title_bar_background.jpg);
	background-repeat: repeat-x;
	color: #fff;
}

#stripe h1 {
	font-size: 30px;
	margin: 0;
	padding: 0;
	line-height: 67px;
	font-weight: lighter;
	padding-left: 20px;
}

#content {
	background-color: #cfc389;
	background-image: url(../images/layout/side_background.jpg);
	background-repeat: repeat-x;
}

#content_main {
	background-color: #fff;
	padding: 20px;
	padding-right: 300px;
}

#content_main h1, #content_main h2, #content_main h3 {
	margin-top: 0;
}

/* Side box */

#sidebox {
	width: 240px;
	margin: 0;
	margin-right: 25px;
	float: right;
	position: relative;
	top: -45px;
}

#sidebox_content {
	width: 198px;
	background-color: #e7e0c1;
	border-right: 1px solid #636363;
	border-left: 1px solid #636363;
	margin: 0;
	padding: 20px;
	padding-top: 10px;
}

#sidebox h1 {
	margin-top: 0;
	font-weight: normal;
	color: #444;
	font-size: 25px;
}

#sidebox_extra {
	padding-right: 20px;
}

#sidebox_extra .testimonial {
	color: #124486;
	font-size: 22px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	padding-bottom: 25px;
	padding-top: 25px;
	border-bottom: 2px solid #124486;;
}

#sidebox_extra .noborder {
	border: 0;
}

#sidebox_extra .nopadding {
	padding-bottom: 0;
}

#sidebox_extra .testimonial p {
	margin: 0;
}

#sidebox_extra .testimonial p.author {
	text-align: right;
	font-size: 14px;
	color: #333;
	margin-top: 15px;
}

#footer {
	height: 41px;
	background-image: url(../images/layout/footer_background.jpg);
	background-repeat: repeat-x;
	line-height: 41px;
	text-align: center;
	color: #fff;
}

/* Headings */
h2 {
	font-size: 20px;
}

h3 {
	font-size: 15px;
}

/* Links */
a {
	color: #124486;
	text-decoration: underline;
}
a:visited {
	color: #124486;
	text-decoration: underline;
}
a:active {
	color: #124486;
	text-decoration: underline;
}
a:hover {
	color: #444;
	text-decoration: underline;
}

#footer a {
	color: #c6d6ea;
	text-decoration: underline;
}
#footer a:visited {
	color: #c6d6ea;
	text-decoration: underline;
}
#footer a:active {
	color: #c6d6ea;
	text-decoration: underline;
}
#footer a:hover {
	color: #ccc;
	text-decoration: underline;
}

/* Tables */

td {
	vertical-align: top;
	font-size: small;
	background-color: #e7e0c1;
}

td ul {
	margin: 0;
	padding: 20px;
	padding-top: 0;
	margin-left: 10px;
}

td ul li {
	margin-left: 0;
}

td h3 {
	margin: 0;
	padding: 5px;
	margin-bottom: 20px;
	display: block;
	background-color: #124486;
	color: #fff;
	text-align: center;
}

/* Nav Class */

.topnav {
	text-align: center;
	margin-bottom: 20px;
	font-size: 13px;
	color: #124486;
}

.topnav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.topnav li {
	display: inline;
	font-weight: bold;
	
}

.topnav li.selected a {
	border-bottom: 3px solid #124486;
	padding-bottom: 3px;
}

.topnav li a {
	text-decoration: none;
	color: #124486;
	padding-bottom: 3px;
}

.topnav li a:hover {
	border-bottom: 3px solid #124486;
	padding-bottom: 3px;
	color: #124486;
}

/* Articles Page */
h3.articles, h3.articles_nomargin {
	padding-top: 20px;
}
h3.articles_nomargin {
	margin-bottom: 0;
}
p.articles_subtitle {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 12px;
	font-weight: bold;
	color: #444;
}
p.articles_publication {
	margin-top: 0;
	font-size: 12px;
	font-weight: bold;
	color: #444;
}

.floatleft {
	float: left;
	margin-right: 20px;
	margin-bottom: 15px;
	border: 1px solid #777;
}

/* Contact Page */

table.contact td {
	background-color: #fff;
	padding: 5px;
}