body {
	margin:0px;
	padding:0px;
	font-family: calibri, verdana, arial, sans-serif;
	font-size:12px;
	background: #fff;
	text-align:center;
}
.wrapper {
	width:900px;
	margin-left:auto;
	margin-right:auto;
	padding:0px;
	text-align:left;
}
#header {
	background: url(bg-header.jpg) top left repeat-x;
}
#subheader {
	border-top: 1px solid #1e3760;
	border-bottom: 3px solid #1e3760;
	background-color: #cccccc;
	height: 1px;
	width: 100%;
	display: block;
}
#featured {
	background: url(bg-featured.jpg) top left repeat-x;
}
#main {
	background: url(bg-main.jpg) top left repeat-x;
	min-height:300px;
}
#featured a {
	display:block;
	text-decoration: none;
	border-bottom-width:1px;
	border-bottom-color:#335f8b;
	border-bottom-style:dotted;
	color:#fff;
	padding:15px;
}
#featured .title {
	font-weight:bold;
	font-size:24px;
}
#featured .description {
	font-size:12px;
	font-style:italic;
}
#sidenav {
	float:right;
	width:300px;
	border-left-width:1px;
	border-left-color:#d0d7e0;
	border-left-style:dotted;
	padding:15px;
}

#sidenav .title {
	color: #153860;
	font-size:24px;
	font-weight:bold;
}
#sidenav ul {
	margin-left:0px;
	padding-left:0px;
}
#sidenav li {
	display:none;
	margin-left:0px;
	padding-left:0px;
	margin-top:5px;
	margin-bottom:5px;
}

#sidenav li a {
	text-decoration:none;
	color:#496927;
	font-size:16px;
}
#sidenav .sidesection {
	margin-top: 2px;
	margin-bottom: 5px;
	padding: 6px 0px;
	border-bottom: 1px dotted #dddddd;
}
#sidenav .sidesection span.title {
	display: block;
	margin: 0 0 6px 0;
}
#sidenav .sidesection p {
	margin: 2px 0;
	padding: 0;
}
#sidenav #sidecontact {
	font-size: 12pt;
}
#sidenav #sidecontact strong {
	font-size: 14pt;
}
#sideimages a {
	/* width: 95px !important; */
	display: block;
	float: left;
	margin: 2px 3px 2px 2px;
}
#sideimages img {
	/* max-width: 95px !important;	*/
	border: 1px solid #1e3760;
}
#sidenav a img {
	border: 1px solid #1e3760;
}
#sidenav .siderightbuttons {
	float: right;
	width: 130px;
}
#sidenav .linkbutton {
	width: 120px;
	display: block;
	text-align: center;
	border: 1px solid #333333;
	padding: 3px 4px;
	margin: 0 0 7px 0;
	font-size: 12pt;
	color: #ffffff;
	background-color: #153860;
	text-decoration: underline;
}
#sidenav .linkbutton:hover {
	background-color: #355880;
}
#sidenav .sideapplybutton {
	display: block;
	text-align: center;
	border: 1px solid #336633;
	padding: 4px;
	margin: 5px 0 15px 0;
	font-size: 12pt;
	color: #ffffff;
	background-color: #00aa55;
	text-decoration: none;
}
#sidenav .sideapplybutton strong {
	font-size: 16pt;
}
#sidenav .sideapplybutton:hover {
	background-color: #22ee88;
	cursor: pointer;
}
#more {
	font-style: italic;
	text-decoration: underline;
	cursor:hand;
	cursor:pointer;
}
#text {
	width: 540px;
	font-size:14px;
	line-height:21px;
}
#text .title {
	color: #153860;
	font-size:24px;
	font-weight:bold;
}
#text h1.title {
	font-size: 30pt;
	padding: 2px;
	margin: 2px 0;
}
#text a,a:hover,a:active,a:visited {
	color: #000;
	text-decoration:none;
	cursor:parent;
}
#text strong {
	font-weight:normal;
}
#text .mainpreapplybutton {
	display: block;
	text-align: center;
	border: 1px solid #336633;
	padding: 8px 8px;
	margin: 5px 0 15px 0;
	font-size: 16pt;
	color: #ffffff;
	background-color: #00aa55;
	text-decoration: underline;
}
#text .mainpreapplybutton:hover {
	background-color: #22ee88;
	cursor: pointer;
}
#text .conditions {
	border: 1px dotted #cccccc;
	background-color: #eeeeee;
	font-size: 10pt;
	color: #222222;
	padding: 5px 10px;
}
#text .conditions p {
	margin: 4px 0;
	padding: 0;
}
#text .conditions p.fineprint {
	font-size: 9pt;
	line-height: 1.2em;
}
#footer {
	background:#000;
	color:#fff;
}
.clear {
	clear: both;
}


