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

body {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-family: "Trebuchet MS", sans-serif, arial;
	font-size: 13px;
	line-height: 1.8em;
}
.masthead {
	border-bottom-width: 7px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	background-color: #222DA1;
}
.footer {
	border-top-width: 7px;
	border-top-style: solid;
	border-top-color: #333333;
	background-image: url(../images/footerBck.jpg);
	background-repeat: repeat-x;
	color: #FFFFFF;
	font-size: 12px;
}
.footer a {
	color: #FFFFFF;
	text-decoration: none;
}
.footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.nav {
	background-color: #E1E8F2;
	width: 170px;
	padding: 10px;
}
.nav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.nav li {
	padding-top: 3px;
	padding-bottom: 3px;
	margin: 0px;
	padding-right: 0px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CDD8E9;
}
.nav a {
	color: #2333AC;
	text-decoration: none;
	font-size: 14px;
}
.nav a:hover {
	color: #CC3300;
	text-decoration: none;
}
.content {
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	text-align: justify;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;
}
.content h1 {
	font-size: 24px;
	color: #2333AC;
	margin: 0px;
	padding: 0px;
}
.content h2 {
	font-size: 18px;
	color: #4E85DF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E1E8F2;
	padding-bottom: 2px;
}
.content h3 {
	font-size: 16px;
	color: #CC3300;
	padding-bottom: 2px;
}
.content a {
	color: #2333AC;
	font-weight: bold;
}
.content a:hover {
	color: #CC3300;
}
.sponsors {
	padding: 10px;
	width: 160px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;
	line-height: normal;
}
.sponsors h2 {
	font-size: 18px;
	color: #CC3300;
	margin: 0px;
	padding: 0px;
}
.sponsors h3 {
	font-size: 18px;
	color: #FFFFFF;
	margin: 0px;
	padding: 7px;
	background-color: #CC3300;
}
.breakingNews {
	font-size: 15px;
	background-color: #FFF1EC;
	font-weight: bold;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CC3300;
	border-right-color: #CC3300;
	border-bottom-color: #CC3300;
	border-left-color: #CC3300;
	padding: 10px;
}
.breakingNews h1 {
	color: #FFFFFF;
	font-size: 20px;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}
.breakingNews ul {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.breakingNews li {
	list-style-image: url(../images/brownArrow.gif);
	list-style-type:square;
	color: #333333;
}
.breakingNews a {
	color: #CC3300;
	text-decoration: underline;
}
.breakingNews a:hover {
	color: #333333;
}
.breakingNewsHeader {
	font-size: 20px;
	color: #FFFFFF;
	background-color: #CC3300;
	padding-left: 10px;
	font-weight: bold;
	background-image: url(../images/breakingNewsBck.jpg);
	background-repeat: repeat-x;
	border-top-width: 2px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CC3300;
	border-right-color: #CC3300;
	border-left-color: #CC3300;
}
