body {
	font-size: 10px;
	font-family: 'Roboto', sans-serif;
	margin: 0;
	padding: 0;
	background: url(../images/bg.jpg) repeat-x #f3f5f6;
}
#wrapper {
	width: 901px;
	margin: 0 auto;
}
#header {
	height: 70px;
	padding-left: 5px;
}
#header, #masthead, .highlight, #main_content {
	margin-bottom: 19px;
}
a img {
	border: 0;
}
#masthead {
	width: 887px;
	overflow: auto;
}
#nav, #banner {
	color: #fff;
	font-size: 1.3em;
	font-weight: bold;
}
#masthead, .highlight, #main_content {
	padding: 5px;
	background: #fff;
	box-shadow: 0 0 5px #999;
}
#masthead #nav {
	height: 280px;
	width: 180px;
	padding: 10px 15px 10px 10px;
	margin: 0;
	background: #1f538d; /* Old browsers */
	background: -moz-linear-gradient(top,  #1f538d 0%, #1964a7 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1f538d), color-stop(100%,#1964a7)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #1f538d 0%,#1964a7 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #1f538d 0%,#1964a7 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #1f538d 0%,#1964a7 100%); /* IE10+ */
	background: linear-gradient(top,  #1f538d 0%,#1964a7 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f538d', endColorstr='#1964a7',GradientType=0 ); /* IE6-9 */
}

#nav, #banner, #content {
	float: left;
}
#nav {

}
#nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#nav ul li {
	line-height: 2.4em;
	margin-left: -15px;
}
#nav ul li a {
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	padding: 15px;
}

#nav ul li a:hover {
	color: #000;
}
#banner {
	height: 300px;
	width: 682px;
	background: url(../images/banner.jpg) no-repeat;
}
#banner p {
	height: 70px;
	width: 644px;
	padding: 5px 19px;
	margin: 0;
	margin-top: 220px;
	background: #000;
	background: rgba(0, 0, 0, 0.7);
}

#banner a {
	color: lightblue;
}

.highlight {
	width: 200px;
	height: 400px;
	margin-right: 19px;
	float: left;
}
.last {
	margin: 0;
}
.highlight h2 {
	font-size: 1.3em;
	font-weight: bold;
	color: #fff;
	text-align: right;
	height: 35px;
	width: 181px;
	padding-top: 10px;
	padding-right: 19px;
	margin: 0 0 -10px 0;
	background: url(../images/highlight_bg.jpg) no-repeat;
	text-shadow: 2px 2px 1px #999;
}

.highlight p {
	height: 192px;
	margin: 10px;
	font-size: 1.1em;
	line-height: 1.8em;
}
.highlight a {
	color: #fff;
}
.highlight a:hover {
	color: #000;
}
.highlight p.more {
	font-weight: bold;
	text-transform: uppercase;
	margin: 0;
	padding: 10px 5px 5px 5px;
	width: 190px;
	height: 20px;
	text-align: right;
	background: #072f5d;
}
.highlight p.more a {
	padding: 10px 5px 5px 5px;
	text-decoration: none;
}
.highlight p.more a:hover {
	color: #fff;
	text-decoration: underline;
}
#footer {
	clear: both;
	text-align: left;
	color: #999;
	font-size: 1.2em;
	font-weight: bold;
}
#footer a {
	color: #666;
}
#nav {
	width: 180px;
	padding: 10px;
	margin-right: 19px;
	height: 100%;
}
#main_content {
	padding-right: 19px;
	width: 873px;
	overflow: auto;
	background: url(../images/nav_bg.jpg) repeat-y #fff;
}
#content {
	font-size: 1.2em;
	line-height: 1.8em;
	width: 652px;
}
#content h1 {
	font-size: 1.8em;
}
#content h2 {
	font-size: 1.5em;
}
#content h3 {
	font-size: 1.2em;
}
#content h1 {
	width: 100%;
	border-bottom: 1px dotted #ccc;
	padding-bottom: 10px;
}
#content a {
	color: #1f538d;
}
#content a:hover {
	color: #000;
}
hr {
	border: none;
	padding: 10px;
	border-bottom: 1px dotted #ccc;
}
table {
	width: 50%;
}
th {
	color: #fff;
	background: #1f538d;
}
td {
	border-bottom: 1px solid #ccc;
}
.article_table {
	width: 100%;
}
.article_table td {
	padding-right: 19px;
}
input, select {
	display: block;
}
input[type=checkbox] {
	display: inline;
	float: left;
}
label {
	font-weight: bold;
}
.check label {
	font-weight: normal;
}
.required, .error {
	color: red;
	font-weight: bold;
}
.message {
	color: green;
}
#content img {
	margin-left: -24px;
	margin-top: -5px;
}
#content .small {
	margin: 0 15px 0 0;
}
input[type=text], select {
	width: 240px;
}
form {
	float: left;
}
