
body {
	margin: 0;
	background-color: #e4e4e4;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000;
	}
a {
text-decoration: none;
color: #003366;
font-weight: bold;
background: transparent;
}
a:hover { color: #02a2c4; background: transparent; text-decoration: underline; font-weight: bold;}	
b {color: #333399; }
#container {
	margin: 0 auto;
	width: 90%;
	background-color: #fff;
	color: #000;
	padding: 5px;
	}
	
#header { 
	margin-bottom: auto; 
	border: 1px solid #fff; /* I.E. Fix */ 
	}
#header h1 {
	color: #333399;
	font-size: 2.0em;
	font-family: Impact, sans-serif;
	font-weight: normal;
	float: left;
	width: 100%;
	margin: 0;
    background: #fff url(menu-top-bg.png) repeat-x;
}
#header h1 span { color: #777; background-color: #fff; }
#header h1 span2 { color: #336699; background-color: #fff; }
#header h1 span3 { color: #000080; background-color: #fff; }
#header ul { padding: 0; 	margin: 10px 0 0 0; float: left; }			
#header ul li {
	list-style-type: none;
	display: inline;
	border-right: 1px solid #FFF;
	white-space: nowrap; /* I.E. Fix */ 
	padding-left: 4px;
}
#block {
	background-color: #777;
	color: #fff;
	padding: 2px;
	clear: both;
}
#nav {
	margin: 1px;
	padding: 1px;
	text-align: center;
	font-size: 0.8em;
	color: #ccc;
	background-color: #fff;
}
#nav li {
	list-style-type: none;
	display: inline;
	text-align: center;
	margin: 0 0 0 0;
	padding: 0;
}
#nav li a {
	text-decoration: underline;
	background: transparent;
	display: block;
	width: 100%;
	text-align: center;
	color: #777;
}
#nav li a:hover { background: transparent; color: #02a2c4; font-weight: bold}
#nav li a.active { background: transparent; color: #a2a2a2;	text-decoration: underline}
#nav li a.active:hover { background: transparent; color: #02a2c4; font-weight: bold}
p{
 margin: 2px 3px 1px 3px;
 padding: 0;
 text-align: left;
}


/* Use this (with the 'h4'-tag as header) if you want to quote something. */

.quote{
 margin: 0 3px 1px 5px;
 font: normal 1.0em verdana, sans-serif;
 background-color: #fff;
 color: #000;
 padding: 5px;
 text-indent: 0;
 border: 1px #aaa dotted;
}

.side {
	clear: right;
	float: right;
	width: 30%;
	margin: 0px;
	padding: 0;
	font-size: 0.9em;
    color: #000;
  	background: #fff;
  	border: 0px solid #CCCCCC;
}
/* Use this if you don't want first lines on all paragraph to be moved 15px inn */

.noindent{
 text-indent: 0;
}


#pathway { background: #aaa url(menu-bottom-bg.png) repeat-x; color: #000; clear: both; margin-bottom: 5px; margin-top: 5px;}
#body { clear: both; background:url(images/bodybg.gif) repeat-x; }
#left { width: 20%; float: left; clear: left; padding: 5px; }
#right { float: right; clear: right; width: 75%; padding: 5px; border-left: 1px solid #bfbfbf;}
.clear {clear: both;} 
#footer { clear: both; background: #fff url(menu-bottom-bg.png) repeat-x; text-align: center; color: #000; margin: 2px; font-size: 0.8em; padding: 5px;}