body {
	margin-top: 25px;
	margin-right:0px;
	margin-bottom: 0px;
	margin-left:0px;
	background-color:#1e2144;	
}

<!-- 1e2144 very dark blue-->
<!-- 5C6FCC light blue-->

.noBorder{
	border:none;
	display:block;
}

div#flashHeader {
	position:relative;
	z-index:10;
	text-align:center;
	width:780px;
	border-top-color:#222222;
	border-top-style:solid;
	border-top-width:thin;
	border-bottom-color:#222222;
	border-bottom-style:solid;
	border-bottom-width:thin;
}

div#flashNavTop {
	position:relative;
	z-index:10;
	text-align:center;
	width:780px;
	background-color:#FFFFFF;
	border-bottom-color:#222222;
	border-bottom-style:solid;
	border-bottom-width:thin;
}

div#pageTitle {
	width:780px;
	padding:5px 0px 5px 0px;
	
}

div#pageContainer {
	width:780px;
	height:auto;
	padding:0px 0px 0px 0px;
	background-color:#FFFFFF;
	border-top-color:#222222;
	border-top-style:solid;
	border-top-width:thin;
	border-bottom-color:#222222;
	border-bottom-style:solid;
	border-bottom-width:thin;
}

div#homePanel {
	position:relative;
	float:left;
	z-index:100;
	width:505px;
	height:auto;
	text-align:left;
	margin:0px 10px 10px 0px;
	padding:10px 10px 10px 20px;
	background-color:#FFFFFF;	
}

div#leftPanel {
	position:relative;
	float:left;
	z-index:100;
	width:640px;
	height:auto;
	text-align:left;
	margin:0px 10px 0px 0px;
	padding:10px 10px 0px 20px;
	background-color:#FFFFFF;
}

div#leftFooter {
	position:relative;
	float:left;
	z-index:100;
	width:670px;
	height:auto;
	text-align:right;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background-color:#FFFFFF;
}

div#rightBar {
	position:relative;
	float:right;
	z-index:100;
	width:60px;
	height:auto;
	text-align:left;
	margin:0px 0px 0px 10px;
	padding:0px 0px 0px 10px;
	background-color:#3C428A;
}

div#rightPanel {
	position:relative;
	float:right;
	z-index:10;
	width:170px;
	height:auto;
	text-align:left;
	margin:10px 10px 10px 10px;
	padding:10px 10px 10px 10px;
	background-color:#3C428A;	
	border-top-color:#222222;
	border-top-style:solid;
	border-top-width:thin;
	border-bottom-color:#222222;
	border-bottom-style:solid;
	border-bottom-width:thin;
	border-right-color:#222222;
	border-right-style:solid;
	border-right-width:thin;
	border-left-color:#222222;
	border-left-style:solid;
	border-left-width:thin;
}

div#centerPanel {
	position:relative;
	z-index:10;
	width:700px;
	text-align:left;
	margin:15px 10px 15px 10px;
	padding:15px 20px 20px 20px;
	background-color:#FFFFFF;	
}

div#footer1 {
	position:relative;
	width:780px;
	height:25px;
	text-align:center;
}

div#footer2 {
	position:relative;
	width:780px;
	height:15px;
	text-align:right;
	padding:0px 0px 0px 0px;
	background-color:#FFFFFF;
	border-top-color:#222222;
	border-top-style:solid;
	border-top-width:thin;
	border-bottom-color:#222222;
	border-bottom-style:solid;
	border-bottom-width:thin;
}

div#pageContainer, div#flashHeader, div#flashNavTop, div#footer2 {
	border-left-color:#222222;
	border-left-style:solid;
	border-left-width:thin;
	border-right-color:#222222;
	border-right-style:solid;
	border-right-width:thin;
}

div#pageTitle, div#footer1 {
	background-color:#AA000D;
	border-left-color:#222222;
	border-left-style:solid;
	border-left-width:thin;
	border-right-color:#222222;
	border-right-style:solid;
	border-right-width:thin;
}

font.header1 {
	font-family: "Verdana", "Tahoma", sans-serif;
	font-size: 24px;
	font-weight: bold;
	font-variant:small-caps;
	color:#FFFFFF;
}

font.header2 {
	font-family: "Verdana", "Tahoma", sans-serif;
	font-size: 16px;
	font-weight: bold;
	color:#1e2144;
}

font.header3 {
	font-family: "Verdana", "Tahoma", sans-serif;
	font-size: 16px;
	font-weight: bold;
	color:#FFFFFF;
}

font.main {
	font-family: "Verdana", "Tahoma", sans-serif;
	font-size: 14px;
}

font.small {
	font-family: "Verdana", "Tahoma", sans-serif;
	font-size: 11px;
	color:#FFFFFF;
}

font.homeRight {
	font-family: "Verdana", "Tahoma", sans-serif;
	font-size: 10px;
	color:#FFFFFF;
}

font.smallLink {
	font-family: "Verdana", "Tahoma", sans-serif;
	font-size: 10px;
}

font.sig {
	font-style:italic;
	font-stretch:extra-condensed;
	font:script;
	font-size: 14px;
}

font.main2 {
	font-family: "Verdana", "Tahoma", sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:#0099FF;
}

a	{text-decoration:none}
a:link    	{ color: red }
a:visited 	{ color: red }
a:hover   	{ color: blue }

a.topMenu:link    { color: black }
a.topMenu:visited { color: black }
a.topMenu:hover   { color: red }

a.footer:link    { color: red }
a.footer:visited { color: red }
a.footer:hover   { color: blue }

a.homeRight:link    { color: red }
a.homeRight:visited { color: red }
a.homeRight:hover   { color: white }
