html {
	height: 100.01%;
	}

body {
	font-size: 72%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #303030 url(../images/bgrepeat.gif) repeat-x left top;
	}
a:link, a:visited, a:active {
	color: #314e92;
	font-weight: bold;
	text-decoration: none;
	}
a:hover {
	color: #ee7b4f;
	font-weight: bold;
	}

table {
	font-size: 1em;
	}
input.button {
	color: #fff;
	font-size: 10px;
	font-family: arial;
	font-weight: bold;
	background-color: #010066;
	}
input.button2 {
	font-size: 10px;
	font-weight: bold;
	}

ul {
	
	}

ul2 {
	color: #000;
	background-color: #f5f5f5;
	text-align: left;
	margin: 5px 15px 0;
	padding: 10px 25px 10px 5px;
	border: solid 1px #9d9e9d;
	list-style-type: square;
	list-style-position: inside;
	}
ul2 li {
	line-height: 16px;
	background-image: url(images/li.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0 center;
	margin: 0;
	padding: 5px 0 5px 5px;
	border-top: 1px dashed #000;
	}
ul2 li.top {
	background-image:      url(images/li.gif);
	background-repeat:     no-repeat;
	background-attachment: scroll;
	background-position:   0 center;
	margin:                0;
	padding:               2px 0 2px 5px;
	border: 1px #fff; }
div#img {
	float: right;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	}
/*heading styles*/
.h1 {
	color: #ed5e26;
	font-size: 1.4em;
	font-weight: bold;
	}

.h2 {
	font-size: 1.2em;
	font-weight: bold;
	}

.h3 {
	font-size: 1.1em;
	
	}

/*sub styles*/
.smallwht {
	font-size: 0.8em;
	}
.smallorg {
	color: #ed5e26;
	font-weight: bold;
	}
.smallblu {
	color: #c00;
	font-weight: bold;
	}

.formsmtxt {
	font-size: 0.8em;
	}

.formtitle {
	color: #fff;
	font-size: 1em;
	font-weight: bold;
	line-height: 1.6em;
	background-color: #314e92;
	width: 100%;
	margin-bottom: 5px;
	padding-left: 10px;
	display: block;
	}
.formtitlered {
	color: #fff;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.4;
	background-color: #84001b;
	display: block;
	margin-bottom: 5px;
	padding-left: 10px;
	width: 100%;
	}

.largeorg {
	color: #ed5e26;
	font-size: 1.2em;
	font-weight: bold;
	}
.largered {
	color: #b50808;
	font-size: 1.1em;
	font-weight: bold;
	}

/*menu*/
table.menu a  {
	color: #fff;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
	background-color: #314e92;
	background-image: url(images/thheart1.gif);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	padding: 3px 3px 3px 10px;
	border-top: 1px solid #fff;
	}
table.menu a:link  {
	color: #fff;
	font-family: Arial, Verdana;
	font-weight: bold;
	text-decoration: none;
	background-color: #314e92;
	display: block;
	border-top: 1px solid #fff;
	}
table.menu a:visited  {
	color: #fff;
	font-family: Arial, Verdana;
	font-weight: bold;
	text-decoration: none;
	background-color: #314e92;
	display: block;
	border-top: 1px solid #fff;
	}
table.menu a:hover  {
	color: #fff;
	font-family: Arial, Verdana;
	font-weight: bold;
	text-decoration: none;
	background-color: #010066;
	background-image: url(images/thheart2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	border-top: 1px solid #fff;
	}
table.menu a:active  {
	color: #fff;
	font-family: Arial, Verdana;
	font-weight: bold;
	text-decoration: none;
	background-color: #314e92;
	display: block;
	border-top: 1px solid #fff;
	}
/*misc styles*/
#mpad {
	font-size: 1em;
	padding: 18px 10px 10px 20px;
	}
#rpad {
	color: #b50808;
	font-size: 0.8em;
	background-color: #fff;
	margin-top: 1px;
	padding: 5px 10px;
	}

