﻿
BODY
{
	background-color: white;
	background-repeat: no-repeat;
	background-position: center center;
	font-family: Verdana;
	font-weight: normal;
	letter-spacing: normal;
	text-transform: none;
	word-spacing: normal;
}


H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
	color: #00225C;
}
H1
{
	font-family: Verdana;
	font-size: 2em;
	font-weight: 700;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
}

H2
{
	font-family: Verdana;
	font-size: 1.75em;
	font-weight: 700;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
}

H3
{
	font-family: Verdana;
	font-size: 1.58em;
	font-weight: 500;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
}

H4
{
	font-family: Verdana;
	font-size: 1.33em;
	font-weight: 500;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
}

H5, DT
{
	font-family: Verdana;
	font-size: 1em;
	font-weight: 700;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
}

H6
{
	font-family: Verdana;
	font-size: .8em;
	font-weight: 700;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
}




A:link
{
	font-family: Verdana;
	font-size: 1em;
	font-weight: 700;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
	color: #00225C;
}

A:visited
{
	font-family: Verdana;
	font-size: 1em;
	font-weight: 700;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
	color: #00225C;
}
A
{
	font-family: Verdana;
	font-size: 1em;
	font-weight: 700;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
}
A:active
{
	font-family: Verdana;
	font-size: 1em;
	font-weight: 700;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
	color: #00225C;
}

A:hover
{
	font-family: Verdana;
	font-size: 1em;
	font-weight: 700;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
	text-decoration:underline;
	color:#00225C;
}

SMALL
{
	font-size: .7em;
}

BIG
{
	font-size: 1.17em;
}

BLOCKQUOTE, PRE
{
	font-family: Verdana;
}

UL LI
{
	list-style-type: square;
}

UL LI LI
{
	list-style-type: disc;
}

UL LI LI LI
{
	list-style-type: circle;
}

OL LI
{
	list-style-type: decimal;
}

OL OL LI
{
	list-style-type: lower-alpha;
}

OL OL OL LI
{
	list-style-type: lower-roman;
}

IMG
{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

.header
{
	background-color:#FFFFFF;
	color:#FFFFFF;
	height:23px;
	
	
}
.spacer
{
	height:10px;
}

.layout
{
	border-left: #120A46 thin solid;
	border-bottom: #120A46 thin solid;
}

.titlelayout
{
	
	border-left: #FF4F03 thin solid;
	border-bottom: #FF4F03 thin solid;
	
}

div#left {
    position:relative;
    width:400px;
    top: 200px;
    left:0px;
    background-color: #66719C;
}

div#right {
    position:relative;
    width:400px;
    top: 200px;
    left:400px;
    background-color:Red;
}
div#background
{
    background-color: #66719C;
}

.divbackground
{
	background-image:url(Resources/NewDawnLogo_BIG.png);
	
	
}
	
.coloredLabelCol
{
	background-color:#66719C;
	font-family:Verdana;
	font-size:1em;
	font-weight:bold;
	color:#071040;

	
}

#fullheight
{
	height:100%;
}

#fullheightbody
{
	height:80%;
}


