*							{font-family:Arial, Verdana, Geneva, Helvetica, sans-serif; font-size:9pt; line-height:1.8em;}
html						{margin:0 auto; padding:10px 0px 10px 0px;}
body						{margin:0 auto; background-color:#4C7CA4;}

#wireframe					{width:774px; border:3px solid #FFFFFF; background-color:#FFFFFF; text-align:center; margin:0 auto; color:#404B53; }
#header						{width:774px; height:100px;}
#globalNav					{width:774px; height:47px; background-image:url('images/bgLinks.gif'); background-repeat:repeat-x; color:#FFFFFF; text-align:right;}
#splash						{width:774px; background-image:url('images/bgSplash.gif'); background-repeat:no-repeat; color:#FFFFFF; text-align:left;}
#splashSlab					{background-color:#CDDBE6; width:774px; height:20px;}
#footer						{background-color:#4C7CA4; text-align:center; height:90px; width:774px;}
#footer	.defaultText		{color:#9BBBD2; padding-top:20px;}
#footer .defaultText a		{color:#FFFFFF; text-decoration:none;}
#container					{width:774px;}

#leftNav					{background-color:#EDF5F8; text-align:left; width:200px; }
#mainContent				{background-color:#FFFFFF; text-align:left;}
#relatedContent				{background-color:#ACC9D7; text-align:left; width:200px;}
	
/* alignnments and Justification Compliance Styles */
a							{color: #c35e17; text-decoration:none;}
a:hover						{text-decoration:underline; color:#6c7d40;}
hr							{margin:0px auto; width:100%;}
h1							{font-size:18pt; font-weight:normal; margin:0px; padding:0px 0px 0px 0px; font-family: georgia; color:#309865;}
h2							{font-size:14pt; font-weight:normal; margin:0px; padding:0px 0px 20px 0px; font-family: georgia; color:#4C7CA4;}
p							{margin:0px; padding:0px;}
img							{border:0px;}	

.left						{text-align:left;}
.right						{text-align:right;}
.center						{text-align:center;}
.justify 					{text-align:justify;}
.clearer					{clear:left;}
.floatLeft					{float:left;}
.floatRight					{float:right;}
.clearRight					{clear:right;}
.clearLeft					{clear:left;}
.imgCenter					{margin:10px;}
.imgLeft					{float:left; margin-bottom:10px; margin-right:10px; margin-top:10px;}
.imgRight					{float:right;margin-bottom:10px; margin-left:10px; margin-top:10px;}
.nowrap 					{white-space:nowrap}
.fullWidth 					{width:100%;}
.fullheight					{height:100%;}
.fixedWidth					{width:772px;}
.defaultText				{
	padding:10px;
	margin:0px;
	color: #000;
}
.slab						{width:780px; height:5px; font-size:1pt; padding:0px; margin:0px;}	
.padding					{padding:10px;}

/*Listing Styles - Table*/
.listing						{padding:5px; text-align: left; width:100%;}
.listing th						{color:#262a33; border-bottom :1px solid #e5e5e5; padding:5px;}
.listing .td1					{background-color:#FFFFFF; color:#50585c; padding:5px; border-bottom :1px solid #e5e5e5;}
.listing .none					{background-color:#fafafa; color:#50585c; padding:5px; border-bottom :1px solid #e5e5e5;}
.listing .td1 a					{text-decoration: none;}
.listing .none a				{text-decoration: none;}
.listing .td1 a:hover			{color:#000000; text-decoration: none;}
.listing .none a:hover			{color:#000000; text-decoration: none;}
.listing td.header				{border-bottom :5px solid #6a849d; margin:0px; color:#650506; font-weight:bold; height:22px; padding:2px;}
.listing .header a				{color:#c35e17; font-size:10pt;}
.listing .header a:hover		{color:#000000; text-decoration:none;}
.listing td						{padding:5px;}

/*Define Site Specific Navigation Styles*/
#navigation					{width:200px;}
#navigation ul				{list-style-type:none; margin:0px; padding:0px;}
#navigation li				{border-bottom:1px solid #dad8cf; color:#50585c; margin:0; padding:6px 5px 6px 9px;}
#navigation li.main			{font-weight: bold;}
#navigation li.current 		{font-weight: bold; color:#FFFFFF; background-color:#4C7CA4;}
#navigation li.current a	{color:#FFFFFF; text-decoration:none; display:block;}
#navigation li.current a:hover	{color:#FFFFFF; text-decoration:none;}
#navigation li.main a 		{color:#6e941e; text-decoration:none }
#navigation a 				{color:#50585c; text-decoration:none }
#navigation a:hover 		{color:#000000; text-decoration:none;}



/* this is the clipping region for the menu. it's width and height get set by script, depending on the size of the items table */
.DropdownMenu {
	position:absolute;
	overflow:hidden;
	left:-1000px;
	top:-1000px;
	}

/* this is the main container for the menu itself. it's width and height get set by script, depending on the size of the items table */
.DropdownMenu .content {
	position:absolute;
	}

/* this table comprises all menu items. each TR is one item. It is relatively positioned so that the shadow and background transparent divs 

can be positioned underneath it */
.DropdownMenu .items {
	position:relative;
	left:0px; top:0px;
	border:1px solid #999;
	z-index:2;
	}

.DropdownMenu.top .items {
	border-top:none;
	}

/* each TR.item is one menu item */
.DropdownMenu .item {
    color:#FFFFFF;
    font-size:10px;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    text-decoration:none;
	/* this is a hack for mac/ie5, whom incorrectly cascades the border properties of the parent table to each row */
	border:none;
	cursor:pointer;
	}

/* this DIV is the semi-transparent white background of each menu. the -moz-opacity is a proprietary way to get transparency in mozilla, the 

filter is for IE/windows 5.0+. */
/* we set the background color in script because ie mac does not use it; that browser only uses a semi-transparent white PNG that the spacer 

gif inside this DIV is replaced by */
.DropdownMenu .background {
	position:absolute;
	left:0px; top:0px;
	z-index:1;
	-moz-opacity:.8;
	filter:alpha(opacity=85);
	}

/* same concept as .background, but this is the sliver of shadow on the right of the menu. It's left, height, and background are set by 

script. In IE5/mac, it uses a PNG */
.DropdownMenu .shadowRight {
	position:absolute;
	z-index:3;
	top:3px; width:2px;
	-moz-opacity:.4;
	filter:alpha(opacity=40);
	}

/* same concept as .background, but this is the sliver of shadow on the bottom of the menu. It's top, width, and background are set by 

script. In IE5/mac, it uses a PNG */
.DropdownMenu .shadowBottom {
	position:absolute;
	z-index:1;
	left:3px; height:2px;
	-moz-opacity:.4;
	filter:alpha(opacity=40);
	}

/* this is the class that is used when the mouse is over an item. script sets the row to this class when required. */
.DropdownMenu .item.hover {
	background:#2F7A6E;
	color:#56DBEB;
	}

/* this is either the dingbat that indicates there is a submenu, or a spacer gif in it's place. We give it extra margin to create some space 

between the text and the dingbat */
.DropdownMenu .item img {
	margin-left:10px;
	}
