* {
	margin:0;
	padding:0;
	}
	
body {
	text-align:center;  /* IE6 needs this to center the layout in the browser window */
	background-image: url(/images/header-image1.png);
    background-repeat: repeat-x;
	background-color:#ffffff;
	}
	
#header {
	width: 950px;
	height: 108px;
	background-image: url(/images/header-image2.jpg);
    background-repeat:no-repeat;
	margin-left:auto;  /* centers max'd layout in browser */
	margin-right:auto; /* centers max'd layout in browser */
	}
	
#menu {
	width: 950px;
	margin-left:auto;  /* centers max'd layout in browser */
	margin-right:auto; /* centers max'd layout in browser */
	}	
	
#main_wrapper {
	width:950px; /* widths of columns will scale proportionately as this width is changed */
	margin-left:auto;  /* centers max'd layout in browser */
	margin-right:auto; /* centers max'd layout in browser */
	text-align:left; /* prevents page inheriting IE6 centering hack on body */
    background-image: url(/images/faux-trans950.png);
	background-repeat:repeat-y;
	}

#left {
	width:190px;
	padding:5px;
	margin-top:10px;
	float:left;
	}
	
#right {
	width:600px;
	padding:25px 75px 25px 75px;
	float:left;
	}
	
#footer {
	width: 950px;
	height: 42px;
	background-image: url(/images/footer-image1.png);
    background-repeat:no-repeat;
	background-position:top;
	margin-top:2px;
	margin-left:auto;  /* centers max'd layout in browser */
	margin-right:auto; /* centers max'd layout in browser */
	clear:both;
	text-align:center;
	}
#footer p {
	font-size: 12px;
	margin:0;
	padding-top: 8px;
	color:#EAF3F8;
	}
#footer a {
	color:#EAF3F8;
	}

/* Text and colors below */	

body {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
	color:#463a0e;
}
.float_left {float:left; margin: 5px 5px 5px 0;}      /* apply this class to any image or element with width - text will wrap it to the right */
.float_right {float:right;  margin: 5px 0 5px 5px;} /* apply this class to any image or element with width  - text will wrap it to the left */
.clear_both {
	clear:both;
	}

.center-text {
	font-size: 14px;
	font-family: "Trebuchet MS";
	font-variant: small-caps;
	text-align: center;
	}

/* FONT SIZES FOR HEADINGS*/
h1 {font-size:21px;
margin-bottom: 5px;
	margin-top: 5px;
	
	}
h2 {
	font-size:16px;
	margin-bottom: 5px;
	margin-top: 5px;
	color:#8F8F8F;
	}
h3 {font-size:16px; 
	}
h4 {font-size:14px; 
	}
h5 {font-size:13px; 
	}
h6 {font-size:13px; 
	}

/* my default styling of other XHTML elements */
p {
	font-size:14px;
	margin-bottom: 10px;
	margin-top: 10px;
	line-height: 125%;
}
p.leftmargin {margin-left: 20px;
}

cite {
	font-size:.85em;
	font-style:italic;
	}
blockquote {
	width:80%;
	font-size:12px;
	margin-left:10px;
	}
blockquote cite {
	display:block;
	font-size:.85em;
	}
abbr, acronym {
	border-bottom:1px dashed #000;
	cursor:default;
	}
address {
	margin:0 1em .75em 1em;
	}
img {
	border:0;
	}
a:hover {
	text-decoration:none;
	}
li { 
	list-style-type:none; /* remove the bullets */
	margin-left:10px;
	font-size:14px;
	}
li.big_link {
	font-weight:bold; /* bolding - class on the first item  */
	}

/* ----------------------------------- navigation (RE-STYLE THIS LAST) -------------------------------------------------------------------------------- */

*{
	list-style:none;
}
#menucontainer{
	position:relative;
	height:50px;
	color:#FFFFFF;
	background:#383636;
	width:100%;
	font-family:Helvetica,Arial,Verdana,sans-serif;
	}
#menunav{
	position:relative;
	height:38px;
	font-size:12px;
	text-transform:uppercase;
	font-weight:bold;
	background:#fff url(/images/background.jpg) repeat-x bottom left;
	padding:0 0 0 20px;}
	
#menunav ul{
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;	
	float:left;}

#menunav ul li{
	display:block;
	float:left;
	margin:0 1px;}

#menunav ul li a{
	display:block;
	float:left;
	color:#EAF3F8;
	text-decoration:none;
	padding:0 0 0 20px;
	height:38px;}

#menunav ul li a span{
	padding:12px 20px 0 0;
	height:21px;
	float:left;}

#menunav ul li a:hover{
	color:#fff;	
	background:transparent url(/images/hover.jpg) repeat-x bottom left;}

#menunav ul li a:hover span{
	display:block;
	width:auto;
	cursor:pointer;}
#menunav ul li a.current, #menunav ul li a.current:hover{
	color:#fff;
	background:#1D6893 url(/images/left.jpg) no-repeat top left;
	line-height:275%;}
#menunav ul li a.current span{
	display:block;
	padding:0 20px 0 0;
	width:auto;
	background:#383636 url(/images/right.jpg) no-repeat top right;
	height:38px;}


/* ----------------------------------end navigation ----------------------------------- */	
