body{
	margin: 0;
	padding: 0;
}

/* Text styles*/
p {
	font-size: 0.8em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}

h1 {
font-size: 1em;
font-family: Arial, Helvetica, sans-serif;
color: #003399;
font-weight: bold;
border-bottom-width: 2px;
border-bottom-style: solid;
border-bottom-color: #3b73b9;
margin: 0px;
}

h2 {
font-size: 1.4em;
font-family: Arial, Helvetica, sans-serif;
color: #003399;
font-weight: bold;
border-bottom-width: 2px;
border-bottom-style: solid;
border-bottom-color: #3b73b9;
letter-spacing: 2px;
margin: 0px;
}

h3 {
	font-size: 1em;
	font-weight: normal;
	color: #FF6600;
	font-family: Georgia, Times New Roman, Times, serif;
}

a:link, a:visited, a:hover, a:active {
	text-decoration: none;
	color: #0066cc;
}

#footer p {
font-family: Georgia, Times New Roman, Times, serif;
font-size: .8em;
color: #6699CC;
margin: 0px;
}

#footer a:link, a:hover, a:visited {
	color: #6699CC;
}

/* The Div Styles
================================= */

#wrapper {
width: 900px;
height: 100%;
margin-left: auto;
margin-right: auto;
}

#branding {
border-top-width: thick;
border-top-style: solid;
border-top-color: #b3d5f0;
height: 60px;
background-position: center;
padding-top: 15px;
}

#subNav {
	margin-top: 10px;
	width: 170px;
	float: left;
}

#masthead {
height: 200px;
background-image: url(../images/homebanner.gif);
background-repeat: no-repeat;
background-position: right;
width: 900px;
padding-right:  0px;
padding-bottom: 0px;
float: left;
}

#main_content {
width: 700px;
margin-top: 8px;
height: auto;
float: right;
margin-bottom: 20px;
}

.bluBox {
	width: 300px;
	background-color: #009DDC;
	height: auto;
	float: left;
	border: 4px outset #A6D4FF;
}
.grnBox {
	width: 325px;
	background-color: #86C76C;
	height: auto;
	float: right;
	border: 4px outset #BCFFA0;
}
.orgBox {
width: 325px;
background-color: #FDBB63;
height: auto;
float: left;
margin-top: 10px;
clear: left;
border: 4px outset #E88746;
}
.dbluBox {
width: 325px;
background-color: #15488C;
height: auto;
margin-top: 10px;
float: right;
clear: right;
border: 4px outset #2175E9;
}

#footer {
width: 700px;
float: right;
} 


/* mainNav
------------------------------------*/

 #tabsI {
float:left;
width:100%;
font-size:93%;
line-height:normal;
border-bottom-width: 9px;
border-bottom-style: solid;
border-bottom-color: #b3d5f0;
      }
    #tabsI ul {
	list-style:none;
	margin: 0;
	padding: 0px;
      }
    #tabsI li {
	display:inline;
	padding:0;
	margin: 0;
      }
    #tabsI a {
	float:left;
	text-decoration:none;
	background-image: url(../images/tableftI.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 5px;
	margin: 0;
      }
    #tabsI a span {
float:left;
display:block;
color:#000000;
background-image: url(../images/tabrightI.gif);
background-repeat: no-repeat;
background-position: right top;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
margin-right: 10px;
padding-top: 3px;
padding-right: 22px;
padding-bottom: 2px;
padding-left: 13px;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsI a span {float:none;}
    /* End IE5-Mac hack */
    #tabsI a:hover span {
      color:#FFF;
      }
    #tabsI a:hover {
      background-position:0% -42px;
      }
    #tabsI a:hover span {
      background-position:100% -42px;
      }

/* subNav
------------------------------------*/
#subNav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#subNav a {
display: block;
color: #000066;
text-decoration: none;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
background-color: #e9f1fa;
border: 2px solid #3b73b9;
font-size: 0.7em;
margin-bottom: 8px;
padding-top: 3px;
padding-bottom: 3px;
letter-spacing: -0.8px;
white-space: nowrap;
padding-left: 7px;
}

