/* Attributes for the body */

body {
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	background-color: #FFFFFF;
	color: #FFFFFF;
}

/* Below is the side link effect applied in the main nav */

a {
	text-decoration: none;
	color: #353535;
	font-style: normal;
}

a:hover {
	text-decoration: underline;
	color: #336600;
}
a:active {
	text-decoration: underline;
	color: #CC0000;
}

/* Formatting for a standard Table Cell */

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3B3B3B;
	line-height: normal;
}

/* The Border that goes around the entire main nav */


.mainnavborder{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #d1d1d1;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d1d1d1;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #d1d1d1;
}


/* Background color that is in the main nav cells */

.mainnavbg {
	background-color: #F6F6F6;
	padding: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333366;
	font-weight: bold;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #d1d1d1;
}
.mainnavbgwhite {
	background-color: #Ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333366;
	font-weight: bold;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #d1d1d1;
	padding: 1px;
}
/* Formatting for the top navigation  */

.topnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #5C5C5C;
	padding: 3px;
}

/* Formatting for the white title text on dark green bg  */

.title {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #336451;
	padding: 3px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D1D1D1;
}
.titleactive {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #336451;
	padding: 3px;
	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #D1D1D1;
	font-weight: bold;
}
/* Right border, used on the main picture to connect all the right lines  */

.rightborder {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D1D1D1;
}

/* Standard padding used in the main text  */

.padding {
	padding: 15px;
	background-image: url(images/innnershadow.gif);
	background-repeat: repeat-x;
}

/* h1 is Header 1  */

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	color: #333366;
	line-height: normal;
	font-style: normal;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #336666;
	font-weight: bold;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #606060;
	font-weight: bold;
	text-transform: uppercase;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #606060;
	font-weight: bold;
	text-transform: uppercase;
}

/* All the styles below apply to the subnavigation on the right  */

.subnavborder {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #d1d1d1;
	border-bottom-color: #d1d1d1;
	border-left-color: #d1d1d1;
}
.subnavtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333300;
	background-color: #D8E1DE;
	padding: 3px;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d1d1d1;
}
a.subnavtitle {
text-decoration: underline;
	color: #333300;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
a.subnavtitle:hover {
	color: #333300;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
}
a.subnavtitle:active {
	text-decoration: underline;
}
a.subnav {
	text-decoration: underline;
	color: #330066;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

a.subnav:hover {
	color: #336600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
}
a.subnav:active {
	text-decoration: underline;
}
a.subnavactive {
	text-decoration: underline;
	color: #FFFFFF;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

a.subnavactive:hover {
	color: #9295BE;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
}
a.subnavactive:active {
	text-decoration: underline;
	color: #FFFFFF;
}
.subpadding {
	padding: 6px 4px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
.subpaddingactive {
	padding: 6px 4px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #333366;
}
/* Copyright text on the bottom  */

.bottomtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}
.invi {
	color: #FFFFFF;
}
/* link in the main content area  */

a.textlink {
	text-decoration: underline;
	color: #0000FF;
	font-weight: bold;
}

a.textlink:hover {
	color: #0000FF;
	text-decoration: none;
	font-weight: bold;
}
a.textlink:active {
	text-decoration: underline;
}
/* keep picture width range 150-300 pixels. Keep pictures under 20 K / 60%-70% quality /place in library item of frame with caption  */

.frame {
	border: 1px solid #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin: 8px;
}
.captiontext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.minortopic {
	background-color: #F6F6F6;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 20px;
	font-weight: normal;
	color: #330066;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.minortopicactive {
	background-color: #F6F6F6;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 20px;
	font-weight: bold;
	color: #333366;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.bullet {
	list-style-image: url(images/bullet.gif);
}
.emphasis {font-size:12px; font-family:Arial, Helvetica, sans-serif; color: #3b3b3b; font-weight: bold}
.showcase {border:5px outset #CCCCCC; padding: 5px}
