body {
	background-color: #FFF;
	color: #000080;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}

a {
	text-decoration: none;
	color: #00F;
}

a:hover {
	text-decoration: underline;
}

.wrapper {
	width: 930px;
	height: 616px;
	margin: auto;
	background-color: #FFF;
	padding: 2px;
}

.heading {
	background-image: url(../images/header_bg.png);
	background-position: 394px top;
	height: 150px;
	background-repeat: repeat-y;
	background-color: #CFC;
}

.heading h1 {
	display: none;
}

.heading .contact_details {
	text-align: right;
	padding: 0.5em 1em;
	line-height: 1.18em;
}

.navigation {
	float: left;
	width: 180px;
	height: 415px;
	margin: 2px 0 0 0;
	background-color: #CDFFFE;
	background-image: url(../images/sidebar_bg_2.png);
	background-repeat: repeat-x;
}

.navigation ul {
	list-style: none;
	margin: 0;
	padding: 1em;
}

.navigation ul li ul {
	padding: 0 0 0 1.5em;
	list-style: disc;
}

.navigation li {
	padding: 0.3em 0 0 0;
}

.darker a {
	color: #007;
}

.darker ul li a {
	color: #00F;
}

.content_wrapper {
	overflow: auto;
	/*height: 415px;
	background-color: #CDFFFE;
	margin: 2px 0 0 0;*/
	height: 417px;
	margin: 0;
	position: relative;
}

.content_wrapper a {
	text-decoration: underline;
}

.content {
	padding: 1em;
	text-align: justify;
	line-height: 1.4em;
}

.content h1 {
	margin: 0;
	font-size: 1.2em;
}

.content h2 {
	margin: 0;
	font-size: 1em;
}

.content p {
	margin: 0.5em 0 1em 0;
}

.content .center {
	text-align: center;
}

.content ul {
	list-style: square;
}

.footer {
	font-size: 0.9em;
	margin: 2px 0 0 0;
	padding: 0.5em;
	background-color: #CDFFFE;
	overflow: auto;
	height: 2.5em;
}

.footer .fleft {
	float: left;
}

.footer .fright {
	float: right;
	margin: 0 0 0 0;
}

.return_top {
	font-size: 0.8em;
	padding: 0 0 0 20px;
	background-image: url(../images/arrow_up.png);
	background-position: 2px 2px;
	background-repeat: no-repeat;
}


.img_right {
	float: right;
	margin: 10px 5px 10px 10px; 
	padding: 2px; 
	border: 1px solid #9CF; 
	width: 150px;
}

.right_column {
	float: right;
	width: 406px;
	padding: 0 10px 0 20px;
}

/*.right_column img {
	width: 250px;
	border: 1px solid #9CF;
	padding: 2px;
}*/

.content_image_left {
	margin: 0 10px 10px 0;
	padding: 2px; 
	border: 1px solid #9CF; 
	width: 250px;
	float: left;
}

.content_image_right {			

}

.caption.left {
	margin: 0 10px 10px 0;
	padding: 2px; 
	border: 1px solid #9CF; 
	width: 400px;
	float: left;
	line-height: 1.1em;
	font-size: 0.9em;
}

.caption.right {
	margin: 0 0 10px 10px;
	padding: 2px; 
	border: 1px solid #9CF; 
	width: 400px;
	float: right;
	line-height: 1.1em;
	font-size: 0.9em;
}

.caption.right span, .caption.left span {
	display: block;
}
.top_none {
	margin: 0 5px 10px 10px;
}

.oddRow {
	background-color: #E8E8E8;
}
.evenRow {
	background-color: #FFF;
}

