body{
	font-size: 76%;
	font-family: "Trebuchet MS", helvetica, sans-serif;
	background-image: url(images/pagebg.gif);
}

#container{
	border-right: 2px solid #990000;
	border-left: 2px solid #990000;
	border-bottom: 2px solid #990000;
	padding: 0;
	width: 850px;
	margin:  5px auto;
	background-color: #ffffff;

}

/* GLOBALS*/

a{
	color: #990000;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

/* HEADER */

#header{
	height: 92px;
	width: 850px;
	background: url(images/logo.jpg) no-repeat;
	border-top: 2px solid #990000;
}

#header h1{
	margin-right: 15px;
	text-align: right;
	font-family: "Trebuchet MS", helvetica, sans-serif;
	color: #990000;
	font-size: 0.85em;
	font-weight: lighter;
	letter-spacing: .1em;

}

#header h2 {
	margin-left: 360px;
	margin-top: 40px;
	text-align: left;
	color: #ececec;
	font-family: "Trebuchet MS", helvetica, sans-serif;
	font-size: 1.4em;
	letter-spacing: .2em;

}

#banner{
	border-top: 1px solid #990000;
	height: 131px;
	width: 850px;
	border-bottom: 1px solid #990000;
	background: url(images/banner.jpg);
}

#banner h1 {
	text-indent: .9em;
	margin-top: 85px;
	color: #990000;
	font-family: "Trebuchet MS", helvetica, sans-serif;
	font-size: 2.2em;
	font-weight: bold;
	letter-spacing: .05em;
}


/* MENU */

#navcontainer {
background-color: #ccc;
width: 850px;
height: 2.2em;
padding: 0px;
border-bottom: 1px solid #990000;
background: url(images/fadecheck_bg.gif);
}


#navcontainer a{
	padding: .25em 1.5em;
	color: #000000;
	text-decoration: none;
	float: left;
	font-family: "Trebuchet MS", helvetica, sans-serif;
	font-size: 1.4em;
	letter-spacing: .15em;
	font-weight: bold;
}

#navcontainer a:hover{
	color: #990000;
	text-decoration: none;

}



/* MAIN BODY */

#main{
	padding: 10px 10px 20px 10px;
	color: #666;
	display: block;
	clear: both;
	min-height: 350px;
}

#main h2{
	font-size: 1.6em;
	letter-spacing: 0.2em;
	color: #990000;
	margin: 5px 0 5px 0;
}

#main h3{
	font-size: 1.2em;
	color: #333333;
	margin:10px 0 5px 0;
}

#main h4{
	font-size: 1.1em;
	color: #666;
	margin:10px 0 5px 0;
	font-weight: lighter;
}



#main ul{
	list-style-type: square;
	margin: 0 0 10px 20px;
	color: #666666;
}

#main ul li{
	color: #666;
	margin: 0 0 15px 0;
	font-size: 1.1em;

}

#main p{
	line-height: 1.6em;
}

/* BODY LAYOUT*/

#leftbar{
	width: 530px;
	display: block;
	float: left;
}

#rightbar{
	width: 300px;
	float: left;
	display: block;
}


/* SIDEBAR */

#sidebar{
	margin: 20px;
	border: 1px solid #ccc;
	background: #fff;
}

#sidebar .sidebox{
	margin: 10px;
	border-bottom: 1px dotted #ccc;
	padding: 0 0 10px 0;
}

#sidebar .sidebox p{
	margin: 0;
	padding: 0;
	font-size: 1.1em;
}

#sidebar .last-sidebox{
	border-bottom: none;
}

#sidebar h3{
	font-size: 1em;
	color: #990000;
}

/* FOOTER */


#footer{
	height: 22px;
	clear: both;
	color: #333333;
	font-size: 1.1em;
	padding-top: 15px;
	text-align: center;
	background: url(images/bottom_grey_background.gif) repeat-x;
	border-top: 1px solid #990000;


}

#footer a {
	text-decoration: none;
	color: #000000;
}

#footer a:hover {
	text-decoration: underline;
	color: #000000;
}


/* CREDIT */

#credit {
	margin: 0 auto;
	clear: both;
	font-weight: lighter;
	font: 8pt "Trebuchet MS", "Trebuchet", Arial, Helvetica, sans-serif;
	color: #666666;
	margin-top: 5px;
	text-align: center;

	}
	
#credit a {
	text-decoration: none;
	color: #666666;

	}
	
#credit a:hover {
	text-decoration: underline;
	}