body
{
	text-align: center;
	font: 100% Arial, Helvetica, sans-serif;
	margin: 20px 0;
	background-color: black;
	background-image: url('../images/bg.gif');
	background-repeat: repeat;
}

a
{
	font-style: normal;
    font-family: Arial, Helvetica, sans-serif;    
	font-weight: bold;
    font-size: 15px;
    color: #425462; /* #425462 */
    text-decoration: none;
}

a:Hover
{
	background: none transparent scroll repeat 0% 0%;
    color: #FCC415; /* #C54722 #FCC415 */
    text-decoration: none;
}

h1
{
	/* font-size: 16pt; medium */
	font-weight: bold;
    font-size: 12pt;
	color: #46493A; /* #46493A #FD2200 #F78400*/
	margin-top: 2px;
	margin-bottom: 8px;
	text-align:center; /* left? */
	/*
	border-bottom-style:solid;
	border-bottom-color:#46493A;
	border-bottom-width:1px;
	*/
}

h2
{
	/*margin-left: 0px;*/
	margin-bottom: 8px;
	
	border-bottom-style:solid;
	border-bottom-color:#46493A;
	border-bottom-width:1px;
	width:78%;
	font-style: normal; 
	font-weight: bold;
    font-size: 12pt;
    color: #46493A; /* #FD2200 */
    text-decoration: none;
}

h3
{
	text-align:left;
	margin:0px;
	font-style: italic; 
	font-weight: normal;
    font-size: 10pt;
    color: #46493A;
}

ol
{
	margin-top: 5px;
}

ul
{
	margin-top: 5px;
}

ul.SideBar
{
	margin-top: 5px;
}

li.SideBar
{
	margin-left: -18px;
}

#HomeWrapper
{
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border-width: 3px;
	border-style: solid;
	border-color: #CDC13B; /* #CDC13B #E6E6E6 */
	width: 742px;
	background: url("../images/background_cols_home.jpg") repeat;
}
   
#wrapper
{
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border-width: 3px;
	border-style: solid;
	border-color: #CDC13B; /* #E6E6E6 */
	width: 742px;
	background: url("../images/background_cols.jpg") repeat;
}

#header
{
	margin: 0 0 0 0; /* top right bottom left */
	background: #92987C; /* needed anyway? */
}

#side-a
{
	float: left;
	width: 139px; /* 140 but then compensdate for 1 pixels of border */
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #92987C;
	
	font-style: normal;
    font-family: Arial, Helvetica, sans-serif;   
	font-weight: normal;
    font-size: 10pt;
    color: #DFD0A8;
}

#HomeSide-b
{
	float: right;
	width: 134px;
}

#HomeContent
{
	float: left;
	width: 601px; /* 468px */
	vertical-align: top;
	/*border-top: 1px solid #CC0033;*/
	margin: 0px;
	padding: 0px;
}

#side-b
{ 
	margin: 0;
	margin-top: 0;
	float: left;
	width: 601px; /* was 602; -1 for border right pixel */
	
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #92987C; /* #92987C */
	
	font-style: normal;
    font-family: Arial, Helvetica, sans-serif;   
	font-weight: normal;
    font-size: 10pt;
    color: #46493A;
	
	height: 1% /* Holly hack for Peekaboo Bug */
}

#TopStoryContainer
{
	width: 467px;
	background: #92987C;
	float: left;
}

#TopStory /* Basically olive box */
{
	width: 457px; /* 467 */
	/*height: 175px;*/
	background: #92987C;
	padding: 5px; /* none */
	padding-bottom: 10px;
	
	font-style: normal;
    font-family: Arial, Helvetica, sans-serif;    
	font-weight: bold;
    font-size: 8pt;
    color: #F9F9F7;
}

#sidebar
{ 
	margin: 0;
	margin-top: 0;
	float: right;
	width: 134px;
	/*height: 175px;*/
	background: #C4A85E;
	
	/*height: 1%*/ /* Holly hack for Peekaboo Bug */
}

#footer
{
	clear: both;
	background: #425462; /* #92987C */
	
	text-align: center;
	font-style: normal;
    font-family: Arial, Helvetica, sans-serif;    
	font-weight: normal;
    font-size: 8pt;
    color: #F9F9F7;
}

#Navigation {padding: 5px;}

