@charset "UTF-8";
/* CSS Document */

html {
	height:100%;
}

body {
	height:100%;
	margin: 0;
	padding: 0;
	background: #c3c3c3;
	color: #6b6969;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	text-align: center;	
}

a img{
	border: 0 none;
}

/*--IDs--*/

html #outer{
	height: 50%;
	background: #d2d2d2;	
}

#wrapper{
	margin: 0 auto;
	padding-top: 20px;
	width: 900px;
}

#header{
	background: url(../img/header-background.jpg) no-repeat;
	height: 138px;
	padding: 20px;
	text-align: left;
}

#header h1{
	display: none;
}

a#logo{
	background:url(../img/header-logo.jpg) top no-repeat;
	display: block;
	height: 128px;
	width: 324px;
}

a#logo:hover{
	background:url(../img/header-logo.jpg) bottom no-repeat;	
}

#navigation{
	width: 151px;
	float: left;
	text-align: center;
}

#navigation ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

#navigation a{
	color: #0747b2;
	text-decoration: none;
}

#navigation a:hover{
	color: #6b6969;
}

#menu{
	font-size: 13px;
}

#menu li{
	margin-bottom: 10px;
}

#menu li a{
	color: #b8b6b6;
	background: url(../img/navigation-button-background.jpg) top no-repeat;
	display: block;
	font-weight: bold;
	height: 40px;
	line-height: 40px;
	text-decoration: none;
}

#menu li a:hover{
	background: url(../img/navigation-button-background.jpg) bottom no-repeat;
	color: #0747b2;
}

#menu li.selected{
	background: url(../img/navigation-button-background.jpg) bottom no-repeat;
	color: #0747b2;	
	display: block;
	font-weight: bold;
	height: 40px;
	line-height: 40px;
	text-decoration: none;	
}

#main{
	background: #fff;
	border-left: 3px solid #6b6969;
	border-right: 3px solid #6b6969;
	text-align: left;
	float: left;
	padding: 20px 20px 0 20px;
	position: relative;
}

#main p{
	padding: 0;
	margin: 0;
}

#content{
	float: right;
	margin-left: 20px;
	min-height: 350px;
	padding-bottom: 20px;
	width: 683px;
}

#content h1{
	color: #0747b2;
	font-size: 14px;
	font-weight: bold;
	padding: 0 0 10px 0;
	margin: 0;
}

#content h2{
	color: #0747b2;
	font-size: 13px;
	font-weight: bold;
	padding: 15px 0 10px 0;
	margin: 0;
}

#content h3{
	color: #696969;
	font-size: 13px;
	font-weight: bold;
	padding: 5px 0 10px 0;
	margin: 0;
}

#content h4{
	color: #696969;
	font-size: 13px;
	font-weight: bold;
	padding: 10px 0 10px 0;
	margin: 0;
}

#content p{
	text-align: justify;
	line-height: 150%;
	padding-bottom: 5px;
}

#content a{
	color: #0747b2;
}

#content a:hover{
	color: #000;
}

#content ul{
	line-height: 150%;
	padding: 0 0 0 20px;
	margin: 0 0 10px 0;
}

#content ul li{
	list-style-type: square;
	padding-left: 5px;
}

#vdh{
	bottom: 20px;
	display: block;
	left: 20px;	
	position: absolute;
	text-align: center;
	width: 150px;	
}

#vdh h3{
	color: #6b6969;
	font-size: 12px;
	font-weight: normal;
	padding: 0 0 10px 0;
	margin: 0;
}

#footer{
	background: url(../img/footer-background.jpg) no-repeat;
	clear: both;
	height: 104px;
	margin-bottom: 20px;
}

/*Classes*/

.hide{
	display: none;
}

.fright{
	float: right;
	margin: 0 0 10px 10px;
}

.fleft{
	float: left;
	margin: 0 10px 10px 0;
}
