﻿@import url(layout.css);
body {
	color: black;
	font-size: 13px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #d3d9d6;
}
#container {
	border-color: inherit;
	border-style: none;
	border-width: 0;
	width: 620px;
	margin: 0 auto;
	border-top: 0;
	border-right: 1px solid #b7b7b7;
	border-bottom: 0;
	border-left: 1px solid #b7b7b7;
	background-image: url('../images/defaultbg.gif');
	background-repeat: repeat-y;
	background-attachment: scroll;
}
#masthead {
	text-align: right;
	background-color: #FFFFFF;
	width: 620px;
}
#navigation {
	background-color: #545454;
	overflow: hidden;
	width: 620px;
}
#column_l {
	width: 440px;
	margin: 0;
	padding: 0 0px 0 10px;
	background-color: #FFFFFF;
	top: 14px;
}
/* Bobby Make Change on Column_r */
#column_r {
	width: 130px;
	margin: 0 30 0 0;
	float: right;
	padding: 0px;
	background-color: #FFFFFF;
	position: relative;
	top: 14px;
	left: -40px;
}
/* END Bobby Make Change on Column_r */
#column_l2 {
	width: 385px;
	margin: 0;
	padding: 0 15px;
	background-color: #fff;
	top: 14px;
}
#column_r2 {
	width: 130px;
	margin: 0 30 0 0;
	float: right;
	padding: 4px;
	background-color: #808080;
	position: relative;
	top: 14px;
	right: 0px;
	left: 200px;
}
#column_r1 {
	width: 130px;
	margin: 0 30 0 0;
	float: right;
	padding: 4px;
	background-color: #FFFFFF;
	position: relative;
	top: 100px;
	left: 200px;
}
#footer {
	width: 620px;
	text-align: center;
	background-color: #DF002C;
	padding-top: 5px;
	padding-bottom: 5px;
	position: relative;
}
/* Styles for Masthead */
#masthead img { 
	float: left; 
}
#column_r p {
	font-size: 11px;
	margin: 7px;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 620px;
	margin: 0;
	padding: 0;
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	position: relative;
}
#navigation li {
	float: left;
}
#navigation a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid #c9c9c9;
}
#navigation a:hover {
	color: #FFFFFF;
	text-decoration: none;
	border: 1px solid #a9a9a9;
	background-color: #DF002c;
}
/* Styles for Footer */
#footer p {
	font-size: 11px;
	line-height: 14px;
	color: #fff;
	margin: 1px;
	padding: 1px;
	font-family: Arial;
	text-align: right;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color: #fff;
	text-decoration: none;
}
/* Styles for Links */
a {
	color: #FFFFFF;
}
a:hover {
	color: #DF002C;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
#column_l p {
	font-family: Arial;
	font-size: 11px;
	color: #333333;
	margin-left: 10px;
	margin-right: 10px;
}
#column_r h3 {
	font-family: Impact;
	font-size: 13px;
	text-align: left;
	text-indent: 5px;
	background-color: #FFFFFF;
	color: #DF002c;
	font-weight: normal;
	padding: 4px;
	margin-bottom: 0px;
}
#column_r2 h3 {
	font-family: Impact;
	font-size: 13px;
	text-align: left;
	text-indent: 5px;
	background-color: #FFFFFF;
	color: #DF002c;
	font-weight: normal;
	padding: 4px;
	margin-bottom: 0px;
}
#column_l h4 {
	font-family: "Arial Black";
	font-size: small;
	text-decoration: none;
	font-weight: normal;
	text-indent: 10px;
}
#column_l ul {
	font-family: Arial;
	font-size: 11px;
}
#column_l a:hover {
	color: #333333;
}
