

/* Generic Styling */

body {
	background: #0E152D url(bg1.jpg) repeat;
	font-family:"Trebuchet MS" Arial, Helvetica, sans-serif;
	font-size:62.5%; /* Sets default font size to 10px */
	color:#222222;
	}

table
{ 
margin-left: auto;
margin-right: auto;
}




* {
	margin:0;
	padding:0;
	}

img {
	border-style:outset;
	border-color: black;
	border-width:5px;
	}

.imagecenter {

        text-align:center;
        margin:25px;
        
                     }



p {
	margin-bottom:1.75em;
	}

a {
	text-decoration:none;
	color:#222222;
	}
a:hover {
	text-decoration:none;
	color:#6CC7DC;
	}

/* Structure */

#wrapper {
	margin:0 auto;
	width:700px;
	background:#73f882;
	font-size:1.20em;

	}

#banner {

        margin-left: auto;
        margin-right: auto;
        

        }


	
#menu {
        
	height:35px;
	line-height:35px;
	background:url(bg-menu.png) repeat-x;
	padding:0px 10px;
	}
#sidebar {
	float:right;
	width:140px;
	background:#10c118;
	margin-right:40px;
        margin-top:150px;
	}
#content {
	float:left;
	width:500px;
        
	min-height:400px;
	}
#footer {
	clear:both;
	height:40px;
	background:url(bgfooter.gif) repeat-x;
        font: bold 1.4em sans-serif;
	line-height: 39px;
	text-align: center;
        color:#000000;
        
        }



/* Menu */

#menu ul {
	list-style-type:none;
        text-align: center; 
	}
#menu li {
	float:left;
	margin-right: 13px;
	margin-left: 30px;
        
	}
#menu li a {
	padding:0 15px;
	display:block;
	color:#000000;
        font-size:1.25em; 
	margin-right:2px;
        font-weight:bold;
        
	}
#menu li a:hover {
	background:#73f882;
	color:#000000;
	}

/* Sidebar */

#sidebar ul {
	list-style-type:none;
	margin-top:0px;
        border: 3px solid #000;

	}
#sidebar li {
	
	}
#sidebar li a {
	display:block;
	height:20px;
	line-height:20px;
	color:#222222;
        text-align:center;
	padding-left:5px;
	border-bottom:1px solid #dddddd;
        font-weight:bold;

	}

#sidebar li a:hover {
	background:#5cf847;
	color:#000000;
	}

#navigator {

background-color: #7ea8cf;
border: 1px #666666 solid;
width: 80px;
margin-top: 20px;
margin-left: auto;
margin-right: auto;
padding: 0px;
text-align: center;

}


.housebutton {


font-weight: bold;
font-size:1.40em;
text-align: center;
margin-bottom: 0px;
margin-top: 0px;

}


.housebutton a {

padding: 0px;
text-decoration: none;
display: block;
color: #224059;
background-color: #b5c9e2;
border-top: 2px #cce3ff solid;
border-left: 2px #cce3ff solid;
border-bottom: 2px #31557f solid;
border-right: 2px #31557f solid;

}

.housebutton a:hover {

background-color: #99aabf;
border-top: 2px #31557f solid;
border-left: 2px #31557f solid;
border-bottom: 2px #cce3ff solid;
border-right: 2px #cce3ff solid;

}





/* Footer */

#footer-valid {
	float:left;
	padding-top:55px;
	padding-left:20px;
	cursor:default;
	color:#000;
	}
#footer-valid a {
	color:#000000;
	text-decoration:none;
	}

/* Heading's */

h1 {
	font-size:1.9em;
	font-weight:bold;
	cursor:default;
	position:relative; top:0px; left:0px;
	letter-spacing:0px;
	color:black;
	font-style:bold;
	}
h2 {
	font-size:1.5em;
	font-weight:bold;
	cursor:default;
	position:relative; top:118px; left:552px;
	letter-spacing:0px;
	color:black;
	font-style:bold;
	}

h3 {
	font-size:1.0em;
	font-weight:bold;
	cursor:default;
	position:relative; top:0px; left:0px;
	letter-spacing:0px;
	color:#000;
	font-style:bold;
	}

h4 {
	font-size:2.2em;
	font-weight:bold;
        text-align: center; 
	cursor:default;
	position:relative; top:0px; left:0px;
	letter-spacing:0px;
	color:#b5c9e2;
	font-style:bold;
	}

h5 {
	font-size:3.8em;
	font-weight:bold;
	cursor:default;
	position:relative; top:0px; left:0px;
	letter-spacing:0px;
	color:#cccccc;
	font-style:bold;
	}

h6{
	font-size:1.8em;
	font-weight:bold;
	cursor:default;
	position:relative; top:0px; left:100px;
	letter-spacing:0px;
	color:black;
	font-style:bold;
	}
