body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	background-color: #E6E6E6;
	text-align: left;
	line-height: 1.2em;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.25em;
	font-weight: bold;
	color: #000000;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #132F4E;
	width: 50%;
	line-height: 1.25em;
	padding-bottom: 5px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #666666;
	line-height: 1em;
	text-decoration: underline;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #333333;
	line-height: 1em;
	text-decoration: underline;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1em;
	color: #000000;
	background-color: #FFFFFF;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
li {
	list-style-image: url(images/bullet.gif);
}

/*begin positional styles*/
/*wrapper container*/

#wrapper {
	text-align: left;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	border: none;
	margin-top: 25px;
	background-color: #FFFFFF;
}

/*branding header*/

#header {
	height: 75px;
	padding: 0px;
	margin: 0px;
	position: relative;
	background-image: url(images/logo_left.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#header .invisible a {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	height: 0px;
	width: 0px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	list-style-image: none;
}
#header img {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	height: 0px;
	width: 0px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	list-style-image: none;
}

#header table {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 75px;
	text-align: right;
	vertical-align: bottom;
	background-color: #333333;
}
#header table a:link, #header table a:visited {
	color: #333333;
	padding-top: 3px;
	padding-bottom: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	padding-right: 3px;
	padding-left: 3px;
	display: none;
}
#header table a:hover, #header table a:active {
	color: #FFCC33;
	padding-top: 3px;
	padding-bottom: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	padding-right: 3px;
	padding-left: 3px;
	background-color: #44516E;
	display: none;
}
#header table .current a {
	color: #FFCC33;
	padding-top: 3px;
	padding-bottom: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	padding-right: 3px;
	padding-left: 3px;
	background-color: #44516E;
	display: none;
}
#header ul {
}
#header li {
	display: inline;
	list-style-image: none;
	list-style-type: none;
}
#header div .invisible {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	border: none;
	height: 0px;
	width: 0px;
}


/*section header image*/

#sectionheader {
	height: 100px;
	margin: 0px;
	padding: 0px;
	border: none;
	display: none;
}
#sectionheader div {
	margin: 0px;
	padding: 0px;
}

/*primary navigation*/

#navtop {
	margin: 0px;
	padding: 0px;
	clear: both;
	display: none;
}

    #navtop div {
	float:left;
	width:100%;
	border-top-width: 2px;
	border-top-style: outset;
	border-top-color: #C8D1DA;
	border-bottom-style: inset;
	border-bottom-width: 2px;
	border-bottom-color: #002848;
	background-color: #3B526C;
	color: #FFFFFF;
      }
    #navtop div ul {
      margin:0;
      padding:0px 10px 0;
      list-style:none;
      }
    #navtop div li {
	float:left;
	background:  url("images/left.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 0px;
	list-style-image: none;
	list-style-type: none;
      }
    #navtop div a {
	float:left;
	display:block;
	background:  no-repeat right top;
	padding:5px;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #6F7455;
	color: #EAEAEA;
      }
    /* Commented Backslash Hack
       hides rule from IE5-Mac \*/
    #navtop div a {float:none;}
    /* End IE5-Mac hack */
    #navtop div a:hover, #navtop div a:active {
	color:#04173C;
	background-color: #FFCC33;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #6E7352;
      }
    #navtop div .current a {
	color:#04173C;
	background-color: #FFCC33;
	padding-bottom: 5px;
      }
/* the following used to make skip links invisible*/

#navtop div .invisible a {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	border: none;
	height: 0px;
	width: 0px;
}
#navtop div .invisible {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	border: none;
	height: 0px;
	width: 0px;
}


/*secondry navigation*/


#subnavtop {
	display: none;
}
   #subnavtop div {
	float:left;
	width:100%;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	display: none;
      }
    #subnavtop div ul {
	margin:0;
	list-style:none;
	padding-right: 10px;
	padding-left: 10px;
	display: none;
      }
    #subnavtop div li {
	float:left;
	background:  url("images/left.gif") no-repeat left top;
	margin:0;
	padding:0;
	list-style-image: none;
	list-style-type: none;
      }
    #subnavtop div a {
	float:left;
	display:block;
	padding:2px 5px 4px;
	color:#5C5843;
	text-decoration: none;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	background-color: #FFCC33;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
      }
    #subnavtop div a {
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	float: left;
	display: block;
}
 /* Commented Backslash Hack
       hides rule from IE5-Mac \*/
    #subnavtop div a {float:none;}
    /* End IE5-Mac hack */
    #subnavtop div a:hover, #subnavtop div a:active {
	color:#3B526C;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #6E7352;
      }
    #subnavtop div .current {
	color:#04173C;
	background-color: #FFFFFF;
	background-image: none;
      }
