/*
SlicedBread Nov 07 Version CSS - Design by SlicedBread
*/

body {
	margin: 0;
	padding: 0;
	background: #ffffff url(images/top_banner_bg.jpg) repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 62%;
	color:#006600;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	color:#006666;
}

h1 {
	font-size: 1.8em;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.3em;
	font-weight: bold;
}

p, ol, ul {
	line-height: 1.5em;
	font-size: 1.2em;
	padding-top: 5px;
	margin: 10px 0 15px 0;
}



blockquote {
	margin: 0;
	padding-right: 20px;
	border-right: 2px solid silver;
	font-style: italic;
	text-align: left; 
	color: black;
}



blockquote * {
	line-height: normal;
}

a {
	color:#999900;
}

a:hover {
	text-decoration: none;
	color: orange;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 15px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 15px;
}


/* Header */

#header {
	width: 760px;
	height: 300px;
	margin: 0 auto;
	background: url(images/top_banner.jpg) no-repeat;
	
}

/* Logo */

#logo {
	float: left;
	padding-top: 10px;	
}

#logo h1, #logo h2 {
	margin: 0;
	padding-left: 10px;
	font-weight: normal;
}

#logo a {
	text-decoration: none;
}

/* Logo Menu */


/* banner */

#header2 {
	width: 760px;
	height: 180px;
	margin: 0 auto;
}

/*  Banner Menu */

#menu {
	float: left;
	width: 250px;
	height: 180px;
	clear:both;
}

#menu ul {
	margin: 0;
	padding: 65px 20px 0 80px;
	list-style: none;
	line-height: normal;
}



#menu a {
	display: block;
	padding: 8px 10px;
	text-decoration: none;
	font-size: 1.3em;
	font-weight: bold;
	color:#009900;
}

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

#menu .first a {
	background: none;
}

/* Banner */



/*  Main Page */

#page {
	width: 760px;
	margin: 0 auto;
	padding: 20px 0;
}

/* Content */

#content {
	float: left;
	width: 480px;
	padding-right: 20px;
}

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

#content ul li {
	padding-left: 15px;
	background: url(images/bullet.jpg) no-repeat 0 10px;
}

#content ol {
	margin-left: 0;
	padding-left: 0;
	list-style: lower-alpha inside;
}

.title {
	padding-top: 3px;
	margin-left: 25px;
}

.content {
	padding: 10px 20px 0px 20px;
	background: url(images/content_bg.jpg) no-repeat;
}



.content2 .col1 {
	float: right;
	width: 480px;
}

.content2 .col2 {
	float: right;
	width: 480px;
}

/* Sidebar */

#sidepanel {
	float: left;
	width: 220px;
	margin-top: 50px;
}

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

#sidepanel li {
	margin-bottom: 20px;
	
}

#sidepanel li ul {
	padding: 10px 20px;
	font-size: 1em;
}

#sidepanel li li {
	margin: 0;
	padding: 5px 10px;
	background: none;
	border-top: 1px dotted silver;
	font-weight: bold;
}

#sidepanel h2 {
	height: 30px;
	margin: 0;
	padding: 5px 0 0 20px;
	background: url(images/side_panel.jpg) no-repeat;
	font-size: 1.1em;
	font-weight: bold;
	color: #145997;
}

#sidepanel h3 {
	margin: 0;
}

#sidepanel p {
	margin: 0;
	line-height: normal;
	font-weight: normal;
	color: #145997;
	font-size: 1em;
}

#sidepanel a {
	text-decoration: none;
}

#sidepanel a:hover {
	text-decoration: underline;
}

#sidepanel .first {
	border: none;
}

#sidepanel blockquote {
color: silver;
}

/* Footer */

#footer-wrapper {
	height: 100px;
	padding: 20px ;
	background: url(images/footer_bg.jpg) repeat-x;;
	border-top: 10px solid #333366;
}

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

#footer p {
	margin: 0;
	line-height: normal;
}

#footer a {
	color: #666666;
}

#footnote {
	float: right;
	padding: 10px 100px 10px 0px;
	background: url(images/loaf.png) no-repeat right;
}

#footlinks {
	float: left;
	padding: 10px 0 0 0;
}

.firstp {
font-size: 1.4em;
}