#subNav a:hover, .selected a {
	background-color: #e9f1fa;
	color: #000000;
}

#subNav .first a {
	height: 15px;
}

/* rounded corner box blue
================================== */
.roundedcornr_box_blu {
background: #ffffff;
margin: 5px;
}
.roundedcornr_top_blu div {
	background-image: url(../images/roundedcornr_blu_tl.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.roundedcornr_top_blu {
	background-image: url(../images/roundedcornr_blu_tr.png);
	background-repeat: no-repeat;
	background-position: right top;
}
.roundedcornr_bottom_blu div {
	background-image: url(../images/roundedcornr_blu_bl.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.roundedcornr_bottom_blu {
	background-image: url(../images/roundedcornr_blu_br.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.roundedcornr_top_blu div, .roundedcornr_top_blu, 
.roundedcornr_bottom_blu div, .roundedcornr_bottom_blu {
width: 100%;
height: 15px;
}
.roundedcornr_content_blu {
margin-right: 20px;
margin-left: 20px;
padding: 0px;
height: 110px;
}

/* rounded corner box green
================================== */
.roundedcornr_box_grn {
	background: #ffffff;
	margin: 5px;
}
.roundedcornr_top_grn div {
	background-image: url(../images/roundedcornr_grn_tl.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.roundedcornr_top_grn {
	background-image: url(../images/roundedcornr_grn_tr.png);
	background-repeat: no-repeat;
	background-position: right top;
}
.roundedcornr_bottom_grn div {
	background-image: url(../images/roundedcornr_grn_bl.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.roundedcornr_bottom_grn {
	background-image: url(../images/roundedcornr_grn_br.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.roundedcornr_top_grn div, .roundedcornr_top_grn, 
.roundedcornr_bottom_grn div, .roundedcornr_bottom_grn {
width: 100%;
height: 15px;
}
.roundedcornr_content_grn {
margin-right: 20px;
margin-left: 20px;
padding: 0px;
height: 110px;
}

/* rounded corner box orange
================================== */
.roundedcornr_box_org {
	background: #ffffff;
	margin: 5px;
}
.roundedcornr_top_org div {
	background-image: url(../images/roundedcornr_952389_tl.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.roundedcornr_top_org {
	background-image: url(../images/roundedcornr_952389_tr.png);
	background-repeat: no-repeat;
	background-position: right top;
}
.roundedcornr_bottom_org div {
	background-image: url(../images/roundedcornr_952389_bl.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.roundedcornr_bottom_org {
	background-image: url(../images/roundedcornr_952389_br.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.roundedcornr_top_org div, .roundedcornr_top_org, 
.roundedcornr_bottom_org div, .roundedcornr_bottom_org {
width: 100%;
height: 15px;
}
.roundedcornr_content_org {
margin-right: 20px;
margin-left: 20px;
padding: 0px;
height: 105px;
}


/* rounded corner box Dark blue
================================== */
.roundedcornr_box_dblu {
	background: #ffffff;
	margin: 5px;
}
.roundedcornr_top_dblu div {
	background-image: url(../images/roundedcornr_dblu_tl.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.roundedcornr_top_dblu {
	background-image: url(../images/roundedcornr_dblu_tr.png);
	background-repeat: no-repeat;
	background-position: right top;
}
.roundedcornr_bottom_dblu div {
	background-image: url(../images/roundedcornr_dblu_bl.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.roundedcornr_bottom_dblu {
	background-image: url(../images/roundedcornr_dblu_br.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.roundedcornr_top_dblu div, .roundedcornr_top_dblu, 
.roundedcornr_bottom_dblu div, .roundedcornr_bottom_dblu {
width: 100%;
height: 15px;
}
.roundedcornr_content_dblu {
margin-right: 20px;
margin-left: 20px;
padding: 0px;
height: 105px;
}

/* Login Box
================================== */

td {
	font-size: 0.8em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}

.table {
	font-size: 0.8em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	margin: 0px;
	padding: 0px;
