/*  TemplateName=CustomStyle.tpt */


/*  $Header: /home/cvs/cvsroot/site_data/001/00000001/static_data/css/CustomStyle.css,v 1.8 2003/07/24 23:47:39 paulj Exp $  */


/*


	These are the styles peculiar to this site. Any styles

	specified in this file will override the baseline

	styles for the Convio product. The styles	must be in

	this file so that they will be available in th

	Internet Exporer WYSIWYG HTML editor as well as in the

	Page Wrapper.


	Convio does not maintain this file once it has been

	delivered to the client.


*/

P, LI, OL, span, UL, TABLE, TR, TH, TD, .Explicit {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 100%;
}


.70NAV a, .70NAV a:link, .70NAV a:visited {


	color: #ffffff;


	font-size: 100%;


	text-decoration: none;
	font-family: Arial, Helvetica, Verdana, sans-serif;


}





.70NAV a:hover, .70NAV a:active {


	color: #ff0000;


	font-size: 100%;


	text-decoration: none;
	font-family: Arial, Helvetica, Verdana, sans-serif;


	


}


.headline {
	font-weight: bold;
	font-size: 120%;
	color: #036;
	text-decoration: none;
}

headline {
	font-weight: bold;
	font-size: 120%;
	color: #036;
	text-decoration: none;
}

p.headline {
	font-weight: bold;
	font-size: 120%;
	color: #036;
	text-decoration: none;
}

span.headline {
	font-weight: bold;
	font-size: 120%;
	color: #036;
	text-decoration: none;
}

.AdvocacyNSFix {
	font-family: &quot;Lucida Console&quot;, Courier, monospace;
	font-size: 80%;
}

AdvocacyNSFix {
	font-family: &quot;Lucida Console&quot;, Courier, monospace;
	font-size: 80%;
}

em {
        font-size: 100%;
}

