/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}

html {
	height: 100%;
}

body {
	height: 100%;
	background-color: #4D3602;
}

#container {
	margin: 0 auto;
	margin-top:25px;
	width: 802px;
	height: 1050px;
	background-color: #FFFFF0;
	border: 1px solid #006699;
}

#containerContact {
	margin: 0 auto;
	margin-top:25px;
	width: 802px;
	height: 1155px;
	background-color: #FFFFF0;
	border: 1px solid #006699;
}

#containerOverview {
	margin: 0 auto;
	margin-top:25px;
	width: 802px;
	height: 2070px;
	background-color: #FFFFF0;
	border: 1px solid #006699;
}

#header {
	position:relative;
	height: 185px;
}

img.logo {
	margin:25px 0px 0px 26px;
}

#main {
	margin: 0 auto;
	padding:5px;
	width:720px;
	height: 780px;
}

#mainContact {
	margin: 0 auto;
	padding:5px;
	width:720px;
	height: 870px;
}

#mainOverview {
	margin: 0 auto;
	padding:5px;
	width:720px;
	height: 1830px;
}

p.message {
	padding:0px 30px 25px 30px;
	text-align:left;
	color:#006699;
}
	
p.overview {
	padding:5px 30px 5px 30px;
	text-align:left;
	color:#006699;
}

table.overview {
	margin-left: 30px;
}

p.overviewNews {
	text-align:left;
	color:#006699;
}

h1 {
	text-align:center;
	color: #006699;
}

h3 {
	color: #006699;
}

h3.overview {
	padding:10px 0px 5px 0px;
	color: #006699;
}

h4 {
	text-decoration:underline;
	color: #006699;
}

table {
	color: #006699;
}

td.overview1 {
	width: 325px;
	padding:0px;
}

td.overview2 {
	width: 130px;
	padding:0px;
}

#content {
	margin: 0 auto;
	height: 726px;
	border: 1px solid #006699;
}

#contentContact {
	margin: 0 auto;
	height: 686px;
	border: 1px solid #006699;
}

#contentOverview {
	margin: 0 auto;
	height: 1766px;
	border: 1px solid #006699;
}

#mainLeft {
	padding: 5px 4px 5px 5px;
	float: left;
	width: 13%;
}

#mainLeftContact {
	padding: 5px 20px 5px 5px;
	float: left;
	width: 13%;
	height: 676px;
}

#mainLeftOverview {
	padding: 5px 20px 5px 5px;
	float: left;
	width: 13%;
	height: 1757px;
}

#mainCenter {
	padding: 5px 20px 5px 5px;
	float: left;
	width: 80%;
	height: 717px;
	border-left:1px solid #006699;
}

#mainCenterOverview {
	padding: 5px 20px 5px 5px;
	float: left;
	width: 13%;
	height: 1757px;
}

#mainCenterContact {
	padding:5px;
	float: left;
	width: 29%;
	height: 676px;
}

#mainRight {
	padding:8px;
	float: left;
	width: 40%;
	height: 540px;
/*	border-left: 1px solid black;*/
	overflow: scroll;
}

#mainRightContact {
	padding: 5px 20px 5px 20px;
	float: left;
	width: 70%;
	height: 676px;
	border-left:1px solid #006699;
}

#mainRightOverview {
	padding: 5px 20px 5px 20px;
	float: left;
	width: 70%;
	height: 1757px;
	border-left:1px solid #006699;
}

#clear {
	clear:both;
}

#footer {
	width: 100%;
	height: 25px;
	border: 0px 1px 1px 1px solid black;
}

#container_1 {
	padding: 0px 25px 0px 25px;
}

#container_2 {
	padding: 0px 25px 0px 25px;
}

.folder {
	margin-left:5px;
	padding: 0px 0px 5px 5px;
	color: #006699;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
    background-image: url(folder_open.png);
	background-repeat:no-repeat;

}

li {
	list-style:none;
	color: #006699;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:10px;
}

.parent {
	margin-left:5px;
	padding: 0px 0px 5px 5px;
	background-image:url(../images/folder_open.png);
	background-repeat:no-repeat;
}

.fochild1 {
	margin-left:10px;
	padding: 0px 0px 5px 20px;
	list-style-type:disc;
	list-style-position:inside;
	color: #006699;
    background-image: url(images/folder_open.png);
	background-repeat:no-repeat;
}

.fochild2 {
	margin-left:30px;
	padding: 0px 0px 5px 20px;
    background-image: url(folder_open.png);
	background-repeat:no-repeat;
}

.fochild3 {
	margin-left:50px;
	padding: 0px 0px 5px 20px;
    background-image: url(folder_open.png);
	background-repeat:no-repeat;
}

.fichild1 {
	margin-left:10px;
	padding: 0px 0px 2px 20px;
	background-repeat:no-repeat;
}

.fichild2 {
	margin-left:30px;
	padding: 0px 0px 2px 20px;
	list-style-type:circle;
	list-style-position:inside;
	background-repeat:no-repeat;
}

.fichild3 {
	margin-left:50px;
	padding: 0px 0px 2px 20px;
	background-repeat:no-repeat;
}

/*a {
	text-decoration:none;
	color:black;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:10px;
}

a:hover {
	text-decoration:none;
	color:maroon;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
}*/

a:link {
	text-decoration: none;
	color: #006699;
}
a:visited {
	text-decoration: none;
	color: #006699;
}
a:hover {
	text-decoration: none;
	color: #3399CC;
}
a:active {
	text-decoration: none;
}


img {
	border:none;
}

img.valign {
	margin:0;
	vertical-align:middle;
}

p.footer {
	padding-top: 5px;
	text-align:center;
	color: #006699;
	font-size:12px;
}

a.footer {
	padding-top: 5px;
	text-align:center;
	color: #006699;
	font-size:12px;
	font-weight:bold;
}

a.footer:hover {
	padding-top: 5px;
	text-align:center;
	color: maroon;
	font-size:12px;
	font-weight:bold;
}

a.underline {
	color: #006699;
	font-size:9px;
	text-decoration:underline;
}

p.disclaimer {
	padding: 0px 50px 5px 50px;
	text-align:left;
	color: #006699;
	font-size:9px;
}

p.contact {
	padding: 20px 3px 0px 2px;
	text-align:left;
	color: #006699;
	font-size:12px;
}

#menu {
	text-align:center;
	color: #006699;
	font-size:12px;
}

#menu a {
	text-decoration:none;
	text-align:right;
	color: #006699;
	font-size:12px;
}

#menu a:hover {
	text-decoration:none;
	text-align:right;
	color: #3399CC;
	font-size:12px;
}
