/* CSS Document */

body {
	padding: 0;
	margin: 0;
	background-color:#1B428B;
	font-family:Arial, Tahoma, Verdana;
	font-size: 100%;
}

table tr td {
	font-size: 0.8em;
}

a:link {text-decoration:underline; color:#D3232E;}
a:visited {text-decoration:underline; color:#D3232E;}
a:hover {text-decoration:underline; color:#000;}
a:active {text-decoration:underline; color:#D3232E;}

.bg-top {
	height:175px;
	padding: 0 80px 0 0;
	background:#fff url(../graphics/website/bg-top.gif) repeat-x;
}

.bg-content-blue {
	height:400px;
	padding: 0 0 20px 0;
	background:#5686DE url(../graphics/website/bg-content-blue.gif) repeat-x;
}

.bg-content-white-top {
	height:400px;
	padding:10px 10px 0 10px;
	background:#fff url(../graphics/website/bg-content-white-top.gif) no-repeat top;
	font-size: 0.8em;
}

.bg-content-white-bottom {
	height:18px;
	background:#fff url(../graphics/website/bg-content-white-bottom.gif) no-repeat bottom;
}

.bg-footer {
	height:80px;
	padding: 10px 0 0 0;
	background-color:#1B428B;
}

.bg-footer table tr td {
	font-size: 0.7em;
	color: #fff;
}

.bg-footer a:link {
	color: #fff;
}

.bg-footer a:visited {
	color: #fff;
}

.bg-footer a:hover {
	color: #fff;
	text-decoration: none;
}

.bg-footer a:active {
	color: #ff0000;
}

.header {
	font-size: 1.6em;
	font-weight: bold;
	color: #000;
	text-align: center;
	font-style:italic;
}
.header-red {
	font-size: 1.6em;
	font-weight: bold;
	color: #D3232E;
	text-align: center;
	font-style:italic;
}
.header-blue {
	font-size: 1.8em;
	font-weight: bold;
	color: #005381;
	font-style:italic;
}

.menu-header {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight:bold;
	color: #9C1B20;
}

.purple-color {
	color: #850C51;
}

.win-stuff {
	background: url(../graphics/website/win_stuff-bg.gif) center no-repeat; 
	height: 150px; 
	padding: 15px 220px 0 40px;
	color: #fff; 
	font-size: 10pt;
}

.win-stuff-text {
	color: #fff; 
	font-size: 10pt;
	padding-top: 0px;
}

.win-stuff-question {
	color: #FFCC00; 
	font-size: 12pt; 
	font-weight: bold; 
	padding: 10px 0 0 0;
}

.win-stuff-answer {
	color: #fff; 
	font-size: 12pt; 
	font-weight: bold; 
	padding: 20px 0 0 0;
}

/* - - - - - - - - - MENU STYLES - - - - - - - - - - - */

.MENU-Colum-Left {
	padding: 0 20px 0 0;
}
.MENU-Colum-Left hr {
	margin: 10px 0;
	border-top: 1px solid #939598;
	border-right: 1px solid #FFF;
	border-left: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
}

.MENU-Colum-Right {
	width: 250px;
	background: #E4E8D0;
	padding: 10px;
}
.MENU-Colum-Right h1 {
	color: #FFF;
	background: #90B03E;
	font-size: 25px;
	padding: 10px;
}

.MENU-Small-Text {
	font-size: 10px;
}

.MENU-Offer {
	border: 1px solid #C00;
	padding: 10px;
	text-align: center;
	font-size:14px;
	background: #FFF;
}
.MENU-Offer td {font-size:14px;}
.MENU-Offer h2 {
	color: #C00;
	font-size: 15px;
	text-align: center;
	text-transform:uppercase;
	margin-bottom:0;
}
.MENU-Offer h4 {
	color: #C00;
	font-size: 15px;
	text-align: center;
	text-transform:uppercase;
	padding:5px;
	border: 1px solid #C00;
	margin-bottom: 0;
}
.MENU-Offer-Small-Text {
	font-size: 10px;
}

.MENU-Border {
	border: 1px solid #939598;
	padding: 10px;
}

.MENU-Border h1 {
	color: #90B03E; 
	font-size: 25px;
}

.MENU-Border h2 {
	color: #A2142B;
	font-size: 15px;
	margin: 0;
}
.MENU-Border h2 strong {
	color: #90B03E;
}
.MENU-Border p {
	margin: 0 0 10px 0;
}
	
.MENU-Border h3 {
	color: #000;
	font-size: 18px;
}
.MENU-Border h3 strong {
	color: #C00;
	font-size: 15px;
	font-style: italic;
}

