body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	margin: 13px 0 10px;
	background: #72AC2A;
}

img {
    border:0;
}

h1 {
	font-family: Arial, Verdana, sans-serif;
	color: #003500;
    font-size: 1.9em;
    margin: 3px 0 17px;
	padding: 0 0 10px;
	font-weight: normal;
	border-bottom: 1px dashed #002B00;
}

h2 {
	color: #ed3200;
	border-bottom: 1px solid #ed3200;
	font-size: 1.4em;
	margin: 0;
	padding: 0;
}

h3 {
	font-size: 1em; 
	color: #003500;
	margin: 7px 0;
}

p {
	margin: 0;
	padding: 7px 0 7px 0px;
}

a:link, a:visited, a:active {
	color: #286703;
	text-decoration: underline;
}

a:hover {
	color: #800000;
	text-decoration: none;
}

#wrapper {
    width: 790px;
	margin: auto;
	background: #FFF;
}

#wrapper2 {
    width: 800px;
	height: 122px;
	text-align: center;
	margin: 0 auto 6px auto;
	background: #FFF;
}

#wrapper2 img {
    padding: 3px 0 0 0;
}

/* Top rounded corners */

.top-left {
	height: 8px;
	background: url(img/decorations.gif) no-repeat;
	overflow: hidden;
}

.top-right {
    width: 8px;
	height: 8px;
	background: url(img/decorations.gif) 0px -8px no-repeat;
	float: right;
	overflow: hidden;
}

#columns {
	padding: 3px 10px 0 0;
}

/* Right column text content */


#right-column {
    width: 589px;
	margin: 0 1px 2px;
	float: right;
}

#text {
    border: 1px solid #ECEAE3;
    border-width: 0 1px 0 1px;
	background: #FBF9F3;
	padding: 7px 15px 5px 15px;
	text-align: justify;
}

#text img {
	border: 1px solid #222;
	padding: 2px;
	background: #eee;
}

#left-column {
	width: 180px;
	float: left;
}

/* Menu */

#menu {
	padding: 7px 0 0 12px;
}

#menu a {
	display: block;
	line-height: 20px;
	padding: 2px 8px 4px 8px;
	color: #286703;
	font-size: 0.9em;
	font-weight: bold;
	width: 150px;
	background: #fbf9f3;
	text-decoration: none;
}

#menu a:hover {
	background: #ffffff;
}

#menu ul {
	margin: 0;
	padding: 0;
    list-style: none;
}

#menu li {
	margin: 0;
	padding: 0;
	border-bottom: 1px dashed #679b26;
	width: 167px;
}

#menu li.menu-last {
	border: none;
}

#menu-current  a {
	background: #72AC2A;
	color: #FFF;
}

/* Bottom rounded corners */

.bottom-left {
	height: 8px;
	background: url(img/decorations.gif) 0px -16px no-repeat;
	overflow: hidden;
}

.bottom-right {
    width: 8px;
	height: 8px;
	background: url(img/decorations.gif) 0px -24px no-repeat;
	float: right;
	overflow: hidden;
}

#clear {
    clear: both;
	height: 0;
	overflow: hidden;
}

#text-top {
	height: 7px;
	background: url(img/decorations.gif) 0px -60px;
	overflow: hidden;
}

#text-top-left{
	height: 7px;
	background: url(img/decorations.gif) 0px -32px no-repeat;
	overflow: hidden;
}

#text-top-right {
    width: 8px;
	height: 7px;
	background: url(img/decorations.gif) 0px -39px no-repeat;
	float: right;
	overflow: hidden;
}

#text-bottom {
	height: 7px;
	background: url(img/decorations.gif) 0px -67px;
	overflow: hidden;
}

#text-bottom-left{
	height: 7px;
	background: url(img/decorations.gif) 0px -46px no-repeat;
	overflow: hidden;
}

#text-bottom-right {
    width: 8px;
	height: 7px;
	background: url(img/decorations.gif) 0px -53px no-repeat;
	float: right;
	overflow: hidden;
}

	
#footer {
	font-family: Tahoma;
	width: 770px;
	margin: 7px auto 0;
	font-size: 0.85em;
	color: #FFF;
	text-align: right;
}	
	
p.photo {
	text-align: center;
}

fieldset {
	border:1px solid #aba9a4
	}
