@charset "utf-8";

body  {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	background-color: #E6E8C7;
}
#container {
	width: 780px;
	margin: 0 auto;
	border: 1px solid #AD181A;
	text-align: left;
	background-color: #D4D8A0;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-y;
	border: 1px solid #AD181A;
	background-position: 0px;
}

#sidebar {
	float: left;
	width: 220px;
	color: #787A5C;

}
#sidebar .pcs {
	font-size: 12px;
	margin-left: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #787A5C;
	margin-right: 36px;
	text-align: center;
}

#maincontent {
	float: right;
	width: 530px;
	font-family: Arial, Helvetica, sans-serif;
	color: #484848;
	margin-top: 25px;
	margin-right: 20px;
	font-size: 90%;

}
#lcontent {
	float: left;
	width: 260px;
}
#lcontent img {
	margin-left: 30px;
}


#rcontent {
	float: right;
	width: 260px;
}
#rcontent img {
	margin-left: 30px;
}


#container #maincontent h1 {
	font-size: 130%;
	color: #AD181A;
}
#container #maincontent h2 {
	font-size: 120%;
	color: #AD181A;
}
#container #maincontent h3 {
	letter-spacing: .1em;
	text-transform: uppercase;
	font-size: 100%;
}

#maincontent ul {
	list-style-image: url(../images/button.gif);
}
#maincontent li {
	position: relative;
	top: -5px;
	margin-bottom: 5px;
}
#maincontent dl {
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#maincontent dt {
	font-weight: bold;
	color: #AD181A;
	margin-bottom: 7px;
}
#maincontent dd {
	margin-left: 15px;
}

#menubar {
	font-weight: bold;
	color: #AD181A;
	text-align: left;
	width: 135px;
	margin-left: 49px;
	left: 0px;
	position: relative;
	margin-right: 25px;
}
#menubar ul {
	list-style-type: none;
	margin-top: 12px;
	margin-left: 0px;
	padding-left: 0px;
	margin-bottom: 15px;
}
#menubar ul li {
	padding-top: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#menubar ul li a {
	color: #AD181A;
	text-decoration: none;
	font-size: 13px;
}
#menubar ul li a:hover, #menubar ul li a:active {
	color: #DC890C;
	text-decoration: none;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	text-align: left;
	color: #787A5C;
	padding-bottom: 7px;
	margin-left: 230px;
	margin-right: 20px;
}
#tp {
	font-size: 12px;
	font-weight: bold;
	color: #B3184B;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: right;
}

.tst {
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #AD181A;
	padding-top: 25px;
}
.tst p {
	margin-top: -5px;
}
.tid {
	color: #AD181A;
}
#tp a {
	color: #AD181A;
	text-decoration: none;
	font-size: 13px;
}
#tp a:hover, #tp a:active {
	color: #DC890C;
	text-decoration: none;
}
.cnct {
	font-size: 120%;
	font-weight: bold;
	color: #AD181A;
}
.cnct a {
	color: #AD181A;
	text-decoration: none;
}
.cnct a:hover, .cnct a:active {
	color: #AD181A;
	text-decoration: underline;
}
#maincontent a {
	color: #AD181A;
	text-decoration: none;
}
#maincontent a:hover, #maincontent a:active {
	text-decoration: underline;
}
#container #maincontent h4 {
	font-size: 110%;
	color: #AD181A;
	font-weight: bold;
}
.divider {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #AD181A;
	color: #D4D8A0;
}
