body, h1, h2, h3, h4, p, ul, li {
	margin: 0px;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #ffffff;
	text-align: center;
	color: #ffffff; 
}
#wrapper {
	text-align: left;
	width: 789px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header {
	height: 232px;
}
#header span {
	position: absolute;
	left: -3000px;
}
#nav {
	background-image: url(images/webdesign/nav.jpg);
	background-repeat: no-repeat;
	height: 82px;
	width: 789px;
	padding:0px;
}

#nav ul {
	font-size: 12px;
	text-align: center;
	list-style-type: none;
	font-weight: bold;
}
#nav li {
	display: inline;
}
#nav li a:link, #nav li a:visited {
	color: #999966;
	text-decoration: none;
	margin-right: 10px;
	margin-left: 10px;
}
#nav li a:hover, #nav li active, #nav li a:focus {
	color: #CC9966;
}
#innerwrapper {
	background-image: url(images/webdesign/bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	float: left;
	width: 789px;
	padding: 0px;
}
#sidebar {
	float: left;
	width: 227px;
	background-image:url(images/webdesign/sideBG.jpg);
	background-position:top;
	background-repeat:repeat-y;
}
#sidebar p {
	font-size: 70%;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 20px;
	padding-bottom: 5px;
	color:#ffffff;
}
#sidebar h1 {
	margin-left:15px;
	font-size:18px;
	color:#FFFFFF;
	}
#sidebar ul {
	padding-bottom: 5px;
	font-size:85%;
	color:#000066;
}
#sidebar li {
	margin-left:25px;
	}
#sidebar li a:link, #sidebar li a:visited {
	color: #FFFFFF;
	text-decoration: none;
	border-bottom-style:dashed;
	border-bottom-color:#FFFFFF;
	border-bottom-width:1px;
}
#sidebar li a:hover, #sidebar li active, #sidebar li a:focus {
	color: #000066;
	background-color: #FFFFFF;
	}
#sidebar h2 {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	font-size: 100%;
	text-indent: 5px;
}
#content {
	float:right;
	width: 562px;
	}
#content h1 {
	color:#CC9966;
	padding: 5px 15px 15px 15px;
	font-size: x-large;
	}
#content h2 {
	color:#999966;
	padding: 5px 15px 15px 15px;
	font-size: 100%;
}
#content h3, h4, h5 {
	color:#CC9966;
	padding:5px 15px 15px 15px;
	font-size: 70%;
	}
#content td p {
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 80%;
	text-align: left;
	text-indent: -10px;
}
#content p {
	font-size: 85%;
	line-height: 1.4;
	margin-top: 5px;
	margin-right: 40px;
	margin-left: 20px;
	text-align: justify;
	padding-bottom:10px;
}
#content a:link, #content a:visited {
	color: #cc9966;
	text-decoration: none;
	border-bottom-style:dashed;
	border-bottom-color:#cc9966;
	border-bottom-width:1px;
}
#content a:hover, #content active, #content a:focus {
	color: #ffffff;
	background-color: #cc9966;
}
#content ul{
	font-size:85%;
	padding-left:25px;
	margin-right: 40px;
	}
#footer {
	background-image: url(images/webdesign/footer.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 77px;
	}
#footerFR {
	background-image: url(images/webdesign/footer_fr.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 77px;
	}
#footer p {
	font-size: 70%;
	text-align: center;
	padding-top: 60px;
}
#footer span {
	position:absolute;
	left:-3000px;
}
#footerFR span {
	position:absolute;
	left:-3000px;
	}
.rightfloat {
	float: right;
	vertical-align: top;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 40px;
}
.lftflt {
	float: left;
	margin-right: 8px;
	margin-left:5px;
}
.clearfloat {
	font-size: 1px;
	line-height: 0px;
	clear: both;
	height: 0px;
}
.topright {
	float:right;
	padding-bottom: 8px;
	padding-left: 8px;
}
.bold {
	font-weight: bold;
}
.center {
	text-align: center;
}
.padding10px {
	padding-left:10px;
}
.padding20px {
	padding-left:20px;
}
.padding30px {
	padding-left:30px;
}
.thumbnail {
	padding-left:30px;
	padding-bottom:20px;
}
.bottomleftimage {
	vertical-align: bottom;
	xposition: relative;
	xleft: -10px;
}
.hanging {
	padding-left: 50px;
}
.smallcaps {
	font-variant: small-caps;
}
