#bodytable {
	font: medium arial, helvetica, sans-serif;
	color: #ffcc33;
}

#bodytable h1 {
	font-size: xx-large;
	color: #1e326f;
	font-weight: bold;
}

#bodytable h2 {
	font-size: x-large;
	color: #1e326f;
	font-weight: bold;
}

#bodytable h3 {
	font-size: large;
	color: #1e326f;
	font-weight: bold;
}

#bodytable h4 {
	color: #1e326f;
	font-weight: bold;
	font-size: medium;
}

#bodytable p {
	color: #000000;
}

#bodytable ul, ol {
	color: #000000;
}

#bodytable li {
	color: #000000;
	padding-bottom: 10px;
}

#bodytable a {
	color: #607e5e;
}

#bodytable a:hover {
	color: #1e326f;
}

body {
	margin: 0;
}

blockquote.color {
	padding: 10px;
	background-color: #F2F1D4;
}

/* @group Top Nave Bar Home */

/* ######### Style for Tab Interface itself ######### */

.shadetabs {
	border-bottom: 1px solid gray;
	margin-bottom: 0em;
	white-space: nowrap;
}

.shadetabs ul {
	padding: 3px 0;
	margin-left: 0;
	margin-top: 0;
	margin-bottom: 0;
	list-style-type: none;
	text-align: center;
	/*set to left, center, or right to align the menu as desired*/;
	background: #1e326f;
	text-transform: uppercase;
	font: bold 12px Helvetica, Arial, sans-serif;
}

.shadetabs li {
	display: inline;
	margin: 0;
	width: 100%;
}

.shadetabs li a {
	text-decoration: none;
	padding: 3px 20px;
	margin-right: 3px;
	border: 1px none #1e326f;
	color: #abbbaa;
	background: #1e326f top left;
	/*THEME CHANGE HERE*/
}

.shadetabs li form {
	text-decoration: none;
	padding: 0;
	border: 1px none #1e326f;
	color: #abbbaa;
	background: #1e326f top left;
	/*THEME CHANGE HERE*/;
	margin: 0;
}

.shadetabs li a:visited {
	color: #abbbaa;
	background: #1e326f;
}

.shadetabs li a:hover {
	text-decoration: underline;
	color: white;
	background: #1e326f;
}

.shadetabs li input {
	font: small Arial, Helvetica, sans-serif;
	background: #213980;
	float:;
	color: #eaeaea;
	border: 1px solid #e2e2e2;
}

.shadetabs li.selected {

}

.shadetabs li.selected a {
	/*selected main tab style */
background-image: url(shadeactive.gif);
	/*THEME CHANGE HERE*/
border-bottom-color: white;
}

.shadetabs li.selected a:hover {
	/*selected main tab style */
text-decoration: none;
}


/* @group TEXT Treatments */
/* @group TEXT Treatments */

#title {
	font: 10px Arial;
	text-align: center;
}

#HeaderText h1 {
	color: #7c967b;
	font: 20px/30px Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	word-spacing: 1px;
	padding-right: 10px;
	padding-left: 10px;
}

#FootNote {
	color: #6e7173;
	font: 12px Arial, Helvetica, sans-serif;
	text-align: center;
}

#tsizetNote {
	color: #6e7173;
	font: 12px Arial, Helvetica, sans-serif;
	text-align: right;
}

#FootNote p {

}

/* @end */

/* @group TOP Nave Bar Home */

/* ######### Style for Tab Interface itself ######### */

.topshadetabs {
	border-bottom: 1px solid #ccd9cd;
	margin-bottom: 0em;
	white-space: nowrap;
}

.topshadetabs ul {
	padding: 3px 0; 
	margin-left: 0;
	margin-top: 0;
	margin-bottom: 0;
	list-style-type: none;
	/* text-align: center;*/
	text-align: left;
	/*set to left, center, or right to align the menu as desired*/;
	text-transform: uppercase;
	font: bold 12px Helvetica, Arial, sans-serif;
        color: #ff3333;
        background: #ffaa33;
}

.topshadetabs li {
	display: inline;
	margin: 0;
	width: 100%;
}

.topshadetabs li a {
	text-decoration: none;
	padding: 3px 10px;
	margin-right: 3px;
	border: 5px none #ff3333;
	/* color: #607e5e; */
	/* background: #ccd9cd top left; */
        color: #333366;
        background: #ffaa33;
	white-space: nowrap;
}

.topshadetabs li form {
	text-decoration: none;
	padding: 0;
	border: 1px none #1e326f;
	color: #abbbaa;
	background: #e7ede8 top left;
	/*THEME CHANGE HERE*/;
	margin: 0;
}

.topshadetabs li a:visited {
	color: #333366;
	background: #ffaa33;
}

.topshadetabs li a:hover {
	 text-decoration: underline; 
	/* text-decoration: none; */
	/* color: #993333; */
	/* background: #dbe1de; */
        color: #cc0000;
        background: #ffcc99;
}

.topshadetabs li input {
	font: small Arial, Helvetica, sans-serif;
	background: #e7ede8;
	float:;
	color: #1e326f;
	border: 1px solid #e2e2e2;
}

.topshadetabs li.selected {

}

.topshadetabs li.selected a {
	/*selected main tab style */
background-image: url(shadeactive.gif);
	/*THEME CHANGE HERE*/
border-bottom-color: white;
}

.topshadetabs li.selected a:hover {
	/*selected main tab style */
text-decoration: none;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv {
	position: absolute;
	top: 0;
	border: 1px none #33ff33;
	/*THEME CHANGE HERE*/
border-width: 0 1px;
	z-index: 100;
	background-color: white;
	width: 200px;
	visibility: hidden;
	font: normal 12px/18px Arial, Helvetica, sans-serif;
}

.dropmenudiv a {
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 5px solid #3333ff;
	/*THEME CHANGE HERE*/
padding: 2px 0;
	text-decoration: none;
	color: #003399;
	/* background: #99ff99; */
	background-color: #33cc33;
	border-style: none;
}

* html .dropmenudiv a {
	/*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover {
	/*THEME CHANGE HERE*/
background-color: #e8fad5;
	/* background-color: #33cc33; */
	background: #99ff99;
	color: #003399;
}

/*Credits: Dynamic Drive CSS Library */

/* @end */


