body
{
	/* the footer top should match the body background color */
	background: #6C8821;
	/* right margin set to 0px for printing */
	margin: 5px 0px 5px 0px;
	font: 12px/1.5em 'Bookman Old Style';
	color: #012444;
}

#container {
	position: relative;
	width: 790px;
	background: #D5E495;
	/* removed for printing
	left: -400px;
	top: -5px;
	*/
	margin: 0 0 0 0;
	padding-bottom: 0px;
}

#header
{
	position: relative;
	width: 790px;
	background: #CBD7DB;
}
#navigation
{
	background: #012444;
	width: 790px;
	height: 38px;
	position: relative;
	margin-top: 0px;
	border: 2px solid #FFF;
	font: 13px bold 'Garamond';
}
#navigation table
{
	color: White;
	background: #012444;
	font: 13px bold 'Garamond';
	font-variant: small-caps;
	padding-top: 2px;
	margin-top: 2px;
}

#footer
{
	position: relative;
	width: 790px;
	height: 100px; 	
	background: #012444;
	/* the footer top should match the body background color */
	border-top: 7px solid #6C8821;
	margin-bottom: 0px;
}
#footer p
{
	color: White;
}

.copyright
{
	color: White;
}

img
{
	background: white;
	border: solid 3px #012444;
}
.image
{
	background: white;
	border: solid 3px #012444;
}
/* duplicate img for non-images i.e. swf */
object
{
	border: solid 3px #012444;
}
.none
{
	border: 0px;
}
.margin
{
	margin-top: 6px;
}
.navlink
{
	color: White;
}
.disclaimer
{
	font: normal 10px/1.5em 'Bookman Old Style';
    color: Black;	
}

.boxheader
{
	border: 3px solid #012444;
	background: #CBD7DB;
	text-align: center;
	color: #012444;
}
.bigboxheader
{
	width: 350px;
	padding-left: 10px;
	padding-right: 10px;
	font: bold 22px/1.5em 'Garamond';
	font-variant: small-caps;
	border: 3px solid #012444;
	background: #CBD7DB;
	text-align: center;
	color: #012444;
}

p
{
	font: normal 12px/1.5em 'Bookman Old Style';
    color: Black;
    margin: 0 5px 2px 5px;
    text-indent: 10pt;
}

.paragraph
{
	font: normal 12px/1.5em 'Bookman Old Style';
    color: Black;
    margin: 0 5px 2px 5px;
    text-indent: 10pt;
}
ul
{
	color: Black;
	margin-top: 0px;
	margin-bottom: 0px;
}
ul li
{
	text-align: left;
	font: normal 12px/1.5em 'Bookman Old Style';
    color: Black;
    margin: 0 5px 2px 5px;
}

ol li
{
	text-align: left;
	font: normal 12px/1.5em 'Bookman Old Style';
    color: Black;
    margin: 0 5px 2px 5px;
}


.spanname
{
	text-align: center;
	color: #001E3C;
	font: underline  22px/1.5em 'Garamond';
	margin-top: 0px;
}

.spantd
{
	background: #fd1;
	width: 100%;
	border-bottom: 3px solid #332;
	border-top: 3px solid #332;
	text-align: center;
	color: #000;
	font: normal 22px/1.5em 'Bookman Old Style';
	margin-top: 0px;
}

.subheading
{
	position: relative;
	top: 19px;
	background: #6C8821;
	border: solid 3px #012444;
	color: #eee;
	width: 80%;
	text-align: center;
	font-variant: small-caps;
}

.subtext
{
	padding-top: 19px;
	padding-left: 2px;
	height: 180px;
	font: normal 12px/1.5em 'Bookman Old Style';
	background: #CBD7DB;
	width: 92%;
	border: solid 3px #012444;
	text-align:left;
	padding-left:4px;
	padding-right:4px;
}

