body, #banner, .menu, #main, #footer, #nav, #top, #container, #background, h1, h3, #valid {
	margin: 0;
	padding: 0;
	border: 0;
}

/***************************************************************** 
	Fonts
******************************************************************/
body {
	font-family: sans-serif;
	font-size: 8pt;
	line-height: 12pt;
	background: #ffffff url(bg.jpg) repeat 0% 100%;
}

h1 {
	font-size: 10pt;
	padding-bottom: 5px;
}

h2 {
	font-size: 8pt;
}

h3 {
	font-size: 8pt;
	font-weight: normal;
}

hr{
	color: #2d6491;
}

.image {
	padding: 3px;
	margin: 2px;
/*	background-color: #99B9D3;
	border: solid;
	border-width: 1px;*/
}

img {
	border: solid;
	border-width: 1px;
}

.image p {
	margin: auto;
	text-align: center;
	font-style: italic;
}	

ul.text_list li{
	margin-top:10px;
}
	

/***************************************************************** 
	Text-styles
******************************************************************/
span li {
	list-style: none;
	margin-left: 25px;
}

#banner {
	line-height: 12pt;
}

#nav {
	list-style: none;
	float: left;
}

#banner a {
	margin-left: 5px;
}


#top {
	list-style: none;
	height: 60px;
	margin-top: 20px;
	margin-right: 0px;
	margin-left: 80px;
}

.menu ul{
	margin: 0;
	padding-bottom: 0px;
}

.menu li {
	margin-top: 7px;
	list-style: none;
	height: 15px;
}

.menu{
	margin-left: 70px;
	margin-bottom: 20px;
}

.menu li a{
	text-decoration: underline;
}

.menu a {
	margin-left: 5px;
	text-decoration: underline;
	color: black;
}

.menu li a:hover {
	border: none;
}

.menu h2{
	border-bottom: solid;
	width: 130px;
	margin-bottom: 0px;
	border-width: 1px;
}


/***************************************************************** 
	Global
******************************************************************/
/*Padding*/
#main #text, #footer, .menu{
	padding: 5px;
}

/*Page width*/
#container, #main {
	width: 800px;
}

/*Page width without padding*/
#banner, #footer{
	width: 800px;
}
/***************************************************************** 
	Container
******************************************************************/
#container {
	margin: 0px auto;	
}

#background{
	margin-top:5px;
	background: url(middlew.jpg) repeat-y 0% 100%;
	float:left;
}

/***************************************************************** 
	Banner
******************************************************************/
#nav { 
	float: left; 
	width: 195px;
	height: 60px;
	margin-top: 130px;
	margin-right: 40px;
	margin-left: 70px;
}

#banner {
	padding: 1px;
	position: relative;
	left: 0px;
	top: 0px;
	height: 190px;
	background: url(headerw.jpg) repeat-x 0% 100%;
}

/***************************************************************** 
	Main
******************************************************************/
#main{
	background: url(footerw.jpg) no-repeat 0 100%;
	float: left;

}

#main #text{
	float: left;
	width: 489px;
}

/***************************************************************** 
	Menu
******************************************************************/
.menu {
	float: left; 
	width: 140px;
}

/***************************************************************** 
	Footer
******************************************************************/
#footer { 
	float:left;
	height: 110px;  
}

#footer span{
	float: left;
	margin-left: 70px;
}

#valid{
	float: right;
	margin-right: 64px;
	height:110px;
}

/***************************************************************** 
	Colors FE7701
******************************************************************/
body {

}

a:hover{
	text-decoration: underline;
	color: #b72828;
}

h1, a,  .menu h2 , .menu a:hover{
	color: #2d6491;
}

a {
	text-decoration: none;
}

#banner h1, #banner, #footer{
	color: #b72828;
}


#main #text, .menu ul{
	border-color: #bdbcbc;
}




