@charset "UTF-8";

/* formatting style
-------------------------*/

* {
	margin: 0px;
	padding: 0px;
	font-style: normal;
}
body {
	font-family: sans-serif;
	font-size: 75%;
	line-height: 1.6;
	color: #5C4033;
	background-color: #D2B48C;
}
hr {
	display: none;
}

/* link styles
---------------------------*/

a img {
	border-style: none;
}
a:link {
	color: #228B22;
	text-decoration: underline;
}
a:visited {
	color: #4B0082;
	text-decoration: underline;
}
a:hover {
	color: #006400;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	position: relative;
	left: 1px;
	top: 1px;
}

/* css_what_is_susc layout
---------------------------*/

#wrapper {
	background-color: #FFFFFF;
	width: 860px;
	margin: 0px auto;
}
#main {
	padding: 15px;
	float: right;
	width: 575px;
	margin-bottom: 20px;
}
#titleimage {
}
#sidebar {
	padding: 15px;
	float: left;
	width: 225px;
	margin: 0px 0px 20px;
}
#footer {
	color: #FFFFF0;
	background-color: #228B22;
	padding: 15px;
	clear: both;
}

/* header styles
---------------------------*/
#header {
	height: 115px;
	position: relative;
	background-color: #FFFFF0;
}
#header #logo {
	position: absolute;
	left: 1px;
	top: 0px;
}
#header #j_logo {
	position: absolute;
	right: 0px;
	top: 0px;
}
#header ul {
	width: 860px;
	left: 0px;
	top: 90px;
	background-color: #FFFFFF;
	position: absolute;
}
#header ul li {
	float: left;
	list-style: none;
}
#header ul li a {
	line-height: 25px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #006400;
	text-align: center;
	display: block;
	height: 25px;
	width: 172px;
}
#header ul li #nHome a {
}
/* main styles
---------------------------*/
#main h2 {
	margin-bottom: 15px;
	font-size: 200%;
	font-weight: bold;
}
#main h3 {
	margin-bottom: 20px;
	color: #006400;
	background-image: url(../image/topbean.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 6px 0px 4px 25px;
	font-size: 150%;
	border-top: 3px solid #228B22;
	border-bottom: 1px dotted #999999;
}
#main h4 {
	text-align: right;
	font-size: 100%;
}
#main p {
	line-height: 1.8em;
	margin-bottom: 1em;
}
#main #img_r {
	float: right;
	margin: 5px 0px 5px 5px;
}
#main #img_l {
	float: left;
	margin: 5px 10px 5px 0px;
}
#main table ul li {
	float: left;
	margin-left: 10px;
	list-style: none;
}
#main #pnews dt {
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: left center;
	clear: left;
	float: left;
	width: 8em;
	margin-bottom: 10px;
	padding-left: 20px;
}
#main #pnews dd {
	margin: 0px 0px 10px 6em;
}
#main ul#pevents li {
	list-style: none;
	background-repeat: no-repeat;
	background-position: left center;
	margin-bottom: 10px;
	padding-left: 15px;
}
#main ul#ptopics li {
	list-style: none;
	background-repeat: no-repeat;
	background-position: left center;
	margin-bottom: 10px;
	padding-left: 15px;
}
#main p#contact {
	border-top: 1px solid #238B22;
	padding: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
	line-height: 1.6;
	font-size: 85%;
	font-style: normal;
}
/* sidebar styles
---------------------------*/

#sidebar ul {
	margin-top: 10px;
}
#sidebar ul li {
	list-style: none;
	margin-bottom: 6px;
}

#sidebar ul li a {
	color: #006400;
	background-image: url(../image/arrow.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	display: block;
	width: 210px;
	padding-left: 15px;
}
#sidebar ul li a:hover {
	background-image: url(../image/arrow_hv.gif);
}

/* footer styles
---------------------------*/

#footer ul li a {
	color: #FFFFF0;
}
#footer ul li a:hover {
	color: #99FF66;
	text-decoration: none;
}
#footer p a {
	color: #FFFFF0;
}
#footer p a:hover {
	color: #99FF99;
	text-decoration: none;
}
#footer ul li {
	display: inline;
	margin-right: 15px;
	list-style: none;
}
#footer p {
	float: right;
	margin: 0px;
}
/* faq
---------------------------*/
#main dl#faqList dt {
	font-weight: bold;
	background-image: url(../image/q.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
}
#main #faqList dd {
	line-height: 1.8;
	background-image: url(../image/a.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-bottom: 1em;
	padding-left: 25px;
}
#main #profile {
	margin-bottom: 20px;
	background-color: #CDCDCD;
}
#main #profile dl {
	margin: 0px;
	padding: 10px;
}
#main #profile dt {
	font-weight: bold;
	padding-top: 0.5px;
}
#main #profile dd {
	padding-bottom: 0.5em;
}
#main #links dl {
	padding-top: 10px;
	padding-bottom: 10px;
}
#main #links dt {
	padding-top: 5px;
}
#main #links dd {
	padding-bottom: 5px;
}
#main #rules dt {
	padding-top: 1em;
	font-size: larger;
	font-weight: bold;
	text-align: center;
	padding-bottom: 1em;
}
#main #rules dd {
	padding-bottom: 5px;
}
#main table#rules {
	border-collapse:collapse;
	margin: 0.5em 0em;
	padding: 0px;
	border-width: 0px;
	border-style: none;
	float: none;
	clear: both;
}
#main table#rules th {
	text-align: left;
	text-indent: 5em;
	width: 140px;
	font-weight: normal;
}
#main table#rules tr {
}

/* archive
---------------------------*/
#archive_navi ul {
	text-align: center;
	margin-bottom: 30px;
	margin-top: 30px;
	clear: both;
}
#archive_navi ul li {
	display: inline;
	list-style: none;
	margin-right: 15px;
}
/* page_top
---------------------------*/
#page_top p {
	float: right;
	clear: both;
	padding-top: 15px;
}
/* topic
---------------------------*/

#page_navi ul {
	text-align: center;
	clear: both;
}
#page_navi ul li {
	display: inline;
	list-style: none;
	margin-right: 10px;
}
/* form
---------------------------*/
#main form {
	margin-bottom: 25px;
}
#main input[type="text"], #main textarea {
	padding: 2px;
	border: 1px solid #999999;
}
#main form em {
	color: #FF0000;
	padding-right: 5px;
}
#main table#contactForm {
	margin-bottom: 20px;
	border-top: 1px solid #CCCCCC;
	border-bottom-width: 0px;
	border-bottom-style: none;
	border-collapse:collapse;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}
#main table#contactForm ul li {
	display: inline;
	margin-right: 15px;
	list-style: none;
	margin-left: 0px;
}
#main table#contactForm tr {
	line-height: 1.6;
}
#main table#contactForm th {
	text-align: right;
	padding: 4px 15px;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	width: 160px;
}
#main table#contactForm td {
	padding: 4px 15px;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}
/* 
---------------------------*/
.insertComment {
	font-weight: bold;
	color: #FF0000;
	text-align: right;
}.releaseComment {
	border: thin dotted #C0C0C0;
	margin-top: 0px;
	margin-bottom: 15px;
	padding: 5px;
}
.i_header {
	font-size: 120%;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: center;
}
.listRules {
	margin-left: 5em;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