.topheading {
	color: #010066;
	font-size: 1.6em;
	font-family: tahoma;
	font-weight: bold;
	width: 100%;
	padding-bottom: 4px;
	padding-left: 20px;
	border-bottom: 1px dashed #314e92;
	display: block;
	}
.topheadnav {
	color: #515151;
	font-size: 0.6em;
	}

#tophead {
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	}

/*side bar styling*/
#sidebargrey {
	color: #fff;
	font-size: 0.9em;
	font-weight: bold;
	}

#sidebarpad {
	padding: 10px;
	}
/*test*/
#navnav div div {display:none;}

#navnav div div div {display:none;}

#navnav div div div div {display:none;}
/*Sets line-height of all top-level menuitems*/

#navnav div {

	/*/*/ /* */

}

/*Sets line-height of all other menuitems*/

#navnav div div {

	/*/*/ /* */

}



/*Sets background color and border around the menu DIV*/

#navnav {

	width: auto;

	background-color: #fff;

	border: 1px #fff;

}



/*Sets a bottom margin for each top-level link*/

#navnav div {
	line-height: 1.5;
	margin: 0 0 1px;
	}



/*second level menuitem divs and lower -Cascades to lower levels-*/

/*Sets left margin to .8em establishing a fluid cascading indent*/

#navnav div div {

	margin: 0 0 0 3px;

}



/*The Link style for top-level menuitems and is read by all browsers*/

#navnav div a {
	color: #fff;
	font-size: 0.9em;
	font-weight: bold;
	}

/*The Link style for top-level menuitems hidden from Netscape 4*/

#navnav div a {

	/*/*/padding: 0 0 0 3px;
	display: block;
	text-decoration: none;
	color: #fff;
	background: #314e92;

 /* */

}



#navnav div a:visited {

	color: #fff;

}

#navnav div a:hover {
	color: #fff;
	background: #010066;
	}



/*The Link and visited styles combined for second-level menuitems*/

#navnav div div a, #navnav div div a:visited {
	font-size: 0.8em;
	background: #010066;
	color: #fff;
	border-left: 1px solid #3c3c3c;
	border-right: 1px solid #3c3c3c;border-top-;border-bottom-style: none;
	border-bottom-width: 0;
	style: none;
	}

#navnav div div a:hover {
	background: #f47735;
	color: #fff;
	;font-size: 0.8em;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;border-top-;border-bottom-style: none;
	border-bottom-width: 0;
	style: none;
	border-top-width: 0;
	}



#navnav div div a.navsub, #navnav div div a.navsub:visited {
	font-size: 0.8em;
	background: #010066;
	color: #fff;
	border-left: 1px solid #3c3c3c;
	border-bottom: 1px solid #3c3c3c;
	border-right: 1px solid #3c3c3c;
	}



#navnav div div a.navsub:hover {
	background: #f47735;
	color: #fff;
	font-size: 0.8em;
	border-left: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	border-top-style: none;
	border-top-width: 0;
	}



/*rules programatically assigned to parent links when image-based plus and minus option is selected. The padding on the 4 following rules supercedes (via !important) the padding on the navnav div a selector when you've chosen the option to use images for the plus and minus signs*/

.navopen {



	padding: 0 0 0 5px !important;

}

.navclose {



	padding: 0 0 0 5px !important;

}



/*rule programatically assigned to child links when image-based plus and minus option is selected*/

.navsub {

	background-image:  none;

	padding: 0 0 0 3px !important;

}



/*rules programatically assigned to page link correesponding to current page (You are Here)*/

.p7currentmark {

	font-weight: bold;

	text-transform: uppercase;

	color: #FF9900!important;

	background-color: transparent !important;

	padding: 0 0 0 22px !important;

}

/*special style for User Guide Tutorials*/

#stretchyCell {

	width: 14em;

}

