 /********************************* BODY / GENERAL STYLES ********************************/
body {
	margin: 0;
	padding: 0;
	background-color: #838a8e;
	font-family: "Verdana", "Geneva", "Arial", sans-serif, "Helvetica", "Trebuchet MS", "Tahoma";
	color: #000000;
}

a:link {text-decoration:none; color:#014ca8;}
a:visited {text-decoration:none; color:#014ca8;}
a:hover {text-decoration:none; color:#000000;}
a:active {text-decoration:none; color:#014ca8;}

form {
  margin: 0px;
}

.input, .submit {
  margin: 0px 22px 6px 28px;
  font: 11px "Verdana", "Geneva", "Arial", sans-serif, "Helvetica", "Trebuchet MS", "Tahoma";
}

.input {
  background-color: #777777;
  color: #ffffff;
  border: 1px solid #222222;
}

.submit {
	background-color: #013554;
  color: #ffffff;
  border: 1px solid #ecc4c4;
}

select {
  padding: 0;
	font: 11px "Verdana", "Geneva", "Arial", sans-serif, "Helvetica", "Trebuchet MS", "Tahoma";
	border: 1px solid #600000; 
}

img {border:0;}
a:link img {border:0;}
a:visited img {border:0;}
a:active img {border:0;}

/************************************ TEMPLATE STYLES ***********************************/
.rightside {
}

.leftside {
}


.graybar {
	background-color: #99aebb;
}

.bluebar {
	background-color: #2d5f7c;
}

/************************************* HEADER STYLES ************************************/
.header {
	background-color: #013554;
}

.headertext {
  padding: 4px 12px 0px 0px;
	font-weight: bold;
	font-size: 9px;
	color: #555555;
}

.headertext a:link, .headertext a:visited, .headertext a:active {
	color: #aaaaaa;
	text-decoration: none;
}

.headertext a:hover {
	color: #dddddd;
	text-decoration: none;
}

a:link.gray, a:visited.gray, a:hover.gray, a:active.gray {
	color: #dddddd;
}

/******************************** GENERAL CONTENT STYLES ********************************/
.content {
	font-size: 11px;
}

.content td {
	font-size: 11px;
}

.smallcontent {
	font-size: 9px;
}

h1 { 
  background-image: url("/mediakit/images/h1-arrow.gif");
  background-repeat: no-repeat;
  background-position: 0 1px;
  padding: 0px 16px 0px 26px;
  margin: 12px 0px 6px 0px;
	font-size: 1.4em;
	color: #013554; 
	font-weight: bold;
}

h3 {
  padding: 0px 16px 0px 26px;
  margin: 12px 0px 0px 0px;
	font-size: 1.2em;
	color: #4d5053;  
	font-weight: bold;
}

h5 {
  padding: 0px 16px 0px 26px;
  margin: 12px 0px 0px 0px;
	font-size: 1.0em;
	color: #000000;  
	font-weight: bold;
}

.dividercolumn {
	background-color: #474747;
}

/************************ CONTENT AREA: LEFT/RIGHT COLUMN STYLES ************************/
.leftcolumn {
	background-color: #ffffff;
}

.rightcolumn {
	background-color: #e1e6ea;
}

.leftcolumn p, .rightcolumn p, .homebanner p { 
  margin: 0px 22px 0px 28px;
  padding: 10px 0px 10px 0px;
}

.leftcolumn ol, .rightcolumn ol, .leftcolumn ul, .rightcolumn ul {
  margin: 0;
	text-align: left;
}

.leftcolumn ol, .rightcolumn ol {
  padding: 2px 22px 4px 62px;
}

.leftcolumn ul, .rightcolumn ul {
  padding: 4px 22px 0px 46px;
}

.leftcolumn ol li, .rightcolumn ol li, .leftcolumn ul li, .rightcolumn ul li {
  padding: 0px 0px 2px 2px;
}

.leftcolumn ul li a, .rightcolumn ul li a, .leftcolumn ol li a, .rightcolumn ol li a {
	color: #014ca8;
	text-decoration: none;
}

.backgroundwhite {
	background-color: #ffffff;
}

.backgroundlight {
	background-color: #f1f0f0;
}

.backgrounddark {
	background-color: #e1e6ea;
}

/********************************** CONTENT AREA STYLES *********************************/
.horizontalrule {
  background-image: url("/mediakit/images/hr-w500.gif");
  background-repeat: repeat-x;
	padding: 3px 0px 0px 0px;
  margin: 0;
}

.horizontalrulegray {
  background-image: url("/mediakit/images/hr-gray-w500.gif");
  background-repeat: repeat-x;
	padding: 3px 0px 0px 0px;
  margin: 0px 22px 0px 28px;
}

.area, .areawhite, .arealight, .areadark {
	padding: 12px 0px 10px 0px;
}

.areawhite {
	background-color: #ffffff;
}

.arealight {
	background-color: #f1f0f0;
}

.areadark {
	background-color: #e1e6ea;
}

.leftimage {
  float: left;
  margin: 8px 10px 6px 0px;
  border: none;
}

.rightimage {
  float: right;
  margin: 8px 0px 6px 10px;
  border: none;
}

.blanklist ul, .arrowlist ul, .bulletlist ul {
  margin: 0;
  padding: 10px 0px 0px 0px;
  text-align: left;
}

.blanklist ul li, .arrowlist ul li, .bulletlist ul li {
  padding: 0px 22px 11px 28px;
}

.blanklist li, .arrowlist li, .bulletlist li {
  list-style: none;
	font-size: 9px;
	font-weight: bold;
}

.arrowlist li {
  background-image: url("/mediakit/images/list-arrow.gif");
  background-position: 0 2px;
  background-repeat: no-repeat;
  margin: 0px 0px 0px 12px;
  line-height: 1.2;
}

.bulletlist li {
  background-image: url("/mediakit/images/list-bullet.gif");
  background-position: 0 2px;
  background-repeat: no-repeat;
  margin: 0px 0px 0px 12px;
  line-height: 1.1;
}

.areasection a:link, .areasection a:visited, .areasection a:active {
	color: #d80303;
	text-decoration: none;
}

.areasection a:hover {
	color: #000000;
	text-decoration: none;
}