/*
Container for the menu. We set top and bottom borders only because the menu container
stretches the entire window width. Note that this container can go inside a fixed width
element that is centered on the page, if you so desire. It can even go inside a table cell.
It carries a background image for aesthetics.
*/
#menuwrapper {
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	background-color: #000000;
	background-color: #000000;
	background-repeat: repeat-x;

}
/*Clears the floated menu items.
Assigned to a BR tag placed just before
menuwrapper's closing DIV tag*/
.clearit {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}
/*
p7menubar is the root UL and p7menubar ul applies to all the sub-menu ULs.
We set padding and margin to zero to eliminate all indentation, turn bullets off,
and set a font-family different from the global font-family declared for the
body element above. This sets font for just the menu. Do not add a font-size here.
*/
#p7menubar, #p7menubar ul {
	padding: 0;
	margin: 0;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
}
/*
Root-Level Links.  Do not change the first two properties.
Adjust padding values to make the root links taller and to offset them
from the left and right edges of the link box. The border right creates a
separator between links. Font-size is set here and will apply to all menu levels.
Font color is set to light gray.
*/
#p7menubar a {
	display: block;
	text-decoration: none;
	padding: 5px 10px 5px 10px;
	border-right: 1px solid #333;
	font-size: .85em;
	color: #ffffff;
}
/*
Class assigned to those Root-Level links that have associated Sub-Menus.
The top and bottom padding assigned this element must be the same as
that assigned to the p7menubar a element. The right padding is increased
to accomodate the display of background image depicting a downward
pointing arrow.
*/
#p7menubar a.trigger {
	padding: 5px 16px 5px 10px;
	background-color: #000000;
	background-repeat: no-repeat;
	background-position: right center;
}
/*
The Root-Level list items. Floating left allows
them to appear horizontally. Width is for IE5 Mac. The last rule in
this style sheet will set the width for this element to auto for all
other browsers - hiding it from IE5 Mac. The width is proportional.
As you add and edit root menu items, you will need to test this width
to ensure it is wide enough to accomodate all text.
*/
#p7menubar li {
	float: left;
	width: 9em;
}
/*
Sets width for Sub-Menu box and the List Items inside - in proportional em units. 
This allows the sub-menu width to expand if users resize the text in their browsers.
*/
#p7menubar li ul, #p7menubar ul li  {
	width: 12em;
}
/*
The sub-menu links. We set color and turn off the right border, which
would otherwise be inherited from the root link rule. We set top and 
bottom padding less than the root items and increas the left padding
to indent the sub-menu links a small amount in from the root links.
*/
#p7menubar ul li a  {
	color: #ffffff;
	border-right: 0;
	padding: 3px 12px 3px 16px;
}
/*
Sub-Menu Unordered Lists describes each dropdown sub-menu grouping. 
Positioned Absolutely to allow them to appear below their root trigger.
Set to display none to hide them until trigger is moused over.
Background Color must be set or problems will be encountered in MSIE.
Right and bottom borders are set to simulate a raised look.
A gradient background image is assigned.
*/
#p7menubar li ul {
	position: absolute;
	display: none;
	background-color: #000000;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	background-repeat: repeat-x;
}
/*
Changes the Text color and background color when the Root-Level
menu items are moused over. The second selector sets color and background
when Root-Level items are accessed with the keyboard tab key. The third
selector sets an active state to support keyboard access in MSIE. The fourth 
selector is assigned to IE5 and IE6 Windows via the P7_ExpMenu script.
Note that IE7 supports hover on elements other than links and so behaves
like Firefox, Opera, and Safari - making the menu operable even if JavaScript
is not enabled.
*/
#p7menubar li:hover a, #p7menubar a:focus,
#p7menubar a:active, #p7menubar li.p7hvr a {
	color: #ff0000;
	background-color: #000000;
}
/*
Set the Sub-Menu UL to be visible when its associated
Root-Level link is moused over. The second selector is 
assigned to IE5 and IE6 via the P7_ExpMenu script.
*/
#p7menubar li:hover ul, #p7menubar li.p7hvr ul {
	display: block;
}
/*
Sets the Text color of the Sub-Level links when the Root-Level
menu items are moused over. The second selector is 
assigned to IE5 and IE6 via the P7_ExpMenu script.
The color set should march the normal Sub-Level link color
in the rule: #p7menubar ul li a. The background color must be
transparent to allow the underlying gradient background on the UL
to show through.
*/
#p7menubar li:hover ul a, #p7menubar li.p7hvr ul a {
	color: #ffffff;
	background-color: transparent;
}
/*
The normal hover class for Sub-Level links. The Important directive
is required for older browsers. We set a background color, which shows
over the gradient background. We set text color to white.
*/
#p7menubar ul a:hover {
	background-color: #000000!important;
	color: #FF0000!important;
}
/* The single backslash \ character inside this comment
causes IE5 Mac to ignore the following rule, which allows other
browsers to render top-level menu items to their natural width.
Do not edit this rule in any way. */
#p7menubar li {width: auto;}

input {
	font-family: &quot;Lucida Console&quot;, Courier, monospace;
	font-size: 80%;
}




body {  
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
}


hr {
	margin-right: 10;
	margin-left: 10;
	width: 100%;
	height: 1px;
	background-color: #000000;
	border: 0px solid #000000;
}