.testimonial
{
	font-style: italic;
	width: 100%;
}
.highlight
{
	font-size: small;
	color: #012444;
}
.highlight2
{
	font-weight: bold;
	font-size: 10pt;
	color: #012444;
}
.spansmall
{
	border-bottom: 1px dotted #000;
	color: #332;
	font: normal 16px/1.5em 'Bookman Old Style';
	margin-top: 0px;
	font-variant: small-caps;
}

h1
{
	color: #332;
	font: normal 22px/1.5em 'Bookman Old Style';
	font-variant: small-caps;
	margin-top: 0px;
	margin-bottom: 3px;
}

h2
{
	color: #580;
	font: normal 16px/1.5em 'Bookman Old Style';
	margin-bottom: 0px;
}

h3
{
	color: #f81;
	margin: 3px 0 3px 5px;
	font: normal 13px/1.5em 'Bookman Old Style';
}

.header1
{
	color: #332;
	font: normal 22px/1.5em 'Bookman Old Style';
	margin-top: 0px;
}

.header2
{
	color: #580;
	font: normal 16px/1.5em 'Bookman Old Style';
	margin-bottom: 0px;
}

.header3
{
	color: #000000;
	margin: 3px 0 3px 5px;
	font: normal 13px/1.5em 'Bookman Old Style';
}
.header4
{
	color: #000000;
	margin: 3px 0 3px 5px;
	font: bold 18px/1.5em 'Bookman Old Style';
	/*font-variant: small-caps;*/
	text-transform: uppercase;
}
.header5
{
	font: normal 13px/1.5em 'Bookman Old Style';
}

a 
{
	color: #5D6E90;
	text-decoration: none;

}
a:hover 
{
	color: #CBD7DB;
	background: #012444;
	text-decoration: none;
}

.label
{
	font: 12px/1.5em 'Garamond';
	font-weight: bold;
	color: Navy;
}
.label_urgent
{
	font: 12px/1.5em 'Bookman Old Style';
	font-weight: bold;
	color: Red;
}
.label_greeting
{
	font: 12px/1.5em 'Bookman Old Style';
	font-weight: bold;
	font-style: italic;
	color: DodgerBlue;
}
.label_header
{
	font: normal 12px/1.5em 'Garamond';
	font-weight: bold;
	text-decoration: underline;
	color: Navy;
}
.label_header2
{
	font: normal 12px/1.5em 'Garamond';
	font-weight: bold;
	color: Navy;
}
.label_header3
{
	font: 16px/1.5em 'Garamond';
	font-weight: bold;
	color: Black;
}
.label_subtle
{
	color: Gray;
}
.label_displaydata
{
	font: 12px/1.5em 'Garamond';
	font-weight: bold;
	color: Black;
}

.namelink
{
	padding: 1px;
	margin: 0 10px 0 4px;
}
.namelinkgroup
{
	position:relative;
	left: 10px;
	padding: 1px;
	margin: 0 10px 0 4px;
	text-align: center;
	font-variant: small-caps;
}

.namelinkgroup a
{
	color: #012444;
}

/* control styles */
.button
{
	font: normal 12px/1.5em 'Bookman Old Style';
	height: 21px;
	background-color: AliceBlue;
	border: Solid 1px Navy;
	color: Navy;
}
select
{
	font: normal 12px/1.5em "Lucida Grande", "Lucida Sans Unicode", "Lucida", "Verdana", sans-serif;
	color: Black;
	background-color: Beige;
	border: Solid 1px Navy;
}
.inputdata
{
	font: normal 12px/1.5em "Lucida Grande", "Lucida Sans Unicode", "Lucida", "Verdana", sans-serif;
	color: Black;
	background-color: Beige;
	border: Solid 1px Navy;
}
.displaydata
{
	font: normal 12px/1.5em 'Bookman Old Style';
	color:Black;
	background-color: Silver;
	border: Solid 1px Black;
}
.displaydata2
{
	font: normal 12px/1.5em 'Bookman Old Style';
	color:Black;
	background-color: Silver;
	border-top: Solid 1px Black;
	border-bottom: Solid 1px Black;
}

