﻿/*
Original design: andreas02 (v3.0 - Apr 24, 2008) - A free xhtml/css website template by Andreas Viklund.
For more information, see http://andreasviklund.com/templates/andreas02/
*/

/* General layout */
body {
	background: #bbe7e6;
	color: #303030;
	font: 76% Verdana, Tahoma, sans-serif;
	margin: 0;
	padding: 15px 0 0;
}


.style_img_left_cap {
	margin: 10px;
	font-weight: bold;
	color: #003399;
	width: 250px;
	text-align: center;
	font-style: italic;
	float: left;
}




#container {
	background: #fff;
	margin: 0 auto 20px;
	padding: 20px;
	width: 730px;
}

/* Site title */
#logo {
	padding: 0px;
	margin: 0px;
}
#logo h1 a {border:none; color:#505050;}
#logo h1 a:hover {border:none; color:#303030; text-decoration:none;}
#logo p {
	margin: 0 0 20px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
}

/* Tags */
a {
	color: #000080;
	text-decoration: none;
	border-bottom-style: solid;
	border-bottom-color: #000080;
	border-bottom-width: 1px;
}
a:hover {border-bottom:1px solid #FF0000; color:#FF0000; text-decoration:none;}
h1 {
	font-size: 2.2em;
	font-weight: 400;
	margin: 0 0 5px;
	padding: 10 0 0 0;
}
h2 {
	font-size: 1.5em;
	font-weight: 400;
	margin: 0 0 12px;
}
h3 {
	font-size: 13px;
	font-weight: bold;
	margin: 0 0 10px;
}
p {line-height:1.5em; margin:0 0 15px; text-align:left;}
ol {margin:0 0 15px 15px; padding:0;}
ul {margin:0 0 15px 15px; padding:0;}
li {margin:0 0 3px 0;}

/* Toptabs menu */
#toptabs {
	font-size: small;
	margin: 10px auto -13px;
	width: 760px;
}
#toptabs p {color:gray; text-align:right;}
.toptab {
	background: #f0f0f0 url(images/corner2.gif) top right no-repeat;
	border-bottom: 1px solid #e0e0e0;
	color: #000080;
	margin: 0 0 0 4px;
	padding: 4px 5px 3px;
	text-decoration: none;
}
.toptab:hover {background:#fafafa url(images/corner2.gif) top right no-repeat; border-bottom:1px solid #FF0000; color:#FF0000; text-decoration:none;}
.activetoptab {background:#fff url(images/corner2.gif) top right no-repeat; border-bottom:1px solid #fff; color:#FF0000; margin:0 0 0 4px; padding:4px 5px 3px; text-decoration:none;}
.activetoptab:hover {border-bottom:1px solid #fff; text-decoration:none;}

/* Navitabs menu */
#navitabs {clear:both;}
.navitab {
	background: #BBE7E6 url(images/corner.gif) no-repeat right
top;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
	font-size: 1.1em;
	margin: 0 0 4px;
	padding: 4px 8px;
	text-decoration: none;
	color: #000080;
}
.navitab:hover {
	background: #FF0000 url(images/corner.gif) no-repeat right
top;
	border-bottom: 1px solid #fff;
	text-decoration: none;
	color: #000080;
}
.activenavitab {
	background: #FF0000 url(images/corner.gif) no-repeat right
top;
	color: #fff;
	font-size: 1.1em;
	margin: 0 0 5px;
	padding: 4px 8px 5px;
	text-decoration: none;
}
.activenavitab:hover {color:#fff; text-decoration:none;}

/* Header description area */
#desc {
	background: #bbe7e6 none repeat-y left bottom;
	clear: both;
	color: #fff; /* height:200px; */;
	margin: 5px 0 15px;
	padding: 0;
	height: 195px;
}
#desc p {
	font-size: 1em;
	line-height: 1.3em;
	padding: 0 0 0 15px;
	width: 350px;
	color: #000000;
}
#desc h2 {
	color: #FF0000;
	padding: 15px 15px 0;
}
#desc a {
	border-color: #000080;
	text-decoration: none;
}
#desc img {
	margin: 0px;
	float: right;
	position: inherit;
}
#desc h3 {
	color: #000000;
	padding-right: 15px;
	padding-left: 15px;
}

/* Main content on page with side bar */
#mainwithside {
	border-right: 1px solid #d8d8d8;
	float: left;
	margin: 0;
	padding: 0 15px 0 0;
	width: 495px;
	border-right-style: none;
}

/* Main content on page with no sidebar */
#mainnoside {
	border-right: 1px solid #d8d8d8;
	float: left;
	margin: 0;
	padding: 0 0px 0 0;
	border-right-style: none;
	width: 730px;
}



/* Sidebar */
#sidebar {
	margin: 20px 5px 20px 20px;
	border-color: #C0C0C0;
	border-width: thin;
	float: right;
	width: 180px;
	padding-left: 10px;
	border-left-style: solid;
}
#sidebar p {
	font-size: inherit;
	line-height: 1.3em;
	margin: 0 0 15px;
}
#sidebar ul {margin:0 0 15px 0; padding:0;}
#sidebar li {
	list-style: none;
	padding-bottom: 5px;
}
#sidebar h6{
	margin: 0px 0px 5px 0px;
	font-size: x-small;
	font-weight: normal;
}
ul.sidelink li {list-style:none; margin:0 0 3px; padding:0;}
ul.sidelink li a{background:#f0f0f0 url(images/corner.gif) top right no-repeat; border:none; display:block; margin:5px 10px 5px 0; padding:3px 4px 3px 8px; text-align:left; width:140px;}
ul.sidelink li a:hover {background:#e0e0e0 url(images/corner.gif) top right no-repeat; border:none; text-decoration:none;}

}

/* Bottom */
#bottom {
	width: 675px;
}

#bottom p {width:675px
}



/* Footer */
#footer {background:#fff; border-top:1px solid #d8d8d8; clear:both; margin:0; padding:0;}
#footer p {color:gray; font-size:1.1em; line-height:1.3em; margin:15px 0 0; padding:0;}

/* Additional classes */
.photo {background-color:#f0f0f0; border:1px solid #d8d8d8; margin:0 0 15px; padding:2px;}
.timestamp {font-size:1.2em; color:#606060; margin:-12px 0 12px 0;}
.right {margin:-8px 0 8px 0; text-align:right;}
.block {
	background: #DEF3F3;
	padding: 10px;
}
.hide {display:none;}
{}
.style_img_left {
	margin: 0px 20px 0px 0px;
	width: auto;
	float: left;
}
.style_img_right {
	margin: 0px 10px 10px 10px;
	width: auto;
	float: right;
}
.centre {
	margin: -8px 0 8px 0;
	text-align: center;
}
.centrebold {
	margin: -8px 0 8px 0;
	text-align: center;
	font-weight: bold;
}

a img {
	border-bottom: #FFFFFF;
	border-style: none;
	border-color: #FFFFFF;
}
.ms-list7-main {
	border: 1.5pt solid #BBE7E6;
	background-color: #FFFFFF;
	width: 100%;
}
.ms-list7-even {
	font-weight: normal;
	color: black;
	background-color: #FFFFFF;
	line-height: 150%;
}
.ms-list7-odd {
	font-weight: normal;
	color: black;
	background-color: #BBE7E6;
	line-height: 150%;
}
.style_imgcentre {
	margin: 0px 35px 0px 40px;
	width: auto;
}
