body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(images/bg1.jpg) repeat-x;
	font-size: 13px;
	color: #333333;
}

body, th, td, input, textarea, select, option {
	font-family: Arial, Helvetica, sans-serif;
}

h1, h2, h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #848e97;
}

h1 {
	letter-spacing: -2px;
	font-size: 3em;
	margin-top: 0;
}

h2 {
	letter-spacing: -1px;
	font-size: 1.8em;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	line-height: 150%;
}



blockquote {
	padding-left: 1em;
	border-top: 1px solid #EFEFEF;
	border-left: 1px solid #EFEFEF;
	background: #F9F9F9;
}

blockquote p, blockquote ul, blockquote ol {
	line-height: normal;
	font-style: italic;
}

a {
	color: #E75C14;
}

a:hover {
	text-decoration: none;
}

/* Header */

#header1, #header2, #header3, #header4, #header5, #header6, #header7, #header8, #header9 {
	width: 760px;
	height: 220px;
	margin: 0 auto;
	}

#header1 {background: url(images/header1.jpg) no-repeat left center;}
#header2 {background: url(images/header2.jpg) no-repeat left center;}
#header3 {background: url(images/header3.jpg) no-repeat left center;}
#header4 {background: url(images/header4.jpg) no-repeat left center;}
#header5 {background: url(images/header5.jpg) no-repeat left center;}
#header6 {background: url(images/header6.jpg) no-repeat left center;}
#header7 {background: url(images/header7.jpg) no-repeat left center;}
#header8 {background: url(images/header8.jpg) no-repeat left center;}
#header9 {background: url(images/header9.jpg) no-repeat left center;}

#logo {
	float: left;
	padding: 90px 0 0 0;
}

#logo h1, #logo p {
	margin: 0;
	color: #FFFFFF;
}

#logo a {
	color: #FFFFFF;
}

#links {
	float: right;
	width: 6	50px;
	padding: 0 0 0 0;
	margin-top: 170px;
	text-align: left;
	font-size: 11px;
	color: white;
	border: yellow 0px dashed;
	width: 750px;
}
#links a {
	color: #efefef;
	font-weight: bold;
	text-decoration: none;
}

#links a:hover {
	color: #000000;
}

/* Page */

#page {
	width: 720px;
	margin: 0 auto;
	padding: 0px;

}

/* Content */

#content {
	float: right;
	width: 500px;
}

#content ul {
	line-height: 120%;
	margin-bottom: 10px;
}

#content ul li {
	line-height: 125%;
	margin-bottom: 10px;
	list-style: square;
}



#content ul ul li .a {
	line-height: 125%;
	margin-bottom: 10px;
	list-style: square;
	font-size: 6px;
}

#content img {
	padding: 5px;
	border-top: solid 1px #f6f5f5;
	border-left: solid 1px #f6f5f5;
	border-right: solid 2px #CCCCCC;
	border-bottom: solid 2px #BEBEBE;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 150px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
}

#sidebar li ul {
}

#sidebar li {
	padding-left: 10px;
	background: url(images/arrow.gif) no-repeat left top;
	border-bottom: 0px dotted #CCCCCC;
}


#sidebar li li {
	padding-left: 10px;
	background: url(images/img06.gifx) no-repeat left;
	border-bottom: 0px dotted #CCCCCC;
}

#sidebar h2 {
	margin: 0;
	padding: 20px 0;
}

#sidebar li a {
	text-decoration: none;
	color: #333354;
}

#sidebar a:hover {
	color: #E75C14;
}

#sidebar li.menu-current { 
	font-weight: bold; 
	margin-left: 0;
	background: url(images/arrow_current.gif) no-repeat left top;

	}
#sidebar li.menu-parent { 
		margin-left: 0;

	}	


/* Footer */

#bottomnav {
	text-align: center;
	}

#bottomnav a {
font-size: 10px;
color: #333333;
padding-bottom: 10px;
}

#footer {
	clear: both;
	padding: 5px 0;
	background: url(images/img07.gifx) repeat-x;
	text-align: center;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	background-color: #cccccc;
}

#search {
margin-top: 20px;
margin-bottom: 10px;
padding: 5px;

border: 1px #cccccc solid;
background-color: #F5F5F5;
}

#search input {
color: black;
font-size: 11px;
border: 1px solid #666666;
}

#search form {
display:inline;
margin:0pt;
}

#quote {
margin-top: 20px;
margin-bottom: 10px;
padding: 0;
font-size: 0.88em;
color: #000000;
border: 0px #000000 solid;
background-color: #ffffff;
}

#quote h3 {
color: #848e97;

	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	font-size: 1.25em; 
}



