@charset "utf-8";
html { height: 100%; margin-bottom: 1px; } /* forces a scrollbar so page doesn't jump */



/*  Main Divs and Global */
body {
	line-height: normal;
	background: #e1ebff;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	color: #454C76;
	text-align: center;
	font-size: 1em;
}

#container { 
	position: relative;
  	margin: 10px auto 20px auto; 
	background: #fff;
	background: url(images/content_bkg.gif) repeat-y;
	width: 751px; 
	text-align: left;
}

#header {
	background: url(images/banner.jpg) no-repeat left top;
	height: 173px;
	width: 750px;
	border-right: 1px solid #c8d3da;
}
		
#content {
	margin: 0 0 0 147px;
	padding: 17px 30px 30px 10px;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 0.90em;
	border-right: 1px solid #c8d3da;
}
/*  End Main Divs  */

/* Global */
a:link,a:visited {color: #454C76;}
a:hover {color: #787D9B;}

.center {text-align: center;}
.notop {margin-top: 0; padding-top: 0;}
.nobottom {margin-bottom: 0; padding-bottom: 0;}

.indent {margin-left: 20px;}

dt {
	font-size: 1.1em;
}

div.clearer {clear:both; line-height: 0; height: 0; }
/*  End Global */



/* Header Sub-divs */
h1 span {
  	display:block;
  	position:relative;
  	height:173px;
  	background:transparent url('banner.jpg') no-repeat;
  	z-index:2;

}
h1 {
  	height:173px;
  	overflow:hidden;
  	margin:0;
  	padding:0;
  	z-index:1;
}

#logo {
	position: absolute;
	top: 7px;
	left:21px;
}

/* Menu */

#menu {
	width: 137px;
	float: left;
	margin: 0;
	font-size: 0.90em;
	font-weight: bold;
}

#menu ul {
	margin: 10px 0 0 0;
	padding: 0;
	border-top: 1px solid #fff;
	list-style: none;
}
#menu li {
	margin: 0;
	padding: 5px;
	border-bottom: 1px solid #fff;
	text-align: center;
}

#menu a:link, #menu a:visited {
	text-decoration: none;
}


/* End Menu */

/* Content Div Subsections*/


h2 {
	font-size: 1.5em;
	margin-bottom: 10px;
	margin-top: 0;
}

h3 {
	font-size: 1.2em;
	margin-top: 20px;
	margin-bottom: 10px;
}

h4 {
	font-size: 1.1em;
	margin-bottom: 10px;
}

#content p {
	padding-left: 25px;
	margin: 7px 0;
	line-height: 1.2em;
}

#news h4{
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 0;
	padding-left: 25px;
}

#news p {
	padding-left: 40px;
	margin-top: 0;
}

.floatleft {
	float: left;
	padding: 0 10px 10px 0;
}

.floatright {
	float: right;
	padding: 0 0 10px 10px;
}

/* End Content Div Subsections*/

/* Footer */
#footer {
	height: 25px;
	padding: 5px 0;
	background: #fff url(images/footer_bkg.gif) repeat-x;
	font-size: 0.70em;
	text-align: center;
}
#footer span {
	padding-right: 25px;
}
/* End Footer */





