﻿body {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #666666;
	background-color: #F3F7FC;
	font-family: Georgia;
}
A:link {
	COLOR: #CC9900;
	text-decoration: underline;
}
A:visited {
	COLOR: #990000;
	text-decoration: none;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-bottom-color: #990000;
}
A:active {
	COLOR: #0000FF; text-decoration: none;
}
A:hover {
	COLOR: #FF0000;
	text-decoration: none;
}

#page_wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 728px;
	text-align: left;
	background: #FFFFFF;
	border: 8px solid #FFFFFF;
}

#header_wrapper {
	background: #FFDD75 url('../img/menu_bg.gif') repeat-x left
bottom;
	margin: 0px;
	padding: 0px;
}
#header {
	height: 140px;
	padding: 15px;
	background: right
top;
	margin: 0px;
	background-image: url('../../images/Logo.jpg');
	background-repeat: no-repeat;
}
#header h1 {
	padding: 0px;
	margin: 90px 0px 0px 0px;
	font-family: verdana, arial, sans-serif;
	font-size: 28px;
	color: #CC9900;
	letter-spacing: -1px;
	text-align: center;
}
#header p {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #E1751B;
	letter-spacing: 1px;
	padding-left: 5px;
	text-align: center;
}
#left_side {
	margin-top: 10px;
	float: left;
	width: 200px;
	background: #FBF5EF url('../img/righcolGtile.jpg') repeat left bottom;
}
#content {
	margin: 15px 170px 0px 210px;
}

#right_side {
	margin-top: 10px;
	float: right;
	width: 160px;
	background: #FFCC00 left
bottom;
	color: #663300;
}
#footer {
	height: 60px;
	background-color: #CC9900;
	clear: both;
	text-align: center;
	padding-top: 12px;
	color: #000000;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	line-height: 18px;
}

#footer A:link {
	COLOR: #FFFFFF; text-decoration: none;
}
#footer A:visited {
	COLOR: #FFFFFF; text-decoration: none;
}
#footer A:active {
	COLOR: #FFFFFF; text-decoration: none;
}
#footer A:hover {
	COLOR: #FFFFFF; text-decoration: underline;
}

#right_side p {
	margin-top: 15px;
	margin-bottom: 15px;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #333333;
}

#left_side p {
	margin: 0px;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	color: #333333;
}
#left_side a {
	font-size: 9px;
	margin: 0px;
	padding: 0px;
}

#right_side h3 {
	margin: 5px 0px 10px 0px;
	padding: 4px;
	font-family: verdana, arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	color: #996633;
	border: 1px none #C16213;
	background-color: #FFFFCC;
}
#left_side h3 {
	margin: 5px 0px 10px 0px;
	padding: 4px;
	font-family: verdana, arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	color: #000000;
	border: 1px none #C16213;
	background-color: #FFFFFF;
}

#right_side h4 {
  margin-top:0px;margin-bottom:0px;margin-left:10px;
  font-family: verdana, arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 12px;
  color: #2153AA;
}

#left_side h4 {
  margin-top:0px;margin-bottom:0px;margin-left:10px;
  font-family: verdana, arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 12px;
  color: #2153AA;
}

#content p {
	margin-top: 0px;
	margin-bottom: 15px;
	font-family: Georgia;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
}
#content a {
	font-size: xx-small;
}
#content h2 {
	margin-top: 5px;
	margin-bottom: 10px;
	font-family: verdana, arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 18px;
	color: #CC9900;
}
#content h3 {
	margin-top: 0px;
	margin-bottom: 5px;
	font-family: verdana, arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 12px;
	color: #CC9900;
	padding-left: 8px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
#content h4 {
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	padding-left: 1px;
}

#navcontainer
{
	margin-top: 1px;
	margin-bottom: 0px;
	text-align: center;
	padding: 5px 0;
	margin-left: 0;
	border-bottom: 1px solid #0F3974;
	font: bold 14px Verdana, sans-serif;
	height: 16px;
}

#navlist li
{
  list-style: none;
  margin: 0;
  display: inline;
}

#navlist li a
{
  color: #F1F6FE;
  padding: 5px 15px;
  margin-left: 3px;
  border: 1px solid #0F3974;
  border-bottom: none;
  background: #2153AA url('../img/tab_bg.gif') bottom left repeat-x;
  text-decoration: none;
}

#navlist li a:link { color: #F1F6FE; }
#navlist li a:visited { color: #F1F6FE; }

#navlist li a:hover
{
  color: #FFFFFF;
  background: #3364BB;
  border-color: #0F3974;
}

#navlist li a#current
{
  color: #000;
  background: #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
}

.float_left {
  float: left;
  margin-right: 10px;
}

.float_right {
  float: right;
  margin-left: 10px;
}

.featurebox_center {
	background-color: #fffff6;
	margin: 0px;
	padding: 10px;
	border: 1px solid #F9DCC3;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #333333;
}
.featurebox_side {
	background-color: #FEF9F3;
	margin: 0px 10px 15px 5px;
	padding: 10px;
	border: 1px solid #996633;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #333333;
}
.headline {
	font-size: 100%;
	color: #333333;
	margin-bottom: 0px;
	font-weight: bold;
	margin-top: 10px;
}
td {
	font-family: Verdana, Arial;
	text-align: left;
	font-size: 80%;
	margin-right: 5px;
	margin-left: 5px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 2px;
	color: #333333;
	vertical-align: top;
}
.tiltlelarge {
	font-size: 140%;
}
.titletopblue {
	background-color: #BBDDFF;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #2153AA;
	background-image: url('../../templateimages/images/titlecorner.jpg');
	background-repeat: no-repeat;
	padding-left: 15px;
}
.mainbox {
	background-position: right bottom;
	background-color: #BBDDFF;
	padding-left: 15px;
	border-bottom-style: solid;
	border-bottom-width: 10px;
	border-bottom-color: #FFFFFF;
	background-image: url('../../templateimages/images/titlecornerbottom.jpg');
	background-repeat: no-repeat;
}
.templateimages {
	margin-bottom: 10px;
}
.headcolor {
	color: #663300;
}
.rightsidenewslink {
	font-weight: bold;
	text-align: center;
	margin-bottom: 5px;
	background-color: #FAE6D6;
	color: #EA8D3C;
	border: 1px solid #EC8E3F;
}
#GLarge {
	background-color: #CCCCCC;
	width: 336px;
	height: 280px;
	background-image: url('../../dummyads/Google_336x280.JPG');
	background-repeat: no-repeat;
}
#gwide {
	width: 728px;
	height: 90px;
	background-image: url('../../dummyads/Google_728X90-2.JPG');
	background-repeat: no-repeat;
}
#gwidetop {
	background-image: url('../../dummyads/Google_728X90.JPG');
	width: 728px;
	height: 90px;
}
