.back					{font-size:10px;font-family:verdana;}
.body					{font-family:verdana;}
.term					{font-size:10px;font-family:verdana;}
.splash					{font-size:10px;font-family:verdana;}
.sidenav				{font-size:10px;font-family:verdana;}
.textonly				{font-size:10px;font-family:verdana;}
.graph					{font-size:10px;font-family:verdana;}
.print					{font-size:10px;font-family:verdana;}
.trail					{font-size:10px;font-family:verdana;}
.liner					{font-size:10px;font-family:verdana;}
.footer					{font-size:10px;font-family:verdana;}

.admin					{font-size:9.5px;font-family:tahoma;}
.admin					{color:white;}
.admin		a:link		{text-decoration:none;color:white;}
.admin		a:visited	{text-decoration:none;color:white;}
.admin		a:hover 	{text-decoration:none;color:yellow;}
.admin		a:active	{text-decoration:none;color:red;}

form					{margin-top:0;}
form					{margin-bottom:0;}

body					{/*font-size:10px;*/font-family:verdana;}
table					{font-family:verdana;font-size:10px;}

input					{font-size:10px;font-family:verdana;}
textarea				{font-size:10px;font-family:verdana;}
select					{font-size:10px;font-family:verdana;}

.back					{color:#000;}

.body					{color:#000;}
.body		a:link		{text-decoration:underline;color:white;}
.body		a:visited	{text-decoration:underline;color:white;}
.body		a:hover 	{text-decoration:underline;color:yellow;}
.body		a:active	{text-decoration:underline;color:red;}

.sidenav				{color:#000;}
.sidenav	a:link		{text-decoration:none;color:white;}
.sidenav	a:visited	{text-decoration:none;color:white;}
.sidenav	a:hover 	{text-decoration:none;color:yellow;}
.sidenav	a:active	{text-decoration:none;color:red;}

.textonly				{color:black;}
.textonly	a:link		{color:blue;}
.textonly	a:visited	{color:purple;}
.textonly	a:hover 	{color:red;}
.textonly	a:active	{color:red;}

.graph					{color:black;}
.graph		a:link		{text-decoration:underline;color:white;}
.graph		a:visited	{text-decoration:underline;color:white;}
.graph		a:hover 	{text-decoration:underline;color:yellow;}
.graph		a:active	{text-decoration:underline;color:red;}

.footer					{color:black;}
.footer		a:link		{text-decoration:underline;color:blue;}
.footer		a:visited	{text-decoration:underline;color:purple;}
.footer		a:hover 	{text-decoration:underline;color:green;}
.footer		a:active	{text-decoration:underline;color:red;}



body 			{
	margin: 0;
	padding: 0;
	font-size: .7em;
	background: #EEF;
	background-image: url(/images/bg-gradient2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
p					{ color:#223; }
a					{ text-decoration:underline; color:#C61; }
a:hover 	{ text-decoration:underline; color:#567; }
table			{	color: #000; }
input			{	color:#000; background:#FFF; border:1px solid #000; }
textarea	{	color:#000; background:#FFF; border:1px solid #000; }
select		{	color:#000; background:#FFF; border:1px solid #000; }



/* -------------------------------------------------- */
/* TOP PANEL                                          */
/* -------------------------------------------------- */

#Header {
	height: 132px;
	width: 100%;
	background-image: url(/images/header-bg.gif);
	background-position: 87px 0;
	background-color: #06427D;
}
#Header .ID {
	margin: 0;
	padding: 0;
	background-color: #FFF;
}
#Tagline {
	padding: 0 10px 0 0;
	height: 22px;
	background-image: url(/images/bg-tagline.gif);
	background-repeat: repeat-x;
	background-position: top left;
	border-top: 1px solid #FFF;
}

/* -------------------------------------------------- */
/* end: TOP PANEL                                     */
/* -------------------------------------------------- */



/* -------------------------------------------------- */
/* LOWER FRAME                                        */
/* -------------------------------------------------- */

#FrameHome {
  clear: both;
	width: 800px;
	background-image: url(/images/divider-top.gif);
	background-repeat: no-repeat;
	background-position: top left;
}
#FrameInterior {
  clear: both;
	background-image: url(/images/divider-top.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

/* -------------------------------------------------- */
/* end: LOWER FRAME                                   */
/* -------------------------------------------------- */



/* -------------------------------------------------- */
/* SIDE PANEL                                         */
/* -------------------------------------------------- */

#LeftPanel {
	width: 244px;
	float: left;
	padding: 8px 0 0 0;
	background-image: url(/images/bg-top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}


#NavWrap {
	margin: 0 8px 0 0;
	padding: 1px 0 0 0;
	font-size: 1em;
	border-top: 8px solid #048;
}


#NavWrap ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#NavWrap li {
	padding: 0;
	margin: 0;
	list-style: none;
}
#NavWrap li a {
	padding: 6px 10px 6px 35px;
	margin: 0;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .95em;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	background-image: url(/images/bullet-1.gif);
	background-repeat: no-repeat;
	background-position: 17px 10px;
	background-color: #CBD6E3;
}
#NavWrap li a:hover {
	text-decoration: none;
	color: #666;
	background-color: #FFF;
}
#NavWrap .NotCurrent {
	background: #CBD6E3;
	border-top: 1px solid #789;
	border-right: 1px solid #789;
}
#NavWrap .Current {
	background: #EEE;
	border-top: 1px solid #789;
	border-right: 1px solid #789;
}
#NavWrap li .Current a {
	color: #037;
	background-image: url(/images/bullet-2.gif);
	background-color: #EEE;
}
#NavWrap li .Current a:hover {
	color: #000;
	background-color: #FFF;
}


#NavWrap .Item2 {
	margin: 0 15px 0 35px;
	border-top: 1px solid #9AB;
	font-size: .95em;
}
#NavWrap .Current .Item2  a {
	padding: 2px 3px;
	margin: 0;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #037;
	text-decoration: none;
	background-image: none;
	background-color: #EEE;
}
#NavWrap .Current .Item2 a:hover {
	color: #000;
	background-color: #FFF;
}


