/*
* Colors Used
* ----------------------------------------------------

	Purple: #9966FF
	Green: #669900
	Gray: #333333
	Dark Orange: #D27D0A

 */

/*
* Body Background / Margins
* ---------------------------------------------------- */
body {
	margin: 0px;
	border: none;
	padding: 0px;
	background: url(../../CorpImages/body_bg.gif);
	}

/*
* General Type Style
* ---------------------------------------------------- */
body, p, div, td, th, tr, form, ol, ul, li, input, textarea, select {  
	font: normal 11px Verdana,Arial,Helvetica,sans-serif;
	text-align: left;
	color: #333333;
	}
a          {color: #9966FF; text-decoration:underline;}
a:Visited  {color: #9966FF; text-decoration:underline;}
a:Active   {color: #9966FF; text-decoration:underline;}
a:Hover    {color: #9966FF; text-decoration:none;}

.indexInput {border: 1px solid #D27D0A}
.indexButton {border: 1px solid #D27D0A; text-align:center; background-color:#FEF1BF}

p {
	line-height: 1.5;
	padding: 5px 19px 5px 19px;
	}

P.indexCopy {
	line-height: 1.5;
	padding-left: 10px;
	padding-right: 10px;
	}
	
h1 {
	font: 13px  Verdana,Arial,Helvetica,sans-serif;
	color: #669900;
	font-weight: bold;
	padding: 20px 19px 0px 19px;
	margin: 0px 0px 0px 0px;
	}

h2 {
	font: 11px  Verdana,Arial,Helvetica,sans-serif;
	color: #333333;
	font-weight: bold;
	padding: 20px 19px 0px 19px;
	margin: 0px 0px 0px 0px;
	}


#orangeline {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: auto;
	border-top: 1px solid #D27D0A;
}

li {
	line-height: 1.5;
	}

select.indexbox {
	width: 100px;
	}



/*
* Graphic Styles
* ---------------------------------------------------- */

#purpleHeader {
	margin: 1px 0px 10px 0px;
	padding: 6px 0px 0px 10px;
	background: #9966FF;
	border-bottom: 2px solid #D9ADFD;
	text-align: left;
	font: 13px  Verdana,Arial,Helvetica,sans-serif;
	color: #FFF;
	font-weight: bold;
	width: auto; 
	height: 20px; 
	}

#quoteHeader {
	margin: 0px 0px 0px 0px;
	padding: 1px 0px 0px 0px;
	border-bottom: 1px solid #CC6600;
	text-align: center;
	color: #333; 
	width: auto; 
	height: 15px; 
	}
	
	 
#navlist ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 173px;
	font-size: 11px;
	list-style-type: none;
	}

	
	#navlist a {
		background: #E6DCFD;
		width: 156px;		
		}
	
	#navlist li {
		border-bottom: 1px solid #9966FF;
		}

	#navlist li a {
		border-right: 2px solid #A7A0B8;
		display: block;
		margin: 0px 0px 0px 0px;
		padding: 5px 5px 5px 10px;

		}

	#navlist a:link, #navlist a:visited {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #A9292E;
		text-decoration: none;
	}

	#navlist a:hover {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		background-color: #D6CBF0;
		text-decoration: none;
		color: #A9292E;
	}

	#navlistSelect a:link, #navlistSelect a:visited, #navlistSelect a:hover {
		border-top: 1px solid #9966FF;
		background-color: #FFF;
		color: #A9292E;
		font-weight: bold;
	}
	
	
#subnav ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 173px;
	font-size: 11px;
	list-style-type: none;
	}

	#subnav a {
		background: #FFF;
		width: 146px;
		}
	#subnav li {
		border-bottom: 1px solid #9966FF;
		}

	#subnav li a {
		border-right: 2px solid #A7A0B8;
		border-left: 10px solid #FFF;
		display: block;
		margin: 0px 0px 0px 0px;
		padding: 5px 5px 5px 10px;
		}

	#subnav a:link, #subnav a:visited {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #A9292E;
		text-decoration: none;
	}

	#subnav a:hover {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		border-left: 10px solid #A7A0B8;
		background-color: #FFF;
		text-decoration: none;
		color: #A9292E;
		width: 146px;
	}

	#subnavSelect a:link, #subnavSelect a:visited, #subnavSelect a:hover {
		background-color: #FFF;
		color: #A9292E;
		border-left: 10px solid #A7A0B8;

	}
	


/*
* Footer
* ---------------------------------------------------- */


.footer {
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
	font: normal 11px Verdana,Arial,Helvetica,sans-serif;
	border-top: 1px solid #D27D0A;
	text-align: center;
	line-height: 1.5;
	color: #333; 
	}
.footer a          {color: #9966FF; text-decoration:underline;}
.footer a:Visited  {color: #9966FF; text-decoration:underline;}
.footer a:Active   {color: #9966FF; text-decoration:underline;}
.footer a:Hover    {color: #9966FF; text-decoration:none;}









