body {
	background-color: #fff;
	text-align: left;
}

#wrapper {
	width: auto;
	height: auto;
}

#header {
	width: 1100px;
	height: 130px;
	margin-left: 0.8em;
	margin-top: 0.8em;
	margin-bottom: 35px;
}

#logo {
	width: 234px;
	height: 96px;
	float: left;
}

.pageid {
	width: 200px;
	font-family: sans-serif;
	font-size: 10px;
	color: #ccd1d7;
	text-transform: uppercase;
	margin-left: 10px;
}

#menu {
	width: 300px;
	height: 20px;
	margin-top: 70px;
}

#splash {
	position: relative;
	float: right;
	margin-right: 20px;
	margin-top: 5px;
	text-align: right;
}

#splashtext {
	font-size: 11px;
}

#splashtitle{
	font-size: 12px;
	font-weight: bold;
	color: #191e24;
}

#navbar {
   position: relative;
   top: 0;
   right: 0;
   margin: 0;
   padding: 0;
}
   
#navbar li {
   list-style: none;
   float: left;
}

#navbar li a {
   display: block;
   padding: 3px 8px;
	font-family: sans-serif;
	font-size: 14px;
   text-decoration: none; 
   text-transform: uppercase;
   color: #5b626b;
}
   
#navbar li a:hover {
   color: #191e24; 
}

#navbar li ul {
   display: none;  
}

#navbar li:hover ul, #navbar li.hover ul {
   position: absolute;
   display: inline;
   left: 0;
   width: 500px;
   margin: 0;
   padding: 0; 
}
   
#navbar li:hover li, #navbar li.hover li {
   float: left; 
}

#navbar li:hover li a, #navbar li.hover li a {
	font-weight: normal;
   color: #5b626b; 
}

#navbar li li a:hover {
   color: #191e24; 
}

p {
	color: #191e24;
	font-family: sans-serif;
	margin-top: 1px;
	margin-bottom: 1px;
}

p.title{
	font-size: 12px;
	font-weight: bold;
	color: #191e24;
}

a img {border: none;}
a:link {color: #5b626b; text-decoration: none;}
a:visited {color:#5b626b; text-decoration: none;}
a:hover {color: #191e24; text-decoration: none;} 
a:active {color:#191e24; text-decoration: none;}

#images {
	margin-top: 25px;

}

.img {
	margin-right: 6px;
	margin-bottom: 6px;
	border: solid;
	border-width: 1px;
	border-color: #191e24;
}

#information {
	position: relative;
	margin-top: 60px;
	margin-left: 30px;
	font-size: 13px;
}

.catclass {
	width: 100%;
	border-bottom: dashed;
	border-width: 1px;
	border-color: #ccd1d7;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: 5px;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #191e24;
}
