* {
	padding: 0;
	margin: 0;
}

body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #1C4B07;
	background-color: #73908C;
}

a, a:link, a:visited {
    color: #566047;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

a:active, a:focus {
    color: #566047;
}  

p {
	margin-bottom: .6em;
	font-size: 85%;
	line-height: 1.5em;
}
h2 {
	margin: 0 0 .8em;
	font-size: 120%;
}

h3 {
	font-size: 24px;
	color: #577;
	font-size: 100%;
	margin: 1em 0;
}

#container {
	position: relative;
	margin: 0 auto;
	text-align: left;
	width: 780px;
	background: url(bg-container.jpg) repeat-y;

}

ul, ol {
	font-size: 85%;
	margin: 1em 2em;
}
ul ul, ul ol, ol ol, ol ul {
	font-size: 100%;
}
li {
	line-height: 1.3em;
	margin-bottom: .5em;
}
/* Header */

#header {
	height: 150px;
	background: url(bg-header.jpg) center top no-repeat;
	width: 780px;

}

#addy {
	width: 325px;
	padding: 75px 0 0 89px;
	color: #577;
}
#addy ul {
	margin: 0;
}

#addy li {
	line-height: 1.3em;
	margin-bottom: 0;
}

#footer {
	text-align: right;
	clear: both;
	height: 166px;
	voice-family: "\"}\"";
	height: 434px;
	voice-family: "\"}\"";
	background: #73908C url(bg-footer.jpg) no-repeat;
	padding-top: 40px;
	padding-right: 25px;
	font-size: 80%;
	color: #577;
}


#tabbed-pane {
	width: 700px;
	left: 231px;
	height: 10%;
	margin: 10px auto;
}
#tabbed-pane ul#tabs {
	list-style: none;
	clear: both;
	float: left;
	z-index: 20;
	margin-bottom: -1px;
}

#tabbed-pane #tabs li {
	float: left;
	margin: 0 1px 0 0;
}

#tabbed-pane #tabs li a {
	display: block;
	float: left;
	height: 22px;
	margin: 0 1px 0 0;
	padding: 10px 15px 0 15px;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #577;
}
#tabbed-pane #tabs li a:hover {
	background: #eff;
	color: #039;
}
/*#tabbed-pane #tabs li a:active {
	color: #AF2429;
	background: #FBFBE5;
	border: solid 1px #73908C;
	border-bottom: none;
}*/
#MyPane_container {
	clear: both;
	height: 100%;
	border: 1px solid #73908C;
	background: #FBFBE5;
	margin: 0;
	padding: 20px;
}

