* {
	margin: 0;
	padding: 0;
}

body {
	margin: 20px 0;
	background: #ffffff;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 0.8em;
	background-image: url(images/background.png);
	background-repeat: repeat-x;
}

h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: italic;
	color: #137a09;
}

h2 {
	margin-bottom: 15px;
	margin-top: 12px;
}

h3 {
	margin-bottom: 15px;
	margin-top: 12px;
}

p, blockquote, ul, ol {
}

p {
	line-height: 150%;
}

blockquote {
	padding-left: 3em;
	padding-right: 3em;
	background: url(images/img03.gif) no-repeat;
	text-align: justify;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #330010;
}

ul {
	margin-left: 3em;
	line-height: 150%;
}

ul li {
	list-style-image: url(images/square.gif);
}

ol {
	margin-left: 3em;
}

ol li {
}

a {
	color: #137a09;
}

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

img {
	border: none;
}

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

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



/* Page */

#page {
	width: 780px;
	margin: 0 auto;
	background: #FFFFFF;
	border: 10px solid #137a09;
}
#page #content #main table {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

/* Logo */

#logo {
	height: 200px;
	background: url(images/img02.jpg);
}

#logo h1 {
	padding: 135px 0 0 520px;
	font-size: 2.4em;
}

#logo h2 {
	margin-top: -8px;
	padding: 0 0 0 520px;
	font-size: 1.3em;
}

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

/* Content */

#content {
}

#extra {
}

/* Content > Main */

#main {
	padding: 20px;
}

#main a {
}

table.greenrule td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #82b87c;
	padding: 3px;
}

/* Content > Main > Welcome */

#welcome {
}

/* Content > Menu */

#menu {
	height: 40px;
	background: #137a09;
}

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

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	margin-left: 20px;
	padding: 10px 0 2px 0;
	border-bottom: 1px solid #EBE6E8;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	border-bottom-color: #f8ea0b;
}

#menu .active a {
	border-bottom-color: #f8ea0b;
}

#menu .first a {
}

/* Footer */

#footer {
	clear: both;
	padding: 10px;
	background: #EBE6E8;
}

#footer p {
	margin: 0;
	font-size: x-small;
	color: #137a09;
}

#footer a {
	color: #137a09;
}
td {
	vertical-align: top;
	line-height: 150%;
}
#footer a:hover {
color:#8ea0b}

/* Footer > Legal */

#legal {
}

/* Footer > Links */

#links {
}
caption {
	text-align: left;
	color: #137a09;
}
img {
	border: 1px solid #333333;
	padding: 2px;
}