#NavWrap .Item3 {
	border-top: 1px solid #9AB;
}
#NavWrap .Current .Item3 a {
	padding: 4px 3px 4px 14px;
	margin: 0;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #444;
	text-decoration: none;
	background-image: none;
	background-color: #D4DCE6;
}
#NavWrap .Current .Item3 a:hover {
	color: #000;
	background-color: #FFF;
}


#Search {
	margin: 0 8px 0 0;
	padding: 15px;
	background-image: url(/images/corner-search.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: #F4791F;
	border-top: 8px solid #048;
	border-bottom: 1px solid #EEF;
}
#Search input {
	color: #000;
	background: #FFF;
	border: 1px solid #000;
	width: 150px;
}


#SiteTools {
	margin: 0 8px 0 0;
	padding: 15px 15px 13px 15px;;
	background-image: url(/images/corner-tools-top.gif);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #CBD6E3;
}
#SiteTools img {
	margin: 5px 12px 0 0;
}


#BasicContact {
	margin: 0;
	padding: 15px;
	color: #567;
}

/* -------------------------------------------------- */
/* end: SIDE PANEL                                    */
/* -------------------------------------------------- */



/* -------------------------------------------------- */
/* MAIN                                               */
/* -------------------------------------------------- */

#MainInterior {
	margin: 0 40px 35px 275px;
	padding: 16px 0 0 0;
	line-height: 1.4em;
}

#MainInterior .Trail {
	margin: 0 0 15px 0;
	color: #678;
	text-transform: capitalize;
}
#MainInterior h1 {
	margin: 0 0 15px 0;
	padding: 5px 0;
	font-size: 1.45em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	border-top: 1px solid #BCD;
	border-bottom: 1px solid #BCD;
}
#MainInterior h2 {
	margin: 0;
	padding: 0;
	font-size: 1.2em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	line-height: 1.2em;
	color: #345;
}
#MainInterior h3 {
	padding: 10px 0 0 0;
	font-size: 1.2em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: capitalize;
	color: #457;
}
#MainInterior p {
	margin-bottom: 10px;
}
#MainInterior li {
	padding-bottom: 2px;
	list-style-image: url(/images/bullet.gif);
}

#MainInterior table.ChartA, #MainInterior table.ChartB {
	background: #06427D;
}
#MainInterior .ChartA th, #MainInterior .ChartB th {
	margin: 0;
	padding: 6px 15px;
	font-weight: bold;
	text-align: center;
	color: #000;
	background: #D4DCE6;
}
#MainInterior .ChartA th.Side, #MainInterior .ChartB th.Side{
	margin: 0;
	padding: 6px 15px;
	font-weight: bold;
	text-align: right;
	vertical-align: top;
	color: #000;
	background: #EEE;
}
#MainInterior .ChartA td, #MainInterior .ChartB td {
	margin: 0;
	padding: 6px 15px;
	font-weight: normal;
	text-align: center;
	color: #000;
	background: #FFF;
}
#MainInterior .ChartB td {
	text-align: left;
	vertical-align: top;
}
#MainInterior .ChartB ul {
	margin-left: 15px;
	padding-left: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}
#MainInterior .ChartB li {
	padding-bottom: 10px;
}
#MainInterior .nImage img {
	border: 1px solid #333;
}

.Liner {
	padding: 5px 0 20px 0;
	color: #567;
}


/* -------------------------------------------------- */
/* end: MAIN                                          */
/* -------------------------------------------------- */



/* -------------------------------------------------- */
/* HOME                                               */
/* -------------------------------------------------- */

#MainHome {
	width: 512px;
	margin: 0 0 35px 275px;
	padding: 16px 0 0 0;
}
#MainHome #Col1 {
	float: left;
	width: 230px;
	margin: 10px 0 0 0;
}
#MainHome #Col2 {
	width: 230px;
	margin: 10px 0 0 252px;
}

#HomeText {
	margin: 10px 0 0 0;
	line-height: 1.4em;
}

#HomePoll {
	padding: 12px 20px;
	background: #CBD6E3;
	line-height: 1em;
}
#HomePoll img {
	padding: 0;
	margin: 0;
}

/* -------------------------------------------------- */
/* end: HOME                                          */
/* -------------------------------------------------- */



/* -------------------------------------------------- */
/* FOOTER                                             */
/* -------------------------------------------------- */

#Footer {
	height: 22px;
	clear: both;
	margin: 0;
	padding: 5px 15px 0;
	color: #BCD;
	background-image: url(/images/footer-bg.gif);
	background-repeat: repeat-x;
	background-position: top left;
	border-top: 1px solid #FFF;
}
#Footer a {
	color: #FFF;
	text-decoration: none;
}
#Footer a:hover {
	text-decoration: underline;
}

/* -------------------------------------------------- */
/* end: FOOTER                                        */
/* -------------------------------------------------- */