

* {
	margin: 0;
	padding: 0;
}

body, th, td {
	background: #FFFFFF url(../images/img01.jpg) repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	/*color: #666666;*/
}


/* Header */

#header {
	width: 860px;
	height: 80px;
	margin: 0 auto;
}


/* Page */

#page {
	width: 860px;
	margin: 0 auto;
	padding: 30px 0 0 0;
}

/* Content */

#content {
	float: left;
	width: 560px;
}

#content p{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	/*color: gray;*/
}

p.gray{
	color: gray;
}

p.indent1{
	margin-left: 30px;
	color:#404040;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size:1.0em;
}
p.indent2{
	margin-left: 20px;
	color:black;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size:1.0em;
}
p.indent3{
	margin-left: 30px;
	color:black;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size:1.0em;
}


p.title{
	font-size: 1.0em;
	font-style:normal;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
}

#content h2{
	margin-left: 20px;
	color:black;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: italic;
	font-size:1.1em;
}

#content h1{
	color:black;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:12pt;
}

/* Sidebar */

#sidebar {
	float: right;
	text-align: center;
	margin-left: 10px;
	margin-top: 25px;
	padding: 5px;
	width: 280px;
	height: 400px;
	background-color:transparent;
}

/* Logo */

#logo {
	float: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
}

#logo h1, #logo h2 {
	float: left;
}

#logo h1 {
	padding-top: 30px;
	/*text-transform: lowercase;*/
	font-size: 34px;
	font-weight: normal;
}

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


/* Footer */

#footer {
	height: 100px;
	padding: 20px;
	background: #FFFFFF;
	border-top: 1px solid #333333;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: 50%;
}

/* Menu */

#menu {
	width: 960px;
	height: 30px;
	margin: 0 auto;
}

#menu ul {
	margin: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: block;
	float: left;
	margin-right: 1px;
	padding: 0;
	background: #FFFFFF;
}

#menu a {
	display: block;
	float: left;
	background: url(../images/img06.jpg) no-repeat;
	text-decoration: none;
	color: #666666;
}

#menu a:hover {
	color: #99cc66;
}

#menu b {
	display: block;
	float: left;
	height: 23px;
	padding: 7px 20px 0 20px;
	background: url(../images/img05.jpg) no-repeat right top;	
}

#menu li.active {
	background: #CFCECE url(../images/img04.gif) repeat-x;
}

#menu li.active a {
	background: url(../images/img03.jpg) no-repeat right top;
	color: #006600;
}

#menu li.active b {
	background: url(../images/img02.jpg) no-repeat;
}