﻿body{margin:0; padding:0; 
background-color:#ffffff;/*background-image:url(img01.gif);  */
font-family: "Trebuchet MS", arial, helvetica, sans-serif;
font-size: 12px;
color: black }/*#7f7772}	*/

h1, h2, h3 
{   margin-top: 0;
	font-weight: normal;
	color: #D33333;
}

h1 {font-size: 145%;}
h2 {font-size: 126%;}
h3 {font-size: 100%; font-weight: bold;}

ol {
    margin-bottom: 1.6em;
    line-height: 180%;
}

ul {
    margin-bottom: 1.6em;
	line-height: 180%;
}

p {
	margin-bottom: 1.6em;
	line-height: 180%;
}

blockquote {
	font-style: italic;
}

a {
	color: #008700;
}

a:hover {
	text-decoration: none;
	color:red;
	}

hr {
	display: none;
}

img {
	border: 1px solid #B2B2B2;
}

img.left {
	float: left;
	margin: 0 15px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 15px;
}

/* Wrapper */

#wrapper {
	padding-top: 20px;
	background: none; 
	
	}

#header {width: 760px;
height:53px;
margin: 0 auto;
/*background: #F8E663;*/
background-color:#4A5C54;
}

/* Logo */

#logo {
	float: left;
	width: 760px;
	height: 53px;
	padding: 0 0 0 0;
	margin: 0 auto;
	/*background:#F8E663;*/
	background-color:#4A5C54;
}

#logo h1,h2  {
	margin: 0;
	text-transform: lowercase;
	text-align: center;

}

#logo h1 {
	float:left;
	padding:5px 0px 0px 15px;
	font-size:30px;
}

#logo h2 {
	font-size: 14px;
	color: #EDEBD5;
	font-weight: bold;
	float: left;
	padding: 30px 0px 0px 25px;
}

#logo a {
	text-decoration: none;
	color: #CCCCFF;
}

/* Menu */


#menu {
	width: 760px;
	height: 180px;
	margin: 0 auto;
	font-size:1em;
		}

#menu ul {
	margin: 0;
	padding: 0px 0 0 20px;
	list-style:none;
}

#menu li {
	display: inline;
	padding:0 1px 0 0;
	}

#menu li:hover {
}

#menu a {
	padding: 0 12px;
	text-align: center;
	text-decoration: none;
	text-transform: lowercase;
	font-size: 105%;
	color: #800000;
	font-weight: bold;
}

#menu .active a {
	color: #800000;
}

#menu a:hover {
	color:red;
}

#menu a:visited {
	color: #999999;
}






  




/* Page */

#page {
	width: 760px;
	margin: 0 auto;
	background: none /*url(img05.gif) repeat-y;*/;
}

/* Content */

#content {
	 float: left;
	width: 470px;
	padding: 20px 20px;
	background:none;
}

.title {
	padding-bottom: 5px;
	border-bottom: 1px solid #EDEBD5;
}

.list {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

.list li {
	padding-left: 10px;
	background: url(images/img10.gif) no-repeat left center;
}

/* Sidebar */

#sidebar {
	float: right; 
	width: 210px;
	padding: 20px 10px;
	margin-top:20px;
	background: #D9FFD9;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style:disc;
	line-height: normal;
}

#sidebar li {
	background: url(images/img09.gif) repeat-x 0px 31px;
}

#sidebar li ul {
	padding: 15px;
}

#sidebar li li {
	background: none;
}

#sidebar h2 {
	height: 25px;
	margin: 0;
	padding: 5px 0 0 15px;
	background: url(images/img08.gif) no-repeat;
	font-size: 100%;
	font-weight: bold;
}

#sidebar h3 {
	margin: 0;
	font-size: 85%;
}

#sidebar p {
	margin-top: 0;
	line-height: normal;
}

#sidebar a {
}

#sidebar a:hover {
}

#sidebar .list li {
	padding: 5px 0;
}

#sidebar .list {
}

/* Footer */

#footer {
	clear: both;
	width: 760px;
	margin: 0 auto;
	padding: 20px 0;
	background: url(images/img07.gif) repeat-x;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: 77%;
}

#footer a {
	color: #CCCCCC;
}