@charset "utf-8";
/* CSS Document */

html body {
	background-image:url(images/bg.gif);
	margin: 0;
	font-family: Lucida Grande, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.6em;
	color: #333333;
	}
	
html a {
	text-decoration:none;
	color:#000000;
	}
	
html a:hover {
	text-decoration: underline;
	}
	
html h1 {
	color:#ed1c24;
	font-size:200%;
	text-align:center;
	}
	
html h2 {
	color: #333333;
	font-size:130%;
	text-align:center;
	}
	
html h3 {
	font-weight:bold;
	font-size:100%;
	}
	
/* LAYOUT */

#Container {
	width: 950px;
	margin: 0 auto;
	padding: 0;
	border: solid;
	border-color: #000000;
	border-width: 1px;
	overflow:hidden;
	background-color:#FFFFFF;
	}
	
#Header {
	width: 950px;
	height: 151px;
	}
	
#Nav {
	width:950px;
	height: 30px;
	background-image:url(images/barbg.gif);
	text-align:center;
	margin: 0 auto;
	}
	
.Nav_LeftCap {
	width:14px;
	height: 30px;
	background-image:url(images/barcap-l.gif);
	float:left;
	}
	
.Nav_RightCap {
	width:14px;
	height: 30px;
	background-image:url(images/barcap-r.gif);
	float:right;
	}
	
#Nav a {
	display: inline-block;
	height:26px;
	padding-top:4px;
	padding-left:14px;
	padding-right:14px;
	color:#FFFFFF;
	font-weight:bold;
	font-size:14px;
	text-align:center;
	}
	
#Nav a:hover {
	color:#CCCCCC;
	text-decoration:none;
	}
	
#Nav a.selected {
	background-image:url(images/barbg-selected.gif);
	}
	
#Content {
	width: 910px;
	min-height: 100%;
	padding:20px;
	background-color:#FFFFFF;
	}
	
#Content img.float {
	border-style:solid;
	border-width: 1px;
	border-color:#000000;
	float:right;
	}
	
.Sidebar {
	float:right;
	margin-bottom:20px;
	margin-left:15px;
	}
	
#Footer {
	width:950px;
	height: 30px;
	background-image:url(images/barbg.gif);
	clear:both;
	color:#FFFFFF;
	font-size:80%;
	text-align:center;
	}
	
#Footer a {
	display: inline-block;
	height:25px;
	padding-top:5px;
	padding-left:14px;
	padding-right:14px;
	color:#FFFFFF;
	}
	
#Footer a:hover {
	color: #CCCCCC;
	text-decoration:none;
	background-image:url(images/barbg-selected.gif);
	}