﻿@import url(layout.css);
body {
	color: black;
	font-size: 13px;
	font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	background-color: #000;
}
#container {
	background-color: #000;
	width: 620px;
	padding:10px 10px 10px 10px;
	margin: 0 auto;
	border-top: 0;
	border-right: 0;
	border-bottom: 0;
	border-left: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	font-size: small;
}
#masthead {
	text-align: right;
	background-color: #fff;
	width: 620px;
}
#navigation {
	background-color: #E11385;
	overflow: hidden;
}
#content {
	width: 100%;
	margin: 0;
	padding:0 5px;
	background-color: #fff;
}
#footer {
	width: 620px;
	text-align: center;
	background-color: #E11385;
	padding-top: 1px;
	padding-bottom: 5px;
}
/* Styles for Masthead */
#masthead img { 
	float: left; 
}
#masthead p {
	font-size: 11px;
	color: #fff;
	margin: 10px 10px 0;
}
/* Styles for Navigation */
#navigation ul {
	background: #E11385;
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
	position: relative;
	left: 3%;
	font-family: "Cooper Black";
	color: #FFFFFF;
}
#navigation a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 3px;
	border: 0px #FFFFFF solid;
}
#navigation a:hover {
	color: #FFFF00;
	text-decoration: none;
	border: 0px solid #E11385;
	background-color: #E11385;
}
/* Styles for Footer */
#footer img { 
	float: left; 
}
#footer p {
	font-size: 11px;
	line-height: 14px;
	color: #fff;
	margin: auto auto auto auto;
	padding: 0px;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color: #fff;
	text-decoration: none;
}
/* Styles for Links */
a {
	color: #036;
	text-decoration: underline;
}
a:hover {
	color: #808080;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}