body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #848383;
	}

ul,li {
	list-style-type:none;
	margin: 0px;
	padding: 0px;
	}
	
	
#wrapper {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	}
	
	
/* Func Nav
------------------------------------------------------------------*/	
	
#funcnav {
	display: none;
	}

	
/* Page structure
------------------------------------------------------------------*/	
#banner {
	display: none;
	}
	
#printbanner {
	margin-bottom: 30px;
	}
	
#container {
	float: left;
	background-image: url(img/bck_page.gif);
	background-repeat: repeat-y;
	width: 100%;
	}

#left_container {
	display: none;
	}

#right_container {
	float: right;
	background-color: transparent;
	padding-right: 33px;
	}
	

/* Footer
------------------------------------------------------------------*/	
	
#footer {
	display: none;
	}
	
#copy {
	float: left;
	padding: 25px 0px 0px 50px;
	}
	
#designer {
	float: right;
	padding: 25px 50px 0px 0px;
}
	
/* Content aera
------------------------------------------------------------------*/	
	
#content {
	background-image: url(img/shade.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 50px;
	width: 625px;
	line-height: 18px;
	color: #4282a6;
	}
	
#content h1 {
	margin-top: 35px;
	font-size: 24px;
	font-weight: normal;
	color: #4282a6;
	}
	
#content p {
	padding-right: 25px;
	}

p.intro {
	font-style: italic;
	color: #848383;
	}

	
/* Additional items bottom
------------------------------------------------------------------*/	

#addit {
	display: none;
	}

#addit a.add {
	padding-left: 28px;
	text-decoration: none;
	color: #005a7f;
	}

#addit a.add:hover {
	color: #f26522;
	}
	
#addleft {
	float: left;
	}

.additem {
	background-image: url(img/sn_bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
	background-color: #fafafa;
	width: 385px;
	margin-bottom: 10px;
	line-height: 35px;
	border: 1px solid #ededed;
	}

#addright {
	float: right;
	}
	

/* Main Navigation
------------------------------------------------------------------*/	

#nav {
	display: none;
	}

#nav ul {
	margin: 0px 0px 0px 0px;
	display: inline;
	}

#nav ul li {
	float: left;
	display: inline;
	}

#nav a {
	display: block;
	color: #5d5d5d;
	text-decoration: none;
	padding: 0px 12px 0px 12px;
	border-bottom: 2px solid #ffffff;
	}

#nav a:hover {
	color: #5d5d5d;
	text-decoration: none;
	padding: 0px 12px 0px 12px;
	border-bottom: 2px solid #35b4e8;
	}



/* SubNavigation
------------------------------------------------------------------*/

#subnav {
	display: none;
	}
	
li.sn {
	background-image: url(img/sn_bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
	border-bottom: 1px solid #e6e6e6;
	width: 245px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 30px;
	}

li.sn a, li.sn a:visited {
	color: #7f7f7f;
	display: block;
	text-decoration: none;
	width: 215px;
	padding: 0px 0px 0px 30px;
	}

li.sn a:hover {
	color: #f08451;
	font-weight: bold;
	}

li.sn a.on {
	color: #f08451;
	font-weight: bold;
	text-decoration: none;
	width: 215px;
	padding: 0px 0px 0px 30px;
	}