/* CSS by Webware Systems, not to be copied or distributed */
/* http://www.webwaresystems.nl */

/* general page styles */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 76%;
	color: #090F1F;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
#divHeader {
	background-image: url(../images/bg_header.jpg);
	background-repeat: repeat-x;
	width: 100%;
	height: 144px;
}
#divNavigation {
	background-image: url(../images/bg_nav.jpg);
	background-repeat: repeat-x;
	background-color: #090F1F;
	margin: 0;
	height: 30px;
	font-weight: bold;
	text-align: center;
}
#divMainNav {
	margin: 0;
	padding: 6px 0 0 0;
	text-align: center;
}
#divMainNav a:link, #divMainNav a:visited, #divMainNav a:active {
	color: #FFFFFF;
	text-decoration: none;
	margin-right: 15px;
}
#divMainNav a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.sideBox {
	background-color: #090F1F;
	background-image: url(../images/bg_box.jpg);
	padding: 0px;
	margin: 0 0 5px 0;
	width: 202px;
}
.sideBox a:link, .sideBox a:visited, .sideBox a:active {
	color: #FFFFFF;
	text-decoration: underline;
	margin-right: 15px;
}
.sideBox a:hover {
	text-decoration: none;
}
.boxContent {
	padding: 8px; 
}
div#mainContent {
	background-image: url(../images/bg_content_left.jpg);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
	color: #090F1F;
	margin: 0px;
	padding: 2px 25px 25px 25px;
}
#topContent {
	background-image: url(../images/bg_content_top.jpg);
	background-repeat: repeat-x;
	padding: 0px;
}
.blockImage {
	display:block;
	margin: 0;
}
#divCopyright {
	color: #FFFFFF;
	text-align: center;
	padding: 5px;
	font-size: 0.9em;
}
.boxContent h1 {
	margin-top: 0px;
	font-size: 1.2em;
	font-weight: bold;
}
#tabpanels h2 { display: none; }

#mainContent h1 {
	font-size : 1.4em;
}
#mainContent h2 {
	font-size : 1.2em;
	border-bottom : 1px dashed black;
}
#mainContent h3 {
	font-size : 1.1em;
	font-weight : bold;
	font-style : italic;
}
#mainContent a:link, #mainContent a:visited { color : #0000CC; text-decoration:underline; }
#mainContent a:hover { color : #0000CC; text-decoration:none; }
