/**/@media screen {
html {
	overflow-y: scroll;
	font: 12px arial, helvetica, sans-serif;
}
body {
	margin: 8px;
	padding: 0;
}
a {
	color: #932653;
}
a:hover {
	color: #000000;
}
h2, h3, h4, h5, h6 {
	color: #9d2650;
	font-style: italic;
	margin: 0;
	padding: 0 0 10px;
}
h2 {
	font-size: 19px;
}
h3 {
	font-size: 15px;
}
p {
	margin: 0;
	padding: 0 0 10px;
}
ul {
	margin: 0 0 0 20px;
	padding: 0 0 10px;
}
#wrapper {
	margin: 0 auto;
	width: 750px;
	background: url(../images/wrapper.jpg) repeat-y left;
	overflow: auto;
	display: block !important;
	display: inline-block;
}
h1 {
	background: url(../images/h1.jpg);
	height: 115px;
	margin: 0;
}
h1 
a {
	display: block;
	height: 100%;
	text-indent: -777em;
	overflow: hidden;
}
h1 
br {
	display: none;
}
#nav {
	float: left;
	overflow: hidden;
	display: block !important;
	display: inline-block;
	list-style: none;
	margin: 3px 0 3px 5px;
	padding: 0;
	width: 153px;
	display: inline;
}
#nav 
ul {
	list-style: none;
	margin: 0 0 5px 5px;
	padding: 0;
	display: none;
	overflow: hidden;
}
#nav 
.expanded 
ul 
ul {
	display: none !important;
}
#nav 
ul 
.expanded 
ul {
	display: inline-block !important;
	margin: 0 0 0 5px;
}
html > body 
#nav ul .expanded ul {
	display: block !important;
}
#nav 
.expanded 
ul, 
#nav 
.current 
ul {
	display: block !important;
	display: inline-block;
}
#nav 
li {
	float: left;
	clear: left;
}
#nav 
a {
	display: block;
	width: 145px;
	height: 22px;
	border: 1px solid gray;
	line-height: 22px;
	color: black;
	text-decoration: none;
	font-weight: bold;
	font-style: italic;
	margin: 0 0 4px;
	padding: 0 0 0 6px;
	background: url(../images/nav.png) repeat-x 0 0;
}
#nav 
.current 
li 
a {
	color: black;
	background: url(../images/nav.png) repeat-x 0 0;
}
#nav 
ul 
a {
	width: 135px;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	height: 15px;
	line-height: 15px;
	margin: 0;
	border: 0;
	background-image: none !important;
	background-color: transparent !important;
	white-space: pre;
}
#nav 
ul 
ul 
a {
	width: 125px;
}
#nav .current a, 
#nav .current li a:hover, 
#nav a:hover {
	color: white;
	background-position: 0 -22px;
}
#nav ul a:hover, 
#nav ul .current a {
	text-decoration: underline !important;
	color: black !important;
}
#nav .current ul a {
	text-decoration: none !important;
}
#nav .current ul a:hover {
	text-decoration: underline !important;
}
#content {
	margin: 0 0 0 175px !important;
	margin: 0 0 0 172px;
	display: block !important;
	display: inline-block;
	width: 565px;
	text-align: justify;
}
#footer {
	background: white url(../images/footer.jpg) no-repeat;
	padding: 28px 0 0;
	text-align: center;
	color: #666666;
	font-size: 11px;
	overflow: auto;
	display: block !important;
	display: inline-block;
	clear: both;
}
#footer 
img {
	border: 0;
	vertical-align: bottom;
}
#footer 
em {
	font-weight: bold;
}
#footer p {
	padding: 0 0 5px;
}
/**/}