/* Copyright 2005 Webware Systems. All rights reserved. */

body {
	background-color: #FFFFFF;
	padding: 0;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 76%;
	color: #006;
}
#divWrapper {
	background-color: #FFFFFF;
	border: 2px solid #000099;
	margin: 15px;
	padding: 0px;
}
#tblHeader {
	background-color: #FFFFFF;
	background-image: url(../images/bg_top.jpg);
	background-repeat: repeat-y;
	background-position: right;
	margin: 0px;
	padding: 0px;
	height: 62px;
}
#tblHeader td {
	padding-left: 20px;
}
#divNavigation {
	color: #FFFFFF;
	background-color: #000099;
	font-weight: bolder;
	margin: 0px;
	padding: 5px 20px;
}
#divCollageTop {
	background-color: #000099;
	background-image: url(../images/bg_collage.gif);
	background-repeat: repeat-x;
	height: 30px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000099;
}
#tblContent {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
#maincontent {
	margin: 0;
	padding: 10px 20px 20px;
}
#sidebar {
	width: 160px;
	margin: 0;
	padding: 20px 5px;
}
#divCollageBottom {
	background-color: #000099;
	background-image: url(../images/bg_collage.gif);
	background-repeat: repeat-x;
	height: 30px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #000099;
}
#divFooter {
	color: #FFFFFF;
	background-color: #000099;
	font-weight: bolder;
	margin: 0px;
	padding: 5px 20px;
}
#maincontent h1 {
	color: #000099;
	font-size: 2.0em;
	font-weight: bold;
	text-align: center;
	margin: 0;
}
#maincontent h2 {
	font-size: 1.6em;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #006666;
	padding: 30px 0px 4px 50px;
	background : url(../images/bg_h2.gif) no-repeat left;
}
#maincontent h3 {
	font-size: 1.4em;
	font-style: italic;
	color: #000099;
}
#maincontent p {
	margin-left: 20px;
}
#maincontent a {
	color: #000099;
}
.sideBox {
	border: 2px solid #000099;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.sideBox th {
	background-color: #000099;
	color: #FFFFFF;
}

#tabpanels h2 { display: none; }