a.topNav:link,
a.topNav:active,
a.topNav:visited {
	color: white;
	font-size: 100%;
	font-weight: bold;
	text-decoration: none;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

a.topNav:hover {
	color: #000000;
	font-size: 100%;
	font-weight: bold;
	text-decoration: underline;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}


a, a:link, a:visited {


	color : #039;


	font-size: 100%;


	text-decoration : underline;
	font-family: Arial, Helvetica, Verdana, sans-serif;


}





a:hover, a:active {


	color : #36c;


	font-size: 100%;


	text-decoration : underline;
	font-family: Arial, Helvetica, Verdana, sans-serif;


	


}

.SectionHead {


	font-family: Arial, Helvetica, Verdana, sans-serif;
font-family: Arial, Helvetica, sans-serif;


	font-size: 100%;


}





p.cstmTitle {


	font-size: 140%;
	font-family: Arial, Helvetica, Verdana, sans-serif;


}

.ObjTitle {


	color: #039;


	font-size: 120%;
        font-family: Arial, Helvetica, Verdana, sans-serif;


}









table.ProgressBox {


	padding-right : 4px;


	padding-left : 4px;


	border-bottom: #000000 1px solid;


	border-top: #000000 1px solid;


	border-left: #000000 1px solid;


	border-right: #000000 1px solid;

font-family: Arial, Helvetica, sans-serif;


	font-size: 100%;


}

















td.Instructions {


	border-bottom: #000000 1px solid;


	border-top: #000000 1px solid;


	border-left: #000000 1px solid;


	border-right: #000000 1px solid;
font-family: Arial, Helvetica, sans-serif;


	font-size: 80%;

}





a.whitelink, a.whitelink:link, a.whitelink:visited, a.whitelink:hover, a.whitelink:active {


	color: white;


	font-family: Arial, Helvetica, sans-serif;


	font-size: 100%;


}




div.FormBox {
	border: #669 1px solid;
	background-color: white;
	background-image: URL(../images/sp.gif);
	padding: 0px;
	width: 600px
font-family: Arial, Helvetica, sans-serif;


	font-size: 100%;
}

div.FormBoxNoWidth {
	border: #669 1px solid;
	background-color: white;
	background-image: URL(../images/sp.gif);
	padding: 0px;
font-family: Arial, Helvetica, sans-serif;


	font-size: 80%;
}

table.FormBox {
	border: #669 1px solid;
	border-collapse: collapse;
font-family: Arial, Helvetica, sans-serif;


	font-size: 80%;
}

.FormBox .Divider {
	background-color: white;
font-family: Arial, Helvetica, sans-serif;


	font-size: 80%;
}

.FormBoxNoWidth .Divider {
	background-color: white;
font-family: Arial, Helvetica, sans-serif;


	font-size: 80%;
}

.FormBox .dividerHeading {
	background-color: white;
font-family: Arial, Helvetica, sans-serif;


	font-size: 80%;
}

.FormBoxNoWidth .dividerHeading {
	background-color: white;
font-family: Arial, Helvetica, sans-serif;


	font-size: 80%;
}


.appArea {
	width: 450px;
	margin-left: 10px;
	margin-top: 10px;
font-family: Arial, Helvetica, sans-serif;


	font-size: 100%;
}


.ContainerBox {
	font-size: 90%;
	color: #000000;
	text-decoration: none;
	background-color: #eeeeee;
	border: 1px solid #777777;
	padding: 3px;
}

/* Styles for placing a container-like box around the rep resolver */
table.RepResolverContainerBox {
	font-size: 90%;
	color: #000000;
	text-decoration: none;
	background-color: #eeeeee;
	border: 1px solid #777777;
	padding: 3px;
}



/* Styles for table titles */
.SummaryTableTitle {
	font-size: 100%;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	background-color: #6699cc;
	border: 0px;
	padding: 2px 2px 2px 5px;
}

/* Styles for summary table body */
.SummaryTableBody {
	font-size: 90%px;
	color: #000000;
	text-decoration: none;
	background-color: #eeeeee;
	border: 0px;
	padding: 5px 5px 5px;
}




.ScorecardLegend {
	font-size: 90%;
}

.ScoreNote {
	font-size: 90%;
}

/*  Styles for bold title text */
.BoldTitleText {
	font-size: 110%;
	font-weight: bold;
	color: #316395;
	margin: 0px;
        white-space: nowrap;
}

TEXTAREA, INPUT, SELECT, OPTION {
	font-family: &quot;Lucida Console&quot;, Courier, monospace;
	font-size: 90%;
}

.Hint {
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-style: italic;
}

.ListHeadings {
	font-weight: bold;
}

.ListItem {
	font-size: 80%;
}

/* smaller font for notes and such */
.NoteText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
}

.SmallerC {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	text-align: center;
}

.Smaller {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	text-align: center;
}



p.PaddedEntry {
	margin: 2px 3px;
	font-size: 85%;
}

/* bold */
p.PaddedEntryB {
	margin: 2px 0px 2px 6px;
	font-size: 85%;
	font-weight: bold;
}

/* centered */
p.PaddedEntryC {
	margin: 2px 3px;
	font-size: 85%;
	text-align: center;
}

/* right aligned */
p.PaddedEntryR {
	margin: 2px 0px 2px 6px;
	font-size: 85%;
	text-align: right;
}




/* The &quot;Small&quot; ones are for Contact DB Configuration. */

p.PaddedListHeadingsSmall {
	margin: 2px 3px;
	font-weight: bold;
	font-size: 80%;
}

p.PaddedEntrySmall {
	margin: 2px 3px;
	font-size: 80%;
}

p.PaddedEntrySmallC {
	margin: 2px 3px;
	font-size: 80%;
	text-align: center;
}