/* grid styles */
.gridtable
{
	
}

.gridcenteredheaderstyle
{
	background: #012444;
	height: 38px;
	font: normal 13px/1.5em 'Bookman Old Style';
	color: #ffffff;
	vertical-align: middle;
	text-align: center;
}
.gridheaderstyle
{
	background: #012444;
	height: 38px;
	font: normal 13px/1.5em 'Bookman Old Style';
	color: #ffffff;
	vertical-align: middle;
}
.gridfirstheader
{
	text-align: left;
}
.gridheaderstyle a 
{
	color: #ffffff;
	text-decoration:none;

}
.gridheaderstyle a:hover 
{
	color: #CBD7DB;
	background: #012444;
	text-decoration: underline;
}
.griditemstyle
{
	font: normal 12px/1.5em 'Bookman Old Style';
	color: #012444;
	vertical-align: top;
	background-color: White;
}
.grideditstyle
{
	font: normal 12px/1.5em 'Bookman Old Style';
	color: #012444;
	vertical-align: top;
	background-color:  White;
}
.gridaltstyle
{
	font: normal 12px/1.5em 'Bookman Old Style';
	color: #012444;
	vertical-align: top;
	background-color: #DDE2E6;
}
.gridpagefooterstyle
{
	font: normal 12px/1.5em 'Bookman Old Style';
	color: White;
	vertical-align: top;
	background-color: Olive;
	text-decoration: none;
}

.scrollable
{
	border: 1px solid;
	height: 80px;
	overflow: auto;
}

.subbutton
{
	position: relative;
	top: -19px;
	font: bold 14px/1.5em Garamond;
	background: #6C8821;
	color: #012444;
	width: 180px;
	height: 38px;
	text-align: center;
	border: solid 1px #012444;
}
.subbutton2
{
	position: relative;
	top: -19px;
	font: bold 16px/1.5em Garamond;
	background: #CBD7DB;
	color: #012444;
	width: 180px;
	height: 38px;
	text-align: center;
	border: solid 1px #012444;
	cursor: hand;
}
.mybuttonshadow
{
	background: #666;
	margin: 4px;
	position: relative;
}
.mybutton   
{
	position: relative;
	left: -2px;
	top: -2px;
	border-style: outset;
	border-color: #001E3C;
	text-decoration: none;   
	width: 270px;
	text-align: center;
	font: bold 16px/1.5em Garamond;
	height: 32px;
	background-color: #6C8821;
	color: #FFF;
	cursor: hand;
}
.mybigbutton   
{
	position: relative;
	left: -2px;
	top: -2px;
	border-style: outset;
	border-color: #001E3C;
	text-decoration: none;   
	width: 350px;
	text-align: center;
	font: bold 16px/1.5em Garamond;
	height: 64px;
	background-color: #6C8821;
	color: #FFF;
	cursor: hand;
}
.mybutton2
{
	height: 21px;
	background-color: AliceBlue;
	border: Solid 1px #799322;
	color: Navy;
	background-color: #B1D324;
	font: bold 14px/1.5em Garamond;
	text-decoration: none;   
	text-align: center;
}
.mycheckboxlist
{
	margin: 0 5px 2px 5px;
    text-indent: 10pt;
    font: 12px bold 'Garamond';
}
.myradiobuttonlist
{
	margin: 0 5px 2px 5px;
    text-indent: 10pt;
    font: 12px bold 'Garamond';
}
/* #mContainer {position:relative;} */
.mPhoto		{position:absolute;	top:178px; left:381px; moz-opacity:0.0; filter:Alpha(opacity=0);}
.mPhoto2	{position:absolute;	top:156px; left:381px; moz-opacity:0.0; filter:Alpha(opacity=0);}

p.list
{
	text-align: left;
	font: normal 12px/1.5em 'Bookman Old Style';
    color: Black;
    text-indent:0px;
}
table.list
{
	vertical-align:top;
}

