﻿/* CSS Document  */

body {
	margin: 0px 0px; 
	padding: 0px;
	background-color: #000000;
	background-image: url(../images/layout/kevlar_bg.jpg);
	background-repeat: repeat-x;
	background-position: top left;
}

/* 
===========================================
Link Styles
===========================================
*/

A:link {
    text-decoration: none;
	color: #CC0000;
}

A:visited {
    text-decoration: underline;
	color:#CC0000;
}

A:active {
    text-decoration: none;
	color:#CC0000;
}

A:hover {
    text-decoration: underline; 
	color: #CC0000;
}

.ssilink A:link {
    text-decoration: none;
	color: #CCCCCC;
}

.ssilink A:visited {
    text-decoration: underline;
	color:#CCCCCC;
}

.ssilink A:active {
    text-decoration: none;
	color:#CCCCCC;
}

.ssilink A:hover {
    text-decoration: underline; 
	color: #DDDDDD;
}


/*
==================================================
GENERAL SITEWIDE TEXT STYLES go below this line.
==================================================
*/

.H6 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 10px;
	color: #333333;
}

.H5 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	color: #333333;
}

.H4 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	font-weight: bold;
	color: #333333;
}

.H3 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 13px;
	color: #333333;
}

.H2 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}

.H1 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
}

.dyktext {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	color: #FFFFFF;
}

.indent {
    margin-left: 30px;
}

.ssilink {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
}

/*
=========================================================
Original CSS code placing everything from the old layout.
=========================================================
*/

TD.FooterRow
{
    position: inherit;
	background-image: url(../images/layout/footer.jpg);
	background-repeat: no-repeat;
	height: 41px;
	width: 960px;
}

TD.Navigation {
    position: inherit;
	width: 960px;
	height: 40px;
}

TD.PostFooter {
    position: inherit;
	height: 60px;
	width: 960px;
}

TD.companylink {
	text-align: left;
	height: 20px;
	padding-left: 6px;
	width: 40%
}

TD.copyright {
	text-align: right;
	height: 20px;
	padding-right: 6px;
	width: 40%
}

.HeaderRow
{
    position: inherit;
	background-image: url(../images/layout/header_revised.png);
	background-repeat: no-repeat;
	height: 120px;
	width: 960px;
}

TD.LeftColumn
{
	padding: 0px; 
    height: 100%;
    width: 50%;
}

TD.CenterColumn
{
	height: 100%;
    width: 960px;
}

TR.InfoWindow {
    position: inherit;
	vertical-align: top;
	background-image: url(../images/layout/content_bg.png);
	background-repeat: repeat-y;
	width: 960px;
	height: 100%;
}

TD.RightColumn
{
    padding: 0px;
    height: 100%;
    width: 50%;
}

.PaddedContent
{
    position: inherit;
	width: 920px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
}

#flashwindow {
    position: inherit;
	width: 960px;
	height: 365px;
	padding-left: 5px;
}

table.CenterTable
{
	width: 960px;
	z-index: 1;
}

/*
===============================================
DIVs and IDs unique to this layout go below.
===============================================
*/

TD.dyk {
	position: inherit;
	background-image: url(../images/layout/didyouknow.png);
	background-repeat: no-repeat;
	background-position: top center; 
	width: 330px;
	height: 180px;
}

.didyouknow {
	position: inherit;
	padding-left: 16px;
	padding-right: 140px;
	padding-top: 40px;
}