@charset "utf-8";

/*****************************************************************
* Modified Tags
*****************************************************************/
body {
	background-color: #FD8F6F;
	font-size: 14px;
	background-image: url(../images/bk.png);
	background-repeat: repeat-x;
	background-position: center top;
	padding: 0px;
	margin: 0px;
}
a {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	background-color: #049265;
}
img {
	border: none;
}
h1 {
	font-size: 2em;
	font-weight: normal;
	text-transform: capitalize;
	text-align: center;
	border: 1px dashed #000000;
	padding: 2px;
}
h2 {
	font-weight: normal;
	font-size: 1.5em;
	text-transform: capitalize;
	text-align: center;
	border: 1px dashed #000000;
	padding: 2px;
}

/*****************************************************************
* Custom - Alignment
*****************************************************************/
.center {
	text-align: center;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.column1 {
	width: 50px;
	float: left;
	height: 40px;
}
.column2 {
	width: 255px;
	margin-left: 60px;
	height: 40px;
}
.column3 {
	width: 150px;
	float: right;
	height: 40px;
}

/*****************************************************************
* Custom - Header
*****************************************************************/
.header {
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 210px;
	padding-top: 10px;
	margin-bottom: 10px;
}

/*****************************************************************
* Custom - Menus
*****************************************************************/
#menu_l, #menu_r {
	width: 120px;
	border: 1px solid #000;
}
#menu_l p, #menu_r p {
	margin: 0px;
	padding: 0px;
}
#menu_l {
		float: left;
}
#menu_r {
		float: right;
}
#menu_l .title, #menu_r .title {
	text-align: center;
	text-transform: uppercase;
	background-color: #02846C;
	color: #FFF;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 1.2em;
}
.copy {
	font-size: .7em;
	padding: 2px;
}

/*****************************************************************
* Custom - Content
*****************************************************************/
#container {
	width: 98%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
}
#content {
	margin-right: 130px;
	margin-left: 130px;
	top: 215px;
}

/*****************************************************************
* Custom - Misc
*****************************************************************/
#banner468 {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	margin-bottom: 5px;
}

/*****************************************************************
* Custom - Contact Page
*****************************************************************/
label {
	width: 150px;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block
}
.submit input {
	margin-left: 4.5em;
}
.warning {
	font-size: .8em;
	font-weight: normal;
	color: #FF0000;
	text-align: center;
}

/*****************************************************************
* Custom - RSS From YCS News
*****************************************************************/
.rss {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	float: right;
}
.rss_title {
	font-size: 1.25em;
	text-transform: capitalize;
	color: #FFFFFF;
}
.rss_desc {
	margin-left: 10px;
	margin-right: 10px;
}
.rss_desc img {
	float: left;
	margin-right: 5px;
	margin-left: 5px;
}
.rss_divider {
	clear: left;
	height: 0px;
}

