* {
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, sans-serif;
}
html, body {
	background-color: #9C9;
	background-image: url(../images/hdr_rt.gif);
	background-repeat: repeat-x;
	font-size: 12px;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #000;
	background-color: #696;
}
#footer {
	color: #999;
	font-size: .8em;
	text-align: center;
}
h1 {
	font-size: 1.5em;
	font-weight: normal;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #696;
	border-top-width: thick;
	border-right-width: thick;
	border-bottom-width: thick;
	border-left-width: thick;
	border-top-style: inset;
	border-right-style: none;
	border-bottom-style: outset;
	border-left-style: groove;
	border-top-color: #9C9;
	border-right-color: #9C9;
	border-bottom-color: #9C9;
	border-left-color: #9C9;
	color: #FFF;
}
h2 {
	font-size: 1.25em;
	font-weight: normal;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #696;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: inset;
	border-right-style: none;
	border-bottom-style: outset;
	border-left-style: groove;
	border-top-color: #9C9;
	border-right-color: #9C9;
	border-bottom-color: #9C9;
	border-left-color: #9C9;
	color: #FFF;
}
#header {
	background-image: url(../images/hdr_lt.gif);
	height: 100px;
	background-repeat: no-repeat;
	padding-right: 10px;
	padding-top: 20px;
	padding-left: 150px;
	text-align: right;
}
#menu {
	padding-left: 375px;
	font-size: .9em;
}
#title {
	background-image: url(../images/cnt_lt.gif);
	background-repeat: no-repeat;
	height: 60px;
	padding-top: 20px;
	padding-left: 120px;
}
#content {
	padding-left: 20px;
}
#content p {
	padding-right: 10px;
	padding-bottom: 10px;
}

/*****************************************************************
* Custom Class - RSS From YCS News
*****************************************************************/
.rss {
	padding: 10px;
}
.rss_title {
	font-size: 1.25em;
	text-transform: capitalize;
	color: #000000;
	border: 1px solid #000;
	margin-bottom: 10px;
	text-align:center;
	padding: 5px;
}
.rss_desc {
	margin-left: 10px;
	margin-right: 10px;
}
.rss_desc img {
	float: left;
	margin-right: 5px;
	margin-left: 5px;
}
.rss_divider {
	clear: left;
	height: 5px;
}

/*****************************************************************
* Custom Class - Contact Page
*****************************************************************/
label {
	width: 200px;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block
}
.submit input {
	margin-left: 4.5em;
}
.contact_comments {
	margin-left: 140px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
}
input.btn {
	margin-left: 4.5em;
	color: #FFFFFF;
	background-color: #696;
	font-size: .9em;
	font-weight: bold;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #999999;
	width: 80px;
	padding: 2px;
}
input.btnhov { /*onmouseover="this.className='btn btnhov'" onmouseout="this.className='btn'"*/
	border-top-color: #CCCCCC;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #CCCCCC;
}
input, select, textarea {
	color: #FFFFFF;
	background-color: #696;
}