#subnavtop div .invisible a {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	border: none;
}
#subnavtop div .invisible {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	border: none;
}
#subnavtop div .current a {
	color:#04173C;
	background-color: #FFFFFF;
	background-image: none;
}

/* secondary navigation styling*/

#navsubsections {
	text-align: right;
	float: left;
	width: 195px;
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	display: none;
}
#navsubsections div {
	text-align: right;
	margin: 50px 0px 0px;
	padding: 0px 10px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #666666;
}
#navsubsections div ul {
	padding: 0px;
	display: block;
	list-style-type: none;
	list-style-image: none;
	font-weight: normal;
	margin: 0px;
}
#navsubsections div li {
	padding: 0px;
	display: block;
	list-style-type: none;
	list-style-image: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: normal;
	margin: 0px;
}
#navsubsections div a:link {
	color: #000000;
	text-decoration: none;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 170%;
	margin: 0px;
	padding: 0px;
}
#navsubsections div a:hover, #navsubsections div a:active {
	color: #FF9900;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 170%;
	font-weight: normal;
	text-decoration: none;
	background-color: #002948;
	display: block;
	margin: 0px;
	padding: 0px;
}
#navsubsections div .current {
	color: #FF9900;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 170%;
	font-weight: normal;
	text-decoration: none;
	background-color: #EFEFEF;
	display: block;
	margin: 0px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #002948;
	font-size: 0.9em;
}
#navsubsections div p {
	text-align: left;
	padding-left: 5px;
	padding-right: 0px;
}
#navsubsections div h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	padding-bottom: 3px;
	background-color: #3B526C;
	padding-left: 5px;
	text-align: left;
	padding-right: 0px;
	padding-top: 3px;
	width: auto;
	line-height: 1.2em;
}
#navsubsections div .invisible {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	border: none;
	height: 0px;
	width: 0px;
}

/*page content*/

#content {
	width: 90%;
	font-size: 100%;
	padding: 0px;
	margin: 0px;
 }
#content div {
	padding: 35px 35px 0px 0px;
	margin: 0px;
}
#content div a:link {
color: #991d1a;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 100%;
text-decoration: underline; 
}
#content div a:hover {
color: #FF0000;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 100%;
text-decoration: underline; 
}
#content div table {
	background-color: #FFFFFF;
	text-align: left;
	width: 100%;
	border: 1px solid #999999;
	padding: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
#content div tr {
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4C2E63;
}
#content div td {
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	padding: 3px;
	border-bottom-style: solid;
	border-bottom-color: #503367;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #503367;
}
#content div th {
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	padding: 3px;
	border-bottom-style: solid;
	border-bottom-color: #503367;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #503367;
	background-color: #F1EAFD;
}

/*footer*/

#footer {
	background-color: #FFFFFF;
	color: #000000;
	padding: 20px 0px;
	text-align: center;
	margin: 0px;
	height: 80px;
	background-position: center;
	clear: both;
	display: none;
}

/* content style classes*/

.textbox1 {
	text-align: left;
	float: right;
	padding: 10px;
	border: 1px solid #000000;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	width: 49%;
}
.textbox1left {
	text-align: left;
	float: left;
	padding: 5px;
	margin: 0px 10px 10px 0px;
	border-top: 10px solid #3B4B5C;
	border-right: 1px solid #D6D9DF;
	border-bottom: 1px solid #D6D9DF;
	border-left: 1px solid #D6D9DF;
	width: 50%;
}
.picbox1left {
	text-align: left;
	padding: 0px 25px 25px 0px;
	margin: 0px;
	border: 0px none;
	float: left;
}
.textboxHeadline {
	text-align: left;
	padding: 0px 10px 10px;
	background-color: #F9F9F9;
	margin: 10px 0px 0px;
	border-top: 10px solid #3B4B5C;
	border-right: 1px solid #D6D9DF;
	border-bottom: 1px solid #D6D9DF;
	border-left: 1px solid #D6D9DF;
	clear: both;
}
.picbox1fullwidth {
	text-align: left;
	width: 100%;
	padding: 25px 0px;
	margin: 0px;
	border: 0px none;
	float: left;
	clear: both;
}
#sectionheader div img {
	margin: 0px;
	padding: 0px;
	text-align: left;
	vertical-align: top;
	float: left;
}