.ListItem0 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #eef;
	font-size: 80%;
}

.ListItem1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #ffe;
	font-size: 80%;
}

/*
	Sets the font style for all Buttons. This is used
	to overrride the setting for  above.
*/

.Button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%pt;
}


.SmallButton{
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 85%;
}

.NetscapeFix {
	font-family: &quot;Lucida Console&quot;, Courier, monospace;
	font-size: 85%;
}

LEGEND {
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	margin-right: 4px;
}

.eventtitle {
	font-size: 100%;
	font-weight: bold;
}



.headlinelist {
	font-weight: bold;
	font-size: 90%;
	color: #336;
	text-decoration: none;
}

.photocaption {
	font-size: 80%;
	font-style: italic;
}

.teaser {
	font-size: 90%;
}

/* 8631: Controls the look of instructional text on the message page */
.AdvocacyInstructions {
	background-color: #99c;
	background-image: URL(../images/sp.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	font-weight: bold;
	padding: 4px;
}

input.Advocacy {
	font-family: &quot;Lucida Console&quot;, Courier, monospace;
	font-size: 80%;
}

select.Advocacy {
	font-family: &quot;Lucida Console&quot;, Courier, monospace;
	font-size: 80%;
}

.AdvocacyNSFix {
	font-family: &quot;Lucida Console&quot;, Courier, monospace;
	font-size: 80%;
}

.Instructions {
	background-color: #99c;
	background-image: URL(../images/sp.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: bold;
	padding: 4px 4px 1px 4px;
	margin-bottom: 0px;
	margin-top: 0px;
}

.ProgressBox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: bold;
	background-color: #ff9;
	color: #999;
}

.ProgressBoxCurrent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: bold;
	background-color: #ff9;
	color: #000;
}

a.ProgressBox:link {
	font-size: 80%;
	color: #999;
	text-decoration:none;
}
a.ProgressBox:visited {
	font-size: 80%;
	color: #999;
	text-decoration:none;
}
a.ProgressBox:hover {
	font-size: 80%;
	color: #000;
	font-weight: bold;
	text-decoration:none;
}

/* centered */
p.progressItem {
	margin: 2px 3px;
	font-size: 90%;
	text-align: center;
}

.Premiums {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
}

a.Premiums {
	font-size: 80%;
}

.Upgrades {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
}

a.Upgrades {
	font-size: 80%;
}

.UpgradeAmount {
	color: #90c;
	font-size: 90%;
	font-weight: bold;
	font-style: italic;
}

.FormBox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	background-color: #ccf;
	background-image: URL(../images/sp.gif);
}

input.FriendRaiserButtons,
input.AddressBookButtons {
	font-size: 95%;
	font-family: Arial, sans-serif;
	color: #000000;
	font-weight: bold;
	text-align: center;
	background-color: #eeeeee;
	border: 1px outset #cccccc;
	padding: 1px;
	margin: 1px;
	width: auto;
	white-space: nowrap;
}

p.scrollingText {
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
}

a.textNav:link {
	font-size: 90%;
	color: blue;
	text-decoration:none;
}
a.textNav:visited {
	font-size: 90%;
	color: red;
	text-decoration:none;
}
a.textNav:hover {
	font-size: 90%;
	color: #f90;
	text-decoration:none;
}

.WhatNext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	background-color: #ff9;
	background-image: URL(../images/sp.gif);
}



.subheading {
	font-weight: bold;
	color: #036;
}

.photocaption {
	font-size: 80%;
	font-style: italic;
}

.byline {
	font-style: italic;
}




A.AlertList:link {
}
A.AlertList:visited {
}
A.AlertList:hover {
}

UL.AlertList {
}

OL.AlertList {
}

LI.AlertList {
}

TD.AlertListName {
	font-weight: bold;
}

TD.AlertListDescription {
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
}

.AlertListDescription {
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
}


TD.AlertListActionDate {
	font-size: smaller;
}

TD.AlertListResponseCount {
	font-size: smaller;
}

h1, .h1{
	font-family:Times New Roman;
	font-size:110%;
	color:#8f1709;
	font-weight:bold;
}

/* Sets the font style for all success messages*/

.SuccessMessage {
	font-size: 90%;
	color: green;
}

/* Sets the font style for all warning messages*/

.WarningMessage {
	font-size: 90%;
	font-weight: bold;
}

