/* General classes */ 
body {
	text-align: center; 
	background: #f0f0f0;
	color: black;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	margin: 8px;
}

input {
	background: #f0f0f0;
	color: #666666;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}

select {
	background: #f0f0f0;
	color: #666666;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}


a:link {
	text-decoration: underline;
	color: #0080ff;
}

a:visited {
	text-decoration: underline;
	color: #0080ff;
}

a:hover, a:active {
	text-decoration: none;
}

img {
	border: none;
}

img.img_border {
	border: 1px solid blue;
}

h1 {
	left: 60px;
	position: relative;
}

h2 {
	left: 50px;
	position: relative;
}

h3 {
	color: #0080ff;
	font-size: 16px;
}

h4 {
	color: #808080;
	font-size: 10px;
	line-height: 2px;
}

h5 {
	color: #1080ff;
	background-color: #ECEDFF;
	font-size: 16px;
	border: 1px solid navy;	
	text-align: center;
}

blockquote {
	border-top: 1px solid #aeaeae;
	border-bottom: 1px solid #aeaeae;
	padding-left: 5px;
	padding-right: 5px;
	font-style: italic;
	color: #999999;
}

td {
	vertical-align: top;
}

fieldset {
	border: 0px solid;
}

/* End general classes */ 

/* Subclasses */

a.download:link { 
	color: #68A868;
	font-size: 14px;
	text-decoration: underline;
}
a.download:visited { 
	color: #121212;
	font-size: 12px;
	text-decoration: underline;
}
a.download:hover { 
	color: #000000;
	font-size: 14px;
	text-decoration: none;
}

th a:link	 { color: #000000; }
th a:visited { color: #000000; }
th a:hover   { color: #0080ff; }

td a:link	 { color: #000000; text-decoration: none;}
td a:visited { color: #0080ff; }
td a:hover   { color: #0080ff; text-decoration: underline;}

p.outline {
	border: 1px solid #0080ff;
	background-color: #ECEDFF;
}

table.boxcontentitems { 
	border-style: solid; 
	border-width: 1px;
	border-color: black;
	padding: 0px;
	border-spacing: 0px;
	width: 99%;
}

tr.bcieven td {
	background-color: #ECEDFF;
}

tr.bciodd td {
	background-color: #DCE0FF;
}

tr.summary td {
	font-weight: bold;
}

li.navheading {
	background: url(images/button_header.png) repeat-x;
	height: 20px;
	display: block;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	color: white;
}

span.titletext {
	color: #444444;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}

span.imagedesc {
	color: black;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}

fieldset.centerimage {
	text-align: center;
	padding: 5px;
}

div.phototour {
	text-align: center;
	border: 1px solid black;
	padding: 5px;
	margin: 5px;
}

div.phototour p {
	text-align: left;
}


/* End subclasses */ 

.right-align {
	text-align: right;
}

.image-left {
	float: left;
	margin: 3px 3px 3px 0;
	padding: 3px 3px 3px 0;
}

.image-right {
	float: right;
	margin: 3px 0 3px 3px;
	padding: 3px 0 3px 3px;
}
	
.clearer {
	clear: both;
}

#statcounter {	
	text-align: center;
}

#w3valid {
	text-align: center;
}

#container { 
	width: auto;
	margin: 0px auto 10px; 
	text-align: left; 
	border: 1px solid #aeaeae;
	background: repeat-y url(images/sidebar_left_bg.png) left #ffffff;
}

#pageHeader {
	height: 71px;
	border-bottom: solid #aeaeae 1px;
	background: url(images/header_new.jpg) repeat-x;
}

#pageHeader img {
	float: right;
}

#pageHeader h1 {
	padding-left: 10px;
	padding-top: 10px;
	color: #ffffff;
	font-size: 1.8em;
	margin: 0;
	text-shadow: 0px 1px 2px #003f7d;
}

#pageHeader h2 {
	font-size: 1.3em;
	color: #ffffff;
	margin: 0;
	padding-left: 10px;
	font-weight: normal;
	text-shadow: 0px 1px 2px #003f7d;
}

#contentContainer {
	margin-left: 200px;
	margin-right: 0px;
	position: Relative;	
	background-color: white;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}

#contentContainer #content {
	padding: 10px 10px 10px 15px;
}

#sidebarContainer {
	width: 200px;
	float: left;
}

#sidebarContainer #sidebar {
	padding: 2px;
}

#sidebar {
	border: 1px solid black;
	/*line-height: 2px;*/
}
	
#sidebarContainer .sideHeader {
	font-weight: bold;
	padding: 5px 5px 0;
	color: #0080ff;
}

#sidebarAdditional {
	position: absolute;
	left: 15px;
	top: 290px;	
	width: 200px;
}

#randomImage {
	text-align: center;
	float: left;
	position: absolute;
}

#randomImage img {
	width: 190px;
	border: 1px;	
}

#footer {
	width: auto;
	margin: 0px auto; 
	text-align: center; 
	background: #ffffff;
	border: 1px solid #aeaeae;
}

#footer p {
	margin: 0;
	padding: 5px;
}

#quicknavcontainer {
	background: url(images/quicknav_bg.png) repeat-x;
	text-align: right;
	height: 25px;
}

#quicknavcontainer ul {
	list-style: none;
	margin: 0;
	padding-top: 5px;
	padding-left: 5px;
	color: #d4d4d4;
}

#quicknavcontainer li {
	display: inline;
}

#quicknavcontainer a {
	color: #d4d4d4;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
}

#quicknavcontainer a:hover {
	color: #0080ff;
}
	
#navcontainer #current {
	color: #ffffff;
	text-shadow: 0px 1px 1px #666666;
	background: repeat-x url(images/button_over.png);
}

#navcontainer .currentAncestor {
	color: #ffffff;
	text-shadow: 0px 1px 1px #666666;
	background: repeat-x url(images/button_over.png);
}

#navcontainer {
	list-style: none;
	margin: 0;
	padding: 0;
	border: 1px solid black;
}

#navcontainer a {
	height: 20px;
	display: block;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	color: #333333;
	text-decoration: none;
	text-shadow: 0px 1px 0px #fff;
	background-color: #ECEDFF; 	
}  

#navcontainer a:hover {
	color: #ffffff;
	text-shadow: 0px 1px 1px #666666;
	background: url(images/button_over.png) repeat-x; 
}

.news-entry {
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #cccccc;
}

select.select_h4 {
	color: #808080;
	font-size: 10px;
	line-height: 2px;
}