/* Formatting */
body {
	margin: 0; 	
	padding: 0;
	font: normal 11pt 'Trebuchet MS', Tahoma, sans-serif;
	color: #555;
	background: #FFF url(images/gradientbg2.jpg) repeat-x;
	text-align:justify;
}
table { font: normal 10pt 'Trebuchet MS', Tahoma, sans-serif;}

a { background: inherit; color: #00009b; text-decoration: none; }
a:hover { background: inherit; color: #00009b; text-decoration: underline; }

h1, h2, h3, h4 { font: bold 1em 'Trebuchet MS', Tahoma, Sans-serif; }
h1 { font-size: 1.4em; color: #00009b; }
h2 { font-size: 1.2em; text-transform: uppercase; }
h3 { font-size: 1.1em; }
h4 { color: #00009b;}

p, h1, h2, h3, h4 {
	margin: 10px 15px;
}
ul, ol {
	margin: 10px 30px;
	padding: 0 15px;		
}

/* Layout */
#wrapper {
  	width:800px;
  	margin:10px auto; 
}
#container {
  	width:100%;
  	float:none;
  	margin:10px,auto;
}
#header {
	width:100%;
	height:150px;
	float:left;
	position:relative;
}
#content {
  	float:right;
	width:630px;
}
#sidebar {
    float:left;
  	width:150px; 
}
#footer {
	margin-left:5px;
	margin-top:10px;
  	clear:both; 
}

/* header graphics */
#header-image {
	float:left;
	margin-left:140px;
}
#header-content h1#logo {
	position:absolute;
	font: bold 60px Times New Roman, Tahoma, Sans-serif;
	letter-spacing: -2px; 
	color: #00009b;
	margin: 0; padding: 0;		
	top: 10px; left: 270px;
}
#header-content #slogan {
	position: absolute;	
	font: bold 20px Times New Roman, Tahoma, Sans-serif;
	text-transform: none;
	color: #FFF;	
	margin: 0; padding: 0;
	top: 70px; left: 330px;
}

/* sidebar menu */
#sidebar ul.sidemenu {
	list-style:none;
	margin: 10px 0 15px 0;
	padding: 0;
	background: #FFF url(gradientbg.jpg) repeat-x;			
}
#sidebar ul.sidemenu li {
	padding: 0px 10px;
}
#sidebar ul.sidemenu a {
	display:block;
	font-weight:normal;
	color: #333;
	height: 1.5em;	
	padding:.3em 0 .3em 15px;
	line-height: 1.5em;
	border-bottom: 1px dashed #D4D4D4;
	text-decoration:none;
}
#sidebar ul.sidemenu a.top{	
	border-top: 1px dashed #D4D4D4;
}
#sidebar ul.sidemenu a:hover {
	padding: .3em 0 .3em 10px;
	border-left: 5px solid  #00009b;
	color: #00009b;		
}
.clearing {
  	height: 0;
  	clear: both;
}
.white  { color: #ffffff; }

.blue {
    color: #00009b;
    font-weight:bold;
}
.centered-text {
    text-align:center;
	text-decoration:underline;
	font-size:24px;
}
.outline {
	margin: 5px; padding: 0;
	background: white;
	border: 1px solid #dddddd;
}
.staff {
	margin-left:10px;
	margin-bottom: 10px;
}
.disclaimer {
	font-style:italic;
	font-size:9px;
	margin-left:10px;
	padding-left:10px;
	padding-right:10px;
	
}
