body {
background-color: #ECF6F9;
text-align: center;
margin: 5px;
font-family: Arial, sans-serif;
color: #666;
font-size: 12px;
}

#siteframe {
margin: auto;
width: 880px;
}

#header-iris {
background: transparent url("../images/header-iris.jpg") no-repeat center top;
width: 840px;
height: 100px;
}

#header-public {
background: transparent url("../images/header-public.jpg") no-repeat center top;
width: 840px;
height: 134px;
}

#bg-content {
background: transparent url("../images/background-repeat.jpg") repeat center top;
width: 840px;
text-align: center;
}

#bg-endcap {
background: transparent url("../images/background-bottomcap.jpg") no-repeat center top;
width: 840px;
height: 28px;
}

#container {
text-align: center;
margin: 0 auto;
padding: 0;
}

#content {
text-align: left;
padding: 0 30px 0 30px;
}

.bios-left {
text-align: left;
margin-right: 15px;
}

#column-left {
width: 590px;
text-align: left;
margin-top: 5px;
}

#column-right {
float: right;
width: 170px;
text-align: left;
margin: 0 0 0 10px;
font-size: .9em;
}

#copyright {
text-align: left;
padding: 0 40px 5px 30px;
font-family: Arial, sans-serif;
font-size: 11px;
color: #999;
}

#copyright p {
color: #999;
line-height: 15px;
}

#copyright a:link, #copyright a:visited {color: #666; text-decoration: none; font-weight: bold; font-family: Arial, sans-serif;}
#copyright a:hover {color: #000; text-decoration: none; font-weight: bold; font-family: Arial, sans-serif;}

#profile {
width: 780px;
text-align: right;
float: right;
position: absolute;
padding: 30px 0 0 0;
font-family: Arial, sans-serif;
font-size: 11px;
color: #999;
}

#profile a:link, #copyright a:visited {color: #666; text-decoration: none; font-weight: bold; font-family: Arial, sans-serif;}
#profile a:hover {color: #000; text-decoration: none; font-weight: bold; font-family: Arial, sans-serif;}

h1 {
color: #3299BD;
font-size: 1.6em;
margin: 0 auto;
padding: 8px 0 4px 0;
font-weight: normal;
}

h2 {
color: #333;
font-size: 1.2em;
margin: 0 auto;
padding: 6px 0 0 0;
font-weight: bold;
}

p {
line-height: 16px;
margin: 0 auto;
padding: 0 0 4px 0;
}

.small {
font-size: .8em;
color: #999;
line-height: normal;
padding: 5px 0 5px 0;
}

img.right {
float: right;
padding: 0 0 10px 10px;
border: 0;
}

img.topimage {
margin: 0 0 10px 0;
border: 0;
}

a:link, a:visited {color: #2492B6; text-decoration: none; font-weight: bold;}
a:hover {color: #000; text-decoration: none;}

td.tableheader {
background-color: #666;
color: #FFF;
font-weight: bold;
}

td.even {
background-color: #D7EBF2;
}

td.odd {
background-color: #EBF5F8;
}


/* ---------------------------------------
	Main Navigation
--------------------------------------- */


#navigation {
width: 780px;
padding: 100px 0 0 0;
margin: 0 auto;
height: 30px;
vertical-align: bottom;
border-bottom: 4px;
border-bottom-color: #92C7DB;
border-bottom-style: solid;
}

ul#nav, ul#nav li {
font-family: Arial, Helvetica, sans-serif;
float: left;
list-style: none;
height: 30px;
margin: 0 auto;
padding: 0 1px 0 0;
}

ul#nav {
font-size: 11px;
font-weight: bold;
color: #666;
}


a.navA:link 
{
	width: 120px;
	background:  url(../images/navtab.jpg);
	color: #666;
	text-decoration: none;
	display: block;
	padding: 8px 0 8px 0;

}

a.navA:visited 
{
	width: 120px;
	background:  url(../images/navtab.jpg);
	color: #666;
	text-decoration: none;
	display: block;
	padding: 8px 0 8px 0;
	
}

a.navA:hover 
{
	width: 120px;
	background:  url(../images/navtab.jpg) 0 -30px;
	color: #000;
	text-decoration: none;
	display: block;
	padding: 8px 0 8px 0;
}


/* Selected Tab */

a.navASelected:link {
	width: 120px;
	background:  url(../images/navtab.jpg) 0 -60px; color: #FFF;
	text-decoration: none;
	display: block;
	padding: 8px 0 8px 0;
}

a.navASelected:visited {
	width: 120px;
	background:  url(../images/navtab.jpg) 0 -60px; color: #FFF;
	text-decoration: none;
	display: block;
	padding: 8px 0 8px 0;
}

a.navASelected:hover {	
	width: 120px;
	background:  url(../images/navtab.jpg) 0 -60px; color: #FFF;
	text-decoration: none;
	display: block;
	padding: 8px 0 8px 0;	
}


/* ---------------------------------------
	Side Navigation
--------------------------------------- */

#boxheader {
background:  url(../images/sidenavbox-header.jpg);
width: 170px;
height: 32px;
}

#boxend {
background:  url(../images/subnavbox-bottomcap.gif);
width: 170px;
height: 12px;
}

#boxheader h1 {
padding: 10px;
font-family: Arial, sans-serif;
font-size: 12px;
font-weight: bold;
color: #000;
}

#subnavigation {
width: 170px;
margin: 10px 0 0 0;
}

ul#subnav, ul#subnav li {
width: 170px;
font-family: Arial, Helvetica, sans-serif;
text-align: left;
list-style: none;
margin: 0 auto;
padding: 0;
border-top-color: #CCC;
border-top-style: solid;
border-top-width: 1px;
}

ul#subnav {
font-size: 11px;
color: #666;
margin: 0 auto;
}

ul#subnav a, ul#subnav a:visited {
background:  url(../images/sidenavbox-link-inactive.gif);
background-color: #ECECEC;
color: #666;
text-decoration: none;
display: list-item;
margin: 0 auto;
padding: 8px;
}

ul#subnav a:hover {
background:  url(../images/sidenavbox-link-active.gif);
background-color: #E2E2E2;
color: #000;
text-decoration: none;
display: list-item;
}



/********************** APPLICATION STYLES ************************/



       


legend
{
  
  font-size: 14px;
  font-weight: bold;
  color: #2492B6;
}

fieldset
{
  border-style: solid;
  border-width: 1px;
  border-color: #2492B6;
  padding: 8px 4px 4px 4px;
}

/* Format our ASP Success Messages */
.SuccessMessage
{
	 font-size: medium;
	 color: Green;
	 font-weight: bolder;

}

/* Format our ASP Error Messages */
.ErrorMessage
{
	 font-size: small;
	 color: Red;
	 font-weight: bolder;

}

/* Format text that you want to be highlighted yellow */
.highlight
{
	 background-color: Yellow;
}


.FormHeader 
{
	font-size: 16px;
	margin: 10px 0 3px 0;
	padding-top: 5px;
	font-family: Arial;
	font-style: italic;
	color: #2492B6;
}


table.PolicyTable {
	border-width: 1px;
	border-spacing: 0;
	border-style: none;
	border-color: #46A3C4;
	border-collapse: collapse;
	background-color: white;
}
table.PolicyTable th {
	border-width: 1px;
	padding: 2px;
	border-style: solid;
	border-color: #46A3C4;
	background-color: #E4F1f7;
	-moz-border-radius: ;
}
table.PolicyTable td {
	border-width: 1px;
	padding: 2px;
	border-style: solid;
	border-color: #46A3C4;
	background-color: white;
	-moz-border-radius: ;
}
