* {
	margin: 0;
	padding: 0;
}

body {
	background: #d9d9dd url(images/img01.gif) repeat-x;
	font: normal 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #88888A;
}

h1, h2, h3 {
	color: #d77a00;
}

h1 {
	margin-bottom: .5em;
	font-size: 182%;
	font-weight: normal;
	letter-spacing: 0px;
}

h2 {
	margin-bottom: .5em;
	font-size: 136%;
	font-weight: bold;
	letter-spacing: 0px;
}

h3 {
	font-size: 90%;
	font-weight: bold;
	margin-top:5px;
	padding-bottom:7px;
	border-bottom: 1px dotted #cccccc;
	margin-bottom:15px;
}

h4 {
	font-size: 90%;
	font-weight: bold;
	margin-top:5px;
	padding-bottom:7px;
}

p, ol, ul {
	margin-bottom: 0em;
	text-align: justify;
	line-height: 170%;
	font-size: 107%;
}

ol {
	margin-left: 1.6em;
}

ul {
	list-style: none;
}

ul li {
	padding-left: 1em;
	background: url(images/img07.gif) no-repeat 2px 9px;
}

a {
	text-decoration: none;
	color: #666666;
}

a:hover {
	text-decoration: none;
	color: #DB5600;
}

/* Menu */

#menu {
	width: 740px;
	height: 60px;
	margin: 0 auto;
	border-left: 20px solid #DB5600;
}

#menu ul {
width: 740px;
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	padding: 0;
	display: inline;
	background: none;
}

#menu a {
	display: block;
	float: left;
	height: 40px;
	padding: 20px 10px 0 15px;
	font-size: 92%;
	font-weight: bold;
}

#menu a:hover {
	background: #f78300;
	text-decoration: none;
	color: #FFFFFF;
}

#menu b {
	text-decoration: underline;
}

/* Logo */

#logo {
	width: 760px;
	height: 280px;
	margin: 0 auto;
	background: #FFFFFF
}

#logo h1 {
	margin: 0;
	padding: 120px 0 0 0;
	text-align: right;
	letter-spacing: -1px;
	font-size: 189%;
}

#logo h2 {
	margin: 0;
	padding: 0 0 0 0;
	text-align: right;
	letter-spacing: -1px;
	font-size: 100%;
	font-weight: bold;
	font-style: italic;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Page */

#page {
	width: 760px;
	margin: 0 auto;
	background: url(images/img03.gif) repeat-y;
}

/* Content */

#content {
	float: left;
	width: 440px;
	padding: 20px 30px 20px 50px;
}

#welcome {
	margin-bottom: 15px;
	padding-bottom: 1px;
}

.floating-box {
	float: left;
	width: 210px;
}

.floating-box p, .floating-box news, .floating-box ol, .floating-box ul {
	line-height: 180%;
	font-size: 92%;
	margin-bottom:8px;
}


.floating-box img {
	border: 5px solid #FFFFFF;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 200px;
	padding-right: 20px;
	padding-top: 20px;
}

#sidebar {
	margin-left: 0;
	padding-left: 0;
}

#sidebar p {
	text-align: left;
	line-height: normal;
	font-style: normal;
	}
	
#sidebar div p {font-size:105%; line-height:150%;}



#links {
}

#links ul {
	background: url(images/img04.gif) repeat-x left bottom;
}

#links li {
	padding: 3px 0;
	background: url(images/img04.gif) repeat-x left top;
}

#links a {
	padding-left: 1em;
	background: url(images/img08.gif) no-repeat left center;
	color: #DB5600;
}

/* Footer */

#footer {
	height: 50px;
}

#footer .wrapper {
	width: 760px;
	margin: 0 auto;
}

#footer .links {
	float: left;
	width: 440px;
	height: 34px;
	padding: 16px 30px 0 30px;
	background: #FFFFFF;
	border-left: 20px solid #f78300;
	font-size: 90%;
}

#footer .legal {
	float: right;
	width: 220px;
	height: 34px;
	margin: 0 auto;
	padding: 16px 20px 0 0;
	background: #DB5600;
	text-align: right;
	font-size: 90%;
	color: #FFFFFF;
}