/*
 For customized pages
*/

p.cstmText {
	font-size: 90%;
}
p.cstmTitle {
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-weight: bold;
}

p.cstmHeading, span.cstmHeading {
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
}

.cstmBack {
	background-color: #ccf;
	background-image: URL(../images/sp.gif);
}

.cstmFrame {
	background-color: #ccc;
	color: #000;
	text-align: center;
	font-style: italic;
	margin: 2px;
}

td.cstmBtnBack {
	padding-right: 2px;
	padding-left: 2px;
	background-color: #ccc;
	border: 2px outset;
}

p.cstmBtnText {
	font-family: Arial, sans-serif;
	font-size: 90%;
	font-weight: bold;
	text-decoration: none;
}
a.cstmBtnText:link {
	font-family: Arial, sans-serif;
	font-size: 90%;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
a.cstmBtnText:visited {
	font-family: Arial, sans-serif;
	font-size: 90%;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
a.cstmBtnText:hover {
	font-family: Arial, sans-serif;
	font-size: 90%;
	font-weight: bold;
	color: #f90;
	text-decoration: none;
}

div.cstmStatusRight {
	float: right;
	margin-left: 3em;
}


/* General
----------------------------------------------------------------------*/
body {
	margin: 0;
	padding: 0;
	background-image: url(images/background.gif);
	background-repeat: repeat-y;
	}

#MAIN {
	margin-top: 0px;
	margin-left: 0px;
	left: 0;
	top: 120px;
	background-repeat: repeat-y;
	position: absolute;
}

/* Fonts
----------------------------------------------------------------------*/

.body { font-family: Arial; font-size: 13px; line-height: 15px; color: #000000; text-decoration: none }
.body a:visited { font-family: Arial; font-size: 12px; line-height: 13px; color: #999999; text-decoration: none;  }
.body a:active  { font-family: Arial; font-size: 12px; line-height: 13px; color: #a13834; text-decoration: underline; }
.body a:link    { font-family: Arial; font-size: 12px; line-height: 13px; color: #0078C1; text-decoration: underline;  }
.body a:hover   { font-family: Arial; font-size: 12px; line-height: 13px; color: #a13834; text-decoration: underline;  }

.head { font-family: Arial; font-size: 14px; line-height: 16px; color: #000000; text-decoration: none; font-weight: bold;}
.head a:visited { font-family: Arial; font-size: 14px; line-height: 16px; color: #999999; text-decoration: none; font-weight: bold;  }
.head a:active  { font-family: Arial; font-size: 14px; line-height: 16px; color: #a13834; text-decoration: underline; font-weight: bold; }
.head a:link    { font-family: Arial; font-size: 14px; line-height: 16px; color: #a13834; text-decoration: none; font-weight: bold;  }
.head a:hover   { font-family: Arial; font-size: 14px; line-height: 16px; color: #a13834; text-decoration: underline; font-weight: bold; }

.nav1 { font-family: Arial; font-size: 12px; line-height: 13px; color: #0078c1; text-decoration: none; font-weight: bold; }
.nav1 a:visited { font-family: Arial; font-size: 12px; line-height: 13px; color: #667476; text-decoration: none;  }
.nav1 a:active  { font-family: Arial; font-size: 12px; line-height: 13px; color: #667476; text-decoration: underline; }
.nav1 a:link    { font-family: Arial; font-size: 12px; line-height: 13px; color: #667476; text-decoration: none; font-weight: bold; }
.nav1 a:hover   { font-family: Arial; font-size: 12px; line-height: 13px; color: #667476; text-decoration: underline;  }

.nav1TALL { font-family: Arial; font-size: 13px; line-height: 13px; color: #0078c1; text-decoration: none; font-weight: bold; }
.nav1 a:visited { font-family: Arial; font-size: 13px; line-height: 13px; color: #667476; text-decoration: none;  }
.nav1 a:active  { font-family: Arial; font-size: 13px; line-height: 13px; color: #667476; text-decoration: underline; }
.nav1 a:link    { font-family: Arial; font-size: 13px; line-height: 13px; color: #667476; text-decoration: none; font-weight: bold; }
.nav1 a:hover   { font-family: Arial; font-size: 13px; line-height: 13px; color: #667476; text-decoration: underline;  }

.nav2 { font-family: Arial; font-size: 12px; line-height: 13px; color: #D4B99D; text-decoration: none }
.nav2 a:visited { font-family: Arial; font-size: 12px; line-height: 13px; color: #BB9376; text-decoration: none; font-weight: bold; }
.nav2 a:active  { font-family: Arial; font-size: 12px; line-height: 13px; color: #C95A0F; text-decoration: underline; }
.nav2 a:link    { font-family: Arial; font-size: 12px; line-height: 13px; color: #BB9376; text-decoration: none; font-weight: bold; }
.nav2 a:hover   { font-family: Arial; font-size: 12px; line-height: 13px; color: #C95A0F; text-decoration: underline;  }

.topNav { font-family: Arial; font-size: 12px; line-height: 12px; color: #000000; text-decoration: none; font-weight: bold; }
.topNav a:visited { font-family: Arial; font-size: 12px; line-height: 12px; color: #000000; text-decoration: none;  }
.topNav a:active  { font-family: Arial; font-size: 12px; line-height: 12px; color: #0078c1; text-decoration: none; }
.topNav a:link    { font-family: Arial; font-size: 12px; line-height: 12px; color: #000000; text-decoration: none; font-weight: bold; }
.topNav a:hover   { font-family: Arial; font-size: 12px; line-height: 12px; color: #0078c1; text-decoration: underline;  }

.sideNav { font-family: Arial; font-size: 12px; line-height: 12px; color: #ffffff; text-decoration: none; font-weight: bold; }
.sideNav a:visited { font-family: Arial; font-size: 12px; line-height: 12px; color: #ffffff; text-decoration: none;  }
.sideNav a:active  { font-family: Arial; font-size: 12px; line-height: 12px; color: #a0d9fb; text-decoration: none; }
.sideNav a:link    { font-family: Arial; font-size: 12px; line-height: 12px; color: #ffffff; text-decoration: none; font-weight: bold; }
.sideNav a:hover   { font-family: Arial; font-size: 12px; line-height: 12px; color: #a0d9fb; text-decoration: underline;  }

.nav3 {
	font-family: Arial;
	font-size: 20px;
	line-height: normal;
	color: #a13834;
	text-decoration: none;
	font-weight: bold;
}

.nav4 {
	font-family: Arial;
	font-size: 20px;
	line-height: normal;
	color: #0078c1;
	text-decoration: none;
	font-weight: bold;
}

.nav2 a:visited { font-family: Arial; font-size: 12px; line-height: 13px; color: #BB9376; text-decoration: none; font-weight: bold; }
.nav2 a:active  { font-family: Arial; font-size: 12px; line-height: 13px; color: #C95A0F; text-decoration: underline; }
.nav2 a:link    { font-family: Arial; font-size: 12px; line-height: 13px; color: #BB9376; text-decoration: none; font-weight: bold; }
.nav2 a:hover   { font-family: Arial; font-size: 12px; line-height: 13px; color: #C95A0F; text-decoration: underline;  }

.none input { border: 0px; }
input, select, textarea
{
        font-family: Arial;
        font-size : 10px;
        color : #000000;
        padding : 1px;
        background-color: #FFFFFF;
        border: solid 1px;
        border-color : #000000;
}
.nav5 {

	font-family: Arial;
	font-size: 26px;
	line-height: normal;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

.smallBody {
	font-family: Arial;
	font-size: 10px;
	color: #000000;
}

#headerMAIN {
	font-family: Arial;
	font-size: 16px;
	color: #000000;
	font-weight: bold;
}

#normalMAIN {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
}

/* Navigaion
----------------------------------------------------------------------*/
#container {
	width: 800px;
	left: 0px;
	top: 0px;
	height: 120px;
	position: absolute;
font-family: Arial;
}
#header {
	height: 86px;
	width: 800px;
	left: 0px;
	top: 0px;
	background-image: url(images/headerImage2.gif);
	background-repeat: no-repeat;
font-family: Arial;
}
	
#navigation {
	background-image: url(images/topNavigation.gif);
	height: 19px;
	width: 800px;
	background-repeat: no-repeat;
font-family: Arial;
}
#bottom {
	background-image: url(images/topNavBOTTOM.gif);
	height: 17px;
	width: 800px;
	background-repeat: no-repeat;
font-family: Arial;
}


/* Navigation Upper Right
----------------------------------------------------------------------*/

#headRIGHT {
	background-position: top;
font-family: Arial;
	height: 20px;
	width: 400px;
	position: absolute;
	left: 395px;
	top: 66px;
}

#headRIGHT li { 
	float: left; 
font-family: Arial;
	overflow: hidden; 
	line-height: normal; 
	margin-left: 1px;
	}
#headRIGHT ul {
	margin-left: 20px;
font-family: Arial;
}
#headRIGHT a {
	display: block;
font-family: Arial;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	}

#headRIGHT {
	font-family: Arial;
	font-size: 12px;
	line-height: 12px;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	background-position: center center;
}
#headRIGHT a:visited { font-family: Arial; font-size: 12px; line-height: 12px; color: #ffffff; text-decoration: none;  }
#headRIGHT a:active  { font-family: Arial; font-size: 12px; line-height: 12px; color: #ffffff; text-decoration: none; }
#headRIGHT a:link    { font-family: Arial; font-size: 12px; line-height: 12px; color: #ffffff; text-decoration: none; font-weight: bold; }
#headRIGHT a:hover   { font-family: Arial; font-size: 12px; line-height: 12px; color: #999999; text-decoration: underline;  }


/* Navigation Main
----------------------------------------------------------------------*/

#navMAIN {
	font-family: Arial;
	font-size: 12px;
	line-height: 12px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	position: absolute;
	left: 178px;
	top: 91px;
	width: 620px;
}
	
#navMAIN li { 
	float: left; 
font-family: Arial;
	overflow: hidden; 
	line-height: normal; 
	margin-left: 1px;
	}
	
#navMAIN ul {
	margin-left: 20px;
font-family: Arial;
}

#navMAIN a {
	display: block;
font-family: Arial;
	padding-top: 2px;
	padding-right: 9px;
	padding-left: 9px;
	}


#navMAIN a:visited { font-family: Arial; font-size: 12px; line-height: 12px; color: #000000; text-decoration: none;  }
#navMAIN a:active  { font-family: Arial; font-size: 12px; line-height: 12px; color: #0078c1; text-decoration: none; }
#navMAIN a:link    { font-family: Arial; font-size: 12px; line-height: 12px; color: #000000; text-decoration: none; font-weight: bold; }
#navMAIN a:hover   { font-family: Arial; font-size: 12px; line-height: 12px; color: #0078c1; text-decoration: underline;  }

/* Body
----------------------------------------------------------------------*/

#bodyContainer {
	float: left;
font-family: Arial;
	height: 600px;
	width: 640px;
	padding-top: 0px;

}
#OtherPages {
	background-color: #ffffff;
	font-family: Arial;
	width: 787px;
	height: 570px;
	margin-right: 5px;
	margin-bottom: 5px;
	position: absolute;
	top: 10px;
	left: 0px;
	padding-left: 5px;
padding-right: 5px;
	border: solid 1px;
        border-color : #000000;
}

#bodyBottom {
	background-color: #000000;
	width: 795px;
	top: 570px;
	height: 5px;
	position: absolute;
	padding-left: 3px;
}


#bodySideLeft {
	background-color: #000000;
	width: 5px;
	top: 0px;
	height: 575px;
	position: absolute;
	padding-left: 0px;
}

#bodySideRight {
	background-color: #000000;
	width: 5px;
	top: 0px;
left: 794px;
	height: 575px;
	position: absolute;
	padding-left: 0px;
}




#bodyMain {
	background-color: #ffffff;
	font-family: Arial;
	height: 250px;
	width: 568px;
	margin-right: 5px;
	margin-bottom: 5px;
	position: absolute;
	top: 10px;
	left: 7px;
	border: solid 1px;
        border-color : #000000;
	padding-left: 5px;
}

#bodyCenter {
	background-color: #b64e4e;
font-family: Arial;
	height: 95px;
	width: 573px;
	margin-right: 5px;
	margin-bottom: 5px;
	position: absolute;
	top: 265px;
	left: 7px;
	border: solid 1px;
        border-color : #b64e4e;
}

#bodyRight {
	height: 350px;
font-family: Arial;
	width: 205px;
	margin-bottom: 5px;
	margin-left: 5px;
	background-color: #ffffff;
	float: right;
	position: absolute;
	top: 10px;
	left: 580px;
	border: solid 1px;
        border-color : #000000;
}

#bodySubLeft {
	background-color: #7898e1;
font-family: Arial;
	height: 201px;
	width: 353px;
	margin-top: 5px;
	margin-right: 5px;
	position: absolute;
	left: 7px;
	top: 360px;
	border: solid 1px;
        border-color : #7898e1;
	padding-left: 5px;
}

#bodySubCenter {
	background-color: #ffffff;
font-family: Arial;
	height: 201px;
	width: 205px;
	margin-top: 5px;
	margin-right: 5px;
	position: absolute;
	left: 370px;
	top: 360px;
	border: solid 1px;
        border-color : #000000;
	padding-left: 5px;
}

#bodySubRight {
	background-color: #999999;
font-family: Arial;
	height: 201px;
	width: 200px;
	margin-top: 5px;
	margin-left: 5px;
	position: absolute;
	left: 580px;
	top: 360px;
	border: solid 1px;
        border-color : #999999;
	padding-left: 5px;
}


#headerMAIN a:visited { font-family: Arial; font-size: 14px; line-height: 14px; color: #000000; text-decoration: none;  }
#headerMAIN a:active  { font-family: Arial; font-size: 14px; line-height: 14px; color: #0078c1; text-decoration: none; }
#headerMAIN a:link    { font-family: Arial; font-size: 14px; line-height: 14px; color: #000000; text-decoration: none; font-weight: bold; }
#headerMAIN a:hover   { font-family: Arial; font-size: 14px; line-height: 14px; color: #0078c1; text-decoration: underline;  }

#normalMAIN a:visited { font-family: Arial; font-size: 12px; line-height: 12px; color: #000000; text-decoration: none;  }
#normalMAIN a:active  { font-family: Arial; font-size: 12px; line-height: 12px; color: #0078c1; text-decoration: none; }
#normalMAIN a:link    { font-family: Arial; font-size: 12px; line-height: 12px; color: #000000; text-decoration: none; font-weight: bold; }
#normalMAIN a:hover   { font-family: Arial; font-size: 12px; line-height: 12px; color: #0078c1; text-decoration: underline;  }


#info {position:relative;}
a.linkup {position:relative;}
a.buttonup {position:absolute; top:170px; left:650px; border:0;}
a.buttonup img {border:0;}
.gleft {float:left; margin:25px 0 10px 0;}
.gright {float:right; margin:25px 5px 10px 0;}
.grc {margin:20px 0 0 10px;}



.menu {
width:800px; 
font-size:0.85em;
position:relative;
z-index:100;
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0;
margin:0;
list-style-type:none;
}
.menu ul ul {
width:150px;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
float:left;
width:100px;
position:relative;
}
/* style the links for the top level */
.menu a, .menu a:visited {
display:block;
font-size:14px;
font-family: Arial;
text-decoration:none; 
color:#fff; 
width:89px; 
height:30px; 
border:1px solid #fff; 
border-width:1px 1px 0 0; 
background:#000000; 
padding-left:10px; 
line-height:29px;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
width:100px;
w\idth:89px;
}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
background:#000000 url(../../graphics/drop.gif) bottom right no-repeat;

}
/* style the second level hover */
.menu ul ul a.drop:hover{
background:#000000 url(../../graphics/drop.gif) bottom right no-repeat;
}
.menu ul ul :hover &gt; a.drop {
background:#000000 url(../../graphics/drop.gif) bottom right no-repeat;
}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
background:#000000;
}
/* style the third level hover */
.menu ul ul ul a:hover {
background:#000000;
}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
height:0;
top:31px;
left:0; 
width:100px;
}
/* another hack for IE5.5 */
* html .menu ul ul {
top:30px;
t\op:31px;
}

/* position the third level flyout menu */
.menu ul ul ul{
left:100px; 
top:0;
width:100px;
}
/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
left:-100px;
}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
background:#000000; 
color:#fff; 
font-family: Arial;
height:auto; 
line-height:1em; 
padding:5px 10px; 
width:150px
/* yet another hack for IE5.5 */
}
* html .menu ul ul a{
width:100px;
w\idth:89px;
}


/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
color:#ff0000; 
background:#000000;
}
.menu :hover &gt; a, .menu ul ul :hover &gt; a {
color:#ff0000;
background:#000000;
}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible; 
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
visibility:hidden;
}

/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
visibility:visible;
}


