﻿body {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #666666;
	background-color: #99CCFF;
}
A:link {
	COLOR: #0066CC;
	text-decoration: underline;
}
A:visited {
	COLOR: #9900CC;
	text-decoration: none;
	border-bottom-style: none;
}
A:active {
	COLOR: #6630A3;
	text-decoration: none;
}
A:hover {
	COLOR: #0FCD05;
	text-decoration: none;
}

#page_wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 1024px;
	text-align: left;
	background: #E1EFFF;
	border: 8px solid #FFFFFF;
}
#header_wrapper {
	background: #0000FF url('../img/menu_bg.gif') repeat-x left
bottom;
	margin: 0px;
	padding: 0px;
}

#header {
	background-position: left center;
	height: 140px;
	padding: 15px;
	background: url('../img/newreplace_banner.jpg') no-repeat left top;
	margin: 0px;
}

#header h1 {
	padding: 0px;
	margin: 50px 0px 0px 300px;
	font-family: "Cooper Std Black";
	font-size: 38px;
	color: #D6FFF7;
	letter-spacing: -1px;
	font-weight: normal;
}
#header p {
	font-family: "Cooper Std Black";
	font-size: 25px;
	color: #0FCD05;
	letter-spacing: 1px;
	padding-left: 5px;
	margin-left: 325px;
	font-weight: bold;
}
#left_side {
	margin-top: 10px;
	float: left;
	width: 190px;
	background: #E1EFFF none repeat left bottom;
}
#left_side a {
	font-size: 9px;
	margin: 0px;
	padding: 0px;
}
#left_side p {
	margin: 10px;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	color: #333333;
}
#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: #FFFFFF;
	border: 3px solid #C0C0C0;
	background-color: #0000FF;
	text-align: center;
}
#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;
}
#right_side {
	margin-top: 10px;
	float: right;
	width: 190px;
	background: #E1EFFF url('../img/side_bg.gif') repeat-x left bottom;
}
#right_side p {
	margin-bottom: 15px;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #333333;
	font-weight: bold;
	margin-right: 3px;
}
#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: #FFFFFF;
	border: 3px solid #C0C0C0;
	background-color: #0000FF;
	text-align: center;
}
#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;
}

#footer {
	height: 60px;
	background-color: #180FF4;
	clear: both;
	text-align: center;
	padding-top: 12px;
	color: #FFFFFF;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	line-height: 18px;
	background-image: url('../img/menu_bg.gif');
	background-repeat: repeat-x;
}

#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;
}
#content {
	margin: 15px 205px 125px 195px;
}

#content p {
	margin: 0px 5px 15px 5px;
	font-family: verdana, arial, sans-serif;
	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: x-large;
	font-weight: bold;
	line-height: 18px;
	color: #0000FF;
	text-align: center;
}
#content h3 {
	margin-top: 0px;
	margin-bottom: 5px;
	font-family: verdana, arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 12px;
	color: #2C2CF3;
	padding-left: 8px;
}
#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: #F1F6FE;
	margin: 0px 30px 0px 30px;
	padding: 10px;
	border: 1px solid #0000FF;
	line-height: 18px;
	color: #333333;

}
#Featurebox_center h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	color: #0000FF;
	text-align: center;
	line-height: 18px;
}
#Featurebox_center h4 {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #000000;
	font-weight: bold;
}
#Featurebox_center p {
	background-color: #F1F6FE;
	margin: 0px 30px 0px 30px;
	padding: 10px;
	border: 1px none #0000FF;
	font-family: verdana, arial, sans-serif;
	font-size: 10pt;
	line-height: 18px;
	color: #000000;
	font-weight: normal;
}
#Featurebox_center a {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 11pt;
	font-weight: bold;
}
.featurebox_center {
	background-color: #F1F6FE;
	margin: 0px 30px 0px 30px;
	padding: 10px;
	border: 1px none #0000FF;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #333333;
}
.featurebox_side {
	background-color: #D6FFF7;
	margin: 0px 5px 2px 5px;
	padding: 0px 0px 0px 5px;
	border: 1px solid #0000FF;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #000000;
	background-image: none;
}
.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: #FFDF8C;
}
.rightsidenewslink {
	font-weight: bold;
	text-align: center;
	margin-bottom: 5px;
	background-color: #0000FF;
	color: #FFFFFF;
	border: 3px solid #CCCCCC;
	background-repeat: inherit;
}
#GLarge {
	width: 620px;
	height: 280px;
	background-image: none;
	background-repeat: no-repeat;
	margin-left: 3px;
}
#GLarge p {
	padding: 0px;
	margin: 0px;
	float: right;
}
#gwide {
	background-position: center;
	width: 1024px;
	height: 90px;
	background-image: url('../../dummyads/Google_728X90-2.JPG');
	background-repeat: no-repeat;
}
#gwidetop {
	background-position: center;
	background-image: none;
	width: 1024px;
	height: 90px;
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 160px;
}
.style1 {
	color: #0066CC;
	font-weight: bold;
}
.author {
	color: #800000;
	font-size: 9pt;
}
#copyright a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}
#copyright p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #FF0000;
	text-align: center;
}
.winimgstyle {
	margin: 100px;
	text-align: center;
}
.article_subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #0000FF;
}

