@charset "utf-8";
/* CSS Document */

/* UNIVERSAL */
body {
	margin: 0px;
	background: url(images/bg-texture.jpg) repeat-x top #d9e9ff;
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif;
	color: #474747;
}
h1 {
	font-size: 24px;
	font-weight: bold;
	color: #031a39;
	background: url(images/headline.gif) no-repeat left bottom;
}
h2 {
	font-size: 18px;
	font-weight: bold;
	color: #031a39;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	color: #678cc0;
}
a {
	color: #4e7ab4;
}
a:hover {
	color: #031a39;
}
a img {
	border: 0px;
}
hr {
	color: #fff;
	background: #fff;
	border: 0px;
	border-bottom: 1px dotted #929292;
}

/* HEADER */
#header {
	width: 950px;
	margin: 10px auto;
	color: #99bbe8;
	text-align: right;
	font-size: 11px;
}
#header span {
	font-size: 18px;
	font-weight: bold;
	color: #d5e7ff;
}

/* LAYOUT */
#container {
	width: 950px;
	margin: 0px auto;
	background: url(images/bg-sidebar.gif) repeat-y left #fff;
}
#content {
	width: 675px;
	padding: 20px;
	float: right;
}
.rightcol {
	background: url(images/bg-rightcol.gif) no-repeat center;
}
.rightcollg {
	background: url(images/bg-rightcol-lg.gif) no-repeat center;
}

/* MISC STYLES */
.callout {
	background: #eaf2fb;
	padding: 10px;
	font-size: 14px;
	text-align: center;
}
.drawingwinner {
	background: url(images/bg-drawing-winner.jpg) top right no-repeat;
	border: 5px solid #ddd;
	text-align: center;
	color: #daf3ff;
}
.drawingwinner strong {
	color: #daf3ff;
}
.winnername {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #fefc6e;
	font-size: 24px;
	font-weight: bold;
	margin: 0px;
}
strong {
	color: #000;
}
.mainimage {
	background: #bccce1;
	padding: 5px;
}
.mainimage img {
	border: 2px solid #fff;
}
.mainimage div div img {
	border: 0px;
}
.rtimage {
	float: right;
	margin-left: 10px;
}
ul {
	padding-left: 15px;
	margin: 0px;
}
li {
	margin: 10px 0px;
	padding: 0px;
}
.copyHighlight {
	color: #CC0000;
}

/* NAV and SIDEBAR */
#sidebar {
	width: 215px;
	padding: 10px 0px 20px 10px;
	float: left;
}
.mainmenu {
	list-style: none;
	padding: 0px;
	margin: 20px 0px;
	border-top: 1px solid #0c3771;
}
.mainmenu li {
	border-bottom: 1px solid #0c3771;
	margin: 0px;
}
.mainmenu li a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 5px 0px;
	padding-left: 15px;
	background: url(images/bg-menu.gif) no-repeat left;
}
.mainmenu .mainmenu_currentpage a {
	background: url(images/bg-menu-on.gif) no-repeat left;
}
.mainmenu li a:hover {
	background: url(images/bg-menu-on.gif) no-repeat left #06254f;
	color: #fff;
}
.sidebarinfo {
	border: 1px solid #0c3771;
	padding: 20px;
	color: #97b7e1;
	text-align: center;
	line-height: 18px;
}
.sidebarinfo span {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}
.banner {
	margin-top: 20px;
}

/* FOOTER */
#footer {
	width: 950px;
	margin: 10px auto;
	color: #6388b9;
	font-size: 11px;
}
#footer strong {
	color: #6388b9;
}
#footer a {
	color: #6388b9;
	text-decoration: underline;
}
#footer a:hover {
	color: #031a39;
}
#footerlt {
	float: left;
}
#footerrt {
	float: right;
}