#BodyText
{
	padding: 5px;
	/*background-color: #F9F9F7;*/
	
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 15px;
	color: #425462;
	vertical-align: top;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

#MustardStripSideBar
{
	border-style: solid; border-width: 1px; border-color: #E6E6E6; background-color: #CDC13B; /*  #CDC13B #F78400 */
	border-left-color:#CDC13B;
	border-right-color: #92987C;
	
	text-align:center;
	font-style: normal;
    font-family: Arial, Helvetica, sans-serif;    
	font-weight: bold;
    font-size: 8pt;
    color: #46493A;
}

a.NavBarHeading /* for headings in navbar */
{
	margin-left:1px;
	
	font-style: normal;
    font-family: Arial, Helvetica, sans-serif;    
	font-weight: bold;
    font-size: 10pt;
    color: #003333; /* #46493A */
}

a.NavBarHeading:Hover /* for headings in navbar */
{
	background: none transparent scroll repeat 0% 0%;
    color: #C54722; /* #F78400 */
    text-decoration: none;
}

#NavBarHeadingFirst
{
	border-style: solid; border-width: 1px; background-color: #EACD2D; /* #CDC13B #EACD2D #B3B38C #999966 #ABB5BE #EACD2D */
	
	border-top-color: #CDC13B;
	border-bottom-color: #CDC13B; /* #F9F9F7 */
	border-left-color: #CDC13B;
	border-right-color: #F9F9F7;
}

#NavBarHeading
{
	border-style: solid; border-width: 1px; border-color: #CDC13B; background-color: #EACD2D; /* #EACD2D #FCC415 #FEE69C #B3B38C #999966 #ABB5BE #EACD2D */
	
	border-left-color: #CDC13B;
	border-right-color: #F9F9F7;
	
	height:16px;
}

#MustardStrip
{
	border-style: solid; border-width: 1px; border-color: #CDC13B; background-color: #EACD2D; /* #EACD2D #ECD346 #FCC415 #C54722 #CDC13B  */
	
	border-left-color: #92987C;
	border-right-color: #92987C;
	
	font-style: normal;
    font-family: Arial, Helvetica, sans-serif;    
	font-weight: bold;
    font-size: 9pt;
    color: #46493A;
}

#OliveStrip
{
	border-style: solid; border-width: 1px; border-color: #E6E6E6; background-color: #003333; /* #003333 #425462 #92987C */
	border-top-color: #92987C;
	 
	border-left-color: #92987C; /* #92987C */
	border-right-color: #92987C;
	
    font-size: 10pt;
}

#OliveStripDoubleLine
{
	border-style: solid;
	border-width: 1px;
	border-left-color: #E6E6E6;
	border-right-color: #92987C;
	border-top-color: #E6E6E6;
	border-bottom-color: #E6E6E6;
	
	background-color: #92987C;
    font-size: 8pt;
}

a.NavBarLink
{
	margin-left: 8px; /* was 11 */
	
	font-style: normal;
    font-family: Arial, Helvetica, sans-serif;    
	font-weight: bold;
    font-size: 9pt;
    color: #003333; /* was #425462 */
    text-decoration: none;
}

a.NavBarLink:Hover
{
	background: none transparent scroll repeat 0% 0%;
    color: #C54722; /* #C54722 */
    text-decoration: none;
	/*
	background-color: #EAE6B0;
	width:auto;
	*/
}

a.FooterLink
{
	font-style: normal;
    font-family: Arial, Helvetica, sans-serif;    
	font-weight: normal;
    font-size: 8pt;
    color: #F9F9F7;
    text-decoration: none;
}

a.FooterLink:Hover
{
	font-style: normal;
    font-family: Arial, Helvetica, sans-serif;    
	font-weight: normal;
    font-size: 8pt;
	background: none transparent scroll repeat 0% 0%;
    color: #F78400;
    text-decoration: none;
}

a.SideBarHeadingLinks
{
	font-style: normal;
    font-family: Arial, Helvetica, sans-serif;    
	font-weight: bold;
    font-size: 8pt;
    color: #46493A;
    text-decoration: none;
}

a.SideBarHeadingLinks:Hover
{
	background: none transparent scroll repeat 0% 0%;
    color: #F78400;
    text-decoration: none;
}

a.UL
{
    font-size: 8pt;
    color: #46493A;
    text-decoration: none;
}

a.UL:Hover
{
	background: none transparent scroll repeat 0% 0%;
    color: #F78400;
    text-decoration: none;
}

a.h1
{
	font-weight: bold;
    font-size: 12pt;
	color: #F78400; /* #46493A #FD2200 #F78400*/
	margin-top: 2px;
	margin-bottom: 8px;
	text-align:center; 
}

a.h1:Hover
{
	font-weight: bold;
    font-size: 12pt;
	color: #349800; /* red */
	margin-top: 2px;
	margin-bottom: 8px;
	text-align:center; 
}

a.HomeLink
{
	margin-left: 44px;
	margin-right: 44px;
	font-style: normal;
    font-family: Arial, Helvetica, sans-serif;    
	font-weight: bold;
    font-size: 10pt;
    color: #46493A;
    text-decoration: none;
}

a.HomeLink:hover
{
    background: none transparent scroll repeat 0% 0%;
    color: #C54722;
    text-decoration: none;
}

.Bar1
{
	margin-left: 8px;
	cursor: default;
	
	font-style: normal;
    font-family: Arial, Helvetica, sans-serif;    
	font-weight: bold;
    font-size: 8pt;
    color: #f9f9f7; /*  brown is #46493A */
}

a.PartnersLink
{
	margin-left: 50px;
	margin-right: 50px;
	
	font-style: normal;
    font-family: Arial, Helvetica, sans-serif;    
	font-weight: bold;
    font-size: 10pt;
    color: #46493A;
    text-decoration: none;
}

a.PartnersLink:hover
{
    background: none transparent scroll repeat 0% 0%;
    color: #C54722;
    text-decoration: none;
}

.Bar2
{
	margin-left: 168px; /* 340 */
	cursor: default;
	
	font-style: normal;
    font-family: Arial, Helvetica, sans-serif;    
	font-weight: bold;
    font-size: 8pt;
    color: #f9f9f7; /*  brown is #46493A */
}

a.AboutLink
{
	margin-left: 30px;
	margin-right: 30px;
	
	font-style: normal;
    font-family: Arial, Helvetica, sans-serif;    
	font-weight: bold;
    font-size: 10pt;
    color: #46493A;
    text-decoration: none;
}

a.AboutLink:hover
{
    background: none transparent scroll repeat 0% 0%;
    color: #C54722;
    text-decoration: none;
}

.Bar3
{
	margin-left: 1px;
	margin-right: 1px;
	cursor: default;
	
	font-style: normal;
    font-family: Arial, Helvetica, sans-serif;    
	font-weight: bold;
    font-size: 8pt;
    color: #f9f9f7; /*  brown is #46493A */
}

a.ContactLink
{
	margin-left: 25px;
	/*margin-right: 20px;*/
	
	font-style: normal;
    font-family: Arial, Helvetica, sans-serif;    
	font-weight: bold;
    font-size: 10pt;
    color: #46493A;
    text-decoration: none;
}

a.ContactLink:hover
{
    background: none transparent scroll repeat 0% 0%;
    color: #C54722;
    text-decoration: none;
}

#FirstLetter
{
	margin-left: 0px;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
	color: #FCC415; /*  */
	text-decoration: none;
}

#FirstLetter1
{
	margin-left: 0px;
	font-style: normal;
    font-family: Arial, Helvetica, sans-serif;    
	font-weight: bold;
    font-size: 12pt;
    color: red;
    text-decoration: none;
}

a.RedHeading
{
	margin-left: 0px;
	
	font-style: normal;
    font-family: Arial, Helvetica, sans-serif;    
	font-weight: bold;
    font-size: 12pt;
    color: #FD2200; /* #FD2200, #F78400 */
    text-decoration: none;
}

a.RedHeading:hover
{
    background: none transparent scroll repeat 0% 0%;
    color: #F78400;
    text-decoration: none;
}

#Warning
{
	font-style: normal;
    font-family: Arial, Helvetica, sans-serif;    
	font-weight: bold;
    font-size: 10pt;
    color: #FD2200;
    text-decoration: none;
}

a.GreenHeading
{
	margin-left: 0px;

	font-style: normal;
    font-family: Arial, Helvetica, sans-serif;    
	font-weight: bold;
    font-size: 12pt;
    color: #349800;
    text-decoration: none;
}

a.GreenHeading:hover
{
    background: none transparent scroll repeat 0% 0%;
    color: #F78400;
    text-decoration: none;
}

a.YellowHeading
{
	margin-left: 0px;

	font-style: normal;
    font-family: Arial, Helvetica, sans-serif;    
	font-weight: bold;
    font-size: 12pt;
    color: #BC9C49; /* #C4A85E really brown heading - #F78400 now orange same as hover, was ffca32  */
    text-decoration: none;
}

a.YellowHeading:hover
{
    background: none transparent scroll repeat 0% 0%;
    color: #F78400;
    text-decoration: none;
}

a.BlueHeading
{
	margin-left: 0px;

	font-style: normal;
    font-family: Arial, Helvetica, sans-serif;    
	font-weight: bold;
    font-size: 12pt;
    color: #1C286A;
    text-decoration: none;
}

a.BlueHeading:hover
{
    background: none transparent scroll repeat 0% 0%;
    color: #F78400;
    text-decoration: none;
}

a.OrangeHeading
{
	margin-left: 0px;
	
	font-style: normal;
    font-family: Arial, Helvetica, sans-serif;    
	font-weight: bold;
    font-size: 12pt;
    color: #0270BC; /* #FF6600   #F78400 */
    text-decoration: none;
}

a.OrangeHeading:hover
{
    background: none transparent scroll repeat 0% 0%;
    color: #F78400;
    text-decoration: none;
}

.OrangeEmphasis /* used for spans */
{
	margin-left: 0px;
	
	font-style: normal;
    font-family: Arial, Helvetica, sans-serif;    
	font-weight: bold;
    font-size: 10pt;
    color: #349800; /* #F78400; */
    text-decoration: none;
}

