html, body {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	padding: 0;
}

body {
	font-family: "Bitstream Vera", "Vera", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	background : #fff;
	text-align: left;
}

input, textarea {
	border: 1px solid #DDD;
	background: #F2F2F2;
	color: #333;
}

input:focus, textarea:focus {
	border: 1px solid #999;
}

fieldset {
	border: none;
}

img {
	border: 0;
}

#top {
	font-size: 11px; 
	font-weight:bold;
	background-color: #e1e2c3;
	width: 100%;
	text-align: center;
	font-size: 12px;
	color: #4e4f30;
	border-top: 1px solid #cdceaf;
	border-bottom: 1px solid #cdceaf;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0;
}

#top a {
	color: #000; 
	text-decoration: none;
}
#top a:visited { 
	color: #000;
	text-decoration: none;
}

#top a:hover, #top a:focus, #top a:active {
	color: #000; 
	text-decoration: underline;
}

#left {
	color: #000;
	font-size: 12px;
	margin-right: 5px;
	margin-left: 0px;
	float: left;
	width: 180px;
	padding: 1em;
	background: #ecedce;
	border-bottom: 2px groove #848566;
	border-right: 2px groove #848566;
	vertical-align: top;
}

#left h2 {
	color: #4e4f30;
	word-spacing: 2px;
	letter-spacing: 1px;
	font-size: 13px;
	font-weight: normal;
	border-bottom-color: #c5b38f;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	margin-bottom: 5px;
	margin-top: 0px;
}

#left h3 {
	color: #4e4f30;
	word-spacing: 2px;
	letter-spacing: 1px;
	font-size: 12px;
	font-weight: normal;
	border-bottom-color: #c5b38f;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	margin-bottom: 5px;
	margin-top: 0px;
	margin-left: 5px;
}

#left h4 {
	color: #4e4f30;
	word-spacing: 2px;
	letter-spacing: 1px;
	font-size: 9px;
	font-style: italic;
	font-weight: normal;
	margin-bottom: 1px;
	margin-top: 0px;
	margin-left: 5px;
}

#left a {
	color:#333;
	text-decoration: none;
	border-bottom: 1px dotted #eaddc3;
}
#left a:visited { 
	color:#333;
	text-decoration: none;
	border-bottom: 1px dotted #eaddc3;
}

#left a:hover, #left a:focus, #left a:active {
	color: #333;
	text-decoration: none;
	border-bottom: 1px solid #848566;
}

#left ul {
	list-style-image: url("li.png");
	list-style-position: inside;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
	padding: 0;
}

#title {
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 20px;
	background: #fff;
	font-family: "Bitstream Vera", "Vera", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
	font-size: 20px;
	text-align: center;
	color: #777;
	letter-spacing: 2px;
}
#title a {
	color: #777;
	text-decoration: none;
}

#content {
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	background: #fff;
	background-repeat: no-repeat;
	background-image: url("bg.png");
	background-position: bottom right;
	font-family: "Bitstream Vera", "Vera", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #777;
	letter-spacing: 1px;
}

#content h2 {
	color: #777;
	text-align: center;
	letter-spacing: 4px;
	font-size: 17px;
	font-weight: normal;
	border-bottom-color: #c5b38f;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	margin-bottom: 5px;
	margin-top: 10px;
}

#content h3 {
	color: #777;
	letter-spacing: 2px;
	font-size: 13px;
	font-weight: normal;
	border-bottom-color: #c5b38f;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	margin-bottom: 5px;
	margin-top: 10px;
}

#content a {
	color: #777;
	text-decoration: none;
	border-bottom: 1px dotted #eaddc3;
}
#content a:visited { 
	color: #777;	
	text-decoration: none;
	border-bottom: 1px dotted #eaddc3;
}

#content a:hover, #content a:focus, #content a:active {
	color: #777;
	text-decoration: none;
	border-bottom: 1px solid #848566;
}

#content ul {
	list-style-image: url("li.png");
	list-style-position: inside;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
}

#content ol {
	list-style-position: inside;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
}

#footer {
	letter-spacing: 2px;
	font-weight: normal;
	font-style: italic;
	font-size: 11px;
	color: #aaa;
	text-align: center;
}

#footer a {
	color: #777;
	text-decoration: none;
	border-bottom: 1px dotted #eaddc3;
}
#footer a:visited { 
	color: #777;	
	text-decoration: none;
	border-bottom: 1px dotted #eaddc3;
}

#footer a:hover, #footer a:focus, #footer a:active {
	color: #777;	
	text-decoration: none;
	border-bottom: 1px solid #848566;
}

