body {
	margin: 0;
	background-color: #fff;
	font: 62.5%/160% Verdana, sans-serif;
	color: #555;
}

a {
	color: #ee2e24;
	text-decoration: none;
}

a:hover {
	color: #ee857f;
}

#bottom {
	width: 1024px;
	height: 17px;
	background: url(../images/bottom_bkgd.png) no-repeat left top;
}

.bottom_side {
	background: url(../images/bottom_side_bkgd.png) repeat-x left top;
}

#divider {
	width: 1024px;
	height: 16px;
	background: url(../images/divider_bkgd.png) no-repeat left top;
}

#flash {
	width: 1024px;
	height: 248px;
	background-color: #fff;
}

#footer {
	margin-left: 130px;
	font-size: 0.9em;
}

.gray_background {
	background-color: #9ea39f;
	border-bottom: 3px solid #fff;
}

#header {
	width: 1024px !important;
	height: 204px;
	background-color: #ee2e24;
}

#header h1 {
	margin-top: 110px;
	color: #faaf40;
	font: 2em Georgia, serif;
	font-style: italic;
}

#header h2 {
	margin: 0;
	color: #faaf40;
	font: 3.2em Impact, sans-serif;
}

#home_content {
	border-left: 1px dashed #555;
}

#home_content h3 {
	width: 430px;
	margin-top: 10px;
	margin-left: 20px;
	font-size: 1.2em;
	color: #ee2e24;
}

#home_content p {
	width: 430px;
	margin-left: 20px;
	font-size: 1.1em;
}

#logo {
	float: left;
	margin-top: 40px;
	margin-left: 100px;
	padding-right: 30px;
}

#menu {
	width: 1024px;
	height: 31px;
	margin-bottom: 0;
	background: #fff url(../images/menu_bkgd.png) no-repeat center top;
	text-align: center;
}

#menu p {
	color: #fff;
	letter-spacing: .15em;
}

#menu a {
	padding-right: 5px;
	padding-left: 5px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

#menu a:hover {
	color: #faaf40;
}

.menu_side {
	background: #fff url(../images/menu_side_bkgd.png) repeat-x left top;
}

.red_background {
	background-color: #ee2e24;
}

#welcome {
	text-align: right;
	padding-right: 20px;
}

#welcome h3 {
	width: 280px;
	margin-top: 10px;
	margin-left: 130px;
	font-size: 1.2em;
	color: #ee2e24;
}

#welcome p {
	width: 280px;
	margin-left: 130px;
	font-size: 1.1em;
}

ul.check li{
	list-style-image:url(../images/checkbox.jpg);
	font-size:14px;
	}
	
img{
	border:none;
	}	