@charset "UTF-8";
/* CSS Document */

body {
	font-family: arial;
	font-size: 12px;
	color: #777;
	margin: 0;
	padding: 0;
	background: #4d7474 url(images/main_bg.jpg) repeat-x;
}

.index_bg {
	background: #4d7474 url(images/index_stripe.jpg) repeat-x;
}

td {
	font-size: 12px;
	color: #999999;
}

p {
	font-size: 12px;
	color: #777;
}

img {
	border: none;
}

h1 {
	font-size: 18px;
	color: #4d7474;
	font-weight: bold;
	font-family: trebuchet ms, arial;
	text-transform: uppercase;
	letter-spacing: 1px;
	background: url(images/h1_bg.jpg) no-repeat;
	padding: 6px 0 2px 42px;
	border-bottom: 2px dotted #c09310;
	margin: 0 0 8px 0;
}

h2 {
	font-size: 16px;
	color: #4d7474;
	font-weight: bold;
	margin: 0;
	padding: 3px 0 5px 0;
	text-transform: uppercase;
	font-family: trebuchet ms, arial;
	letter-spacing: 1px;
}

h3 {
	font-size: 14;
	color: #333;
	font-weight: bold;
	padding: 3px 0 5px 0;
	margin: 0;
}

h4 {
	color: #f8e099;
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	padding: 2px 0 2px 0;
}

a {
	color: #cc9900;
	text-decoration: none;
}

a:visited {
	color: #cc9900;
	text-decoration: none;
}

a:hover {
	color: #76212a;
}

a:visited:hover {
	color: #76212a;
}

.main_table {
	background: url(images/sub_main_bg.jpg) 50% 0 no-repeat;
}

.left {
	background: url(images/left_bg.jpg) repeat-y;
}

.right {
	background: url(images/right_bg.jpg) repeat-y;
}

.left_column {
	background: #375c5c url(images/left_column_bg.jpg) 0 100% no-repeat;
	width: 146px;
	border-left: #223f3f solid 1px;
	border-right: #223f3f solid 1px;
	padding: 0 25px 120px 27px;
	color: #fff;
	line-height: 20px;
	
}

.left_column a {
	color: #f8e099;
	text-decoration: none;
}

.left_column a:visited {
	color: #f8e099;
	text-decoration: none;
}

.left_column a:hover {
	color: #fff;
	text-decoration: underline;
}

.left_column a:visited:hover {
	color: #fff;
	text-decoration: underline;
}

.content {
	background: #fff url(images/content_bg.jpg) repeat-y;
	width: 596px;
	padding: 0 32px 0 25px;
	text-align: justify;
	line-height: 16px;
}

.content p {
	margin: 0;
	padding: 0 0 15px 0;
}

.footer {
	color: #214646;
	font-size: 11px;
	padding: 0 0 25px 0;
}

.footer a {
	color: #214646;
	text-decoration: none;
}

.footer a:visited {
	color: #214646;
	text-decoration: none;
}

.footer a:hover {
	color: #e4d9b8;
	text-decoration: none;
}

.footer a:visited:hover {
	color: #e4d9b8;
	text-decoration: none;
}

.footer img {
	float: right;
}

.footer p {
	float: right;
	padding: 11px 5px 0 0;
	margin: 0;
	color: #214646;
	font-size: 11px;
}

.footer_contact {
	text-align: right;
	padding: 0 16px 11px 0;
	margin: 0;
	color: #214646;
	font-size: 11px;
}

.footer_contact p {
	color: #214646;
	font-size: 11px;
	margin: 0;
	padding: 0;
}

.footer_contact a {
	color: #214646;
	text-decoration: none;
}

.footer_contact a:visited {
	color: #214646;
	text-decoration: none;
}

.footer_contact a:hover {
	color: #e4d9b8;
	text-decoration: none;
}

.footer_contact a:visited:hover {
	color: #e4d9b8;
	text-decoration: none;
}

.yellow {
	color: #f8e099;
}

/* -- BEGIN INDEX STYLES -- */

.index_main_table {
	background: url(images/index_main_bg.jpg) 50% 0 no-repeat;
}

.index_bottom_left {
	background: #2c4e4e url(images/index_bottom_left.jpg) no-repeat;
	width: 168px;
	border-left: #223f3f solid 1px;
	border-right: #223f3f solid 1px;
	border-bottom: #223f3f solid 1px;
	text-align: center;
	color: white;
	font-family: trebuchet ms, arial;
	font-size: 13px;
	padding: 105px 15px 0 15px;
}

.index_bottom_left_bg {
	background: url(images/index_bottom_left_bg.jpg) repeat-y;
	width: 28px;
}

.index_bottom_right {
	background: #2c4e4e url(images/index_bottom_right.jpg) no-repeat;
	width: 149px;
	border-left: #223f3f solid 1px;
	border-right: #223f3f solid 1px;
	border-bottom: #223f3f solid 1px;
	font-family: arial;
	font-size: 11px;
	color: #fff;
	padding: 35px 24px 0 24px;
}

.index_bottom_right p {
	color: #fff;
	font-size: 12px;
	margin: 0;
	padding: 0 0 13px 0;
}

.index_bottom_right_bg {
	background: url(images/index_bottom_right_bg.jpg) repeat-y;
	width: 27px;
}

.index_content {
	background: #fff url(images/index_content_bg.jpg) 0 100% no-repeat;
}

.index_content p {
	margin: 0;
	padding: 12px 25px 25px 25px;
	line-height: 20px;
}

/* -- END INDEX STYLES -- */
