* {
	margin: 0;
	padding: 0;
}

.clear {
	clear: both;
}

body {
	background: #fff url(body_bg.jpg) top center repeat-x;
	font-family: verdana, sans-serif;
	color: #2B2B24;
	font-size: 16px;
}

a {
	color: #2B2B24;
}

a:hover {
	color: #2A7DE3;
}
/******************************************************/
#container {
	width: 1000px;
	margin: 0 auto;
}
/******************************************************/
#header {
	background: url(header_bg.jpg) ;
	width: 1000px;
	height: 200px;
}

#header h1 {
	display: none;
}

#header p.slogan {
	margin: 0;
}

#header p.slogan span {
	display: block;
	padding-top: 112px;
	padding-left: 25px;
	font-family: "trebuchet ms", arial,helvetica, sans-serif;
	font-size: 1.6em;
	line-height: 1.5em;
	font-weight: normal;
	font-style: italic;
}
/******************************************************/
#menu_main {
	width: 975px;
	padding-left: 25px;
	float: left;
	height: 38px;
	font-family: "trebuchet ms", verdana, helvetica, sans-serif;
	font-size: 16px;
	line-height: 22px;
	font-weight: normal;
	font-style: italic;
}

#menu_main li {
	list-style: none;
	float: left;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}

#menu_main a {
	float: left;
	display: block;
	padding: 8px 15px 0px 15px;
	height: 38px;
	border: none;
	text-decoration: none;
	color: #8BC5F3;
}

#menu_main li:hover {
	background: url(a-hover_bg.png) top left no-repeat;
}

html>body #menu_main a:hover {
	background: url(a-hover_bg2.png) top right no-repeat;
	padding-top: 9px;
}

/******************************************************/
#menu_sidebar {
	background: #8BC5F3 url(menu-sidebar_top_bg.png) top left no-repeat;
	float: left;
	width: 250px;
	margin: 10px;
	padding-top: 20px;
	color: #2B2B24;
}

#menu_sidebar ul {
	list-style: none;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	font-size: 14px;
	font-family: verdana, helvetica, sans-serif;
	padding: 2px 0 2px 15px;
}

#menu_sidebar h3 {
	font-family: "trebuchet ms", verdana, helvetica, sans-serif;
	font-size: 20px;
	padding: 15px 0 3px 15px;
	margin: 0;
	line-height: 22px;
	font-weight: normal;
	font-style: normal;
}

#menu_sidebar a {
	color: #2B2B24;
	text-decoration: none;
}

#menu_sidebar a:hover {
	border-bottom: 1px dashed #2B2B24;
}

#menu_sidebar .sidebarfooter {
	background: #8BC5F3 url(menu-sidebar_bottom_bg.png) bottom left no-repeat;
	width: 250px;
	height: 25px;
	margin: 0;
}
/******************************************************/
#content {
	width: 700px;
	padding: 20px 0 0 20px;
	float: right;
}

#content ul {
	font-size: .8em;
	padding: 1em 0 1em 3em;
	list-style-position: outside;
}

#content li {
	padding: .5em 0;
}

img {
	float: left;
	margin: 5px 15px 5px 0;
}

img.frame {
	border: 1px solid #000;
	padding: 5px;
}

img.right {
	margin: 5px 0 5px 15px;
	float: right;
}

img.no-float {
	margin: 5px 0 5px 15px;
	float: none;
}

h2, h2 a {
	font-family: "Trebuchet MS", Arial,Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
	color: #2B2B24;
}

h2 {
	font-size: 1.4em;
	line-height: 1.2em;
	margin: .4em 0 .5em 0;
}

h3, h4, h5 {
	font-family: "Trebuchet MS", Arial,Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
	color: #2B2B24;
	font-size: 1.1em;
	line-height: 1.1em;
	margin: .4em 0;
}

h4 {
	font-size: 1em;
	line-height: 1.1em;
}

h5 {
	font-size: .9em;
	line-height: 1em;
}

p {
	font-size: .8em;
	line-height: 1.6em;
	margin: 1.5em 0;
}

#content table
{
	font-size: .8em;
	margin: 10px 5px;
	padding: 0;
	border-collapse: collapse;
	border: 1px solid #ccc;
}

#content th
{
	border: 1px solid #ccc;
	padding: 3px;
	text-align: center;
	background: #eee;
	color: #222;
}

#content td
{
	border: 1px solid #ccc;
	padding: 3px;
	text-align: left;
	background: #fefefe;
	color: #222;
}

#content td.center
{
	text-align: center;
}

#footer {
	clear: both;
	width: 1000px;
	height: 80px;
	line-height: 2em;
	text-align: center;
	font-size: .8em;
	margin: 10px 0 30px 0;
	background: #E0D1B2;
}
