/* ++++++++++++++++++++++++++++++++++++
     CSS Styles for Portal Skins
    ++++++++++++++++++++++++++++++++++++
*/

/* border colors */

/* border surrounding entire content area */
#contentborder {border-top: 1px solid #000; border-left: 1px solid #000; border-right: 1px solid 

#000; width: 916px!important; }

/* border surrounding container */
#containerborder { border: solid 1px #4a4a4a; }

/* colors of the main navigation menu - text only*/

/* color for the 1st child navigation menu links */
.MainMenu_MenuItem
{
color:#000;
}

/* color for the top level navigation menu links */
.MainMenu_RootMenuItem
{
color:#000;
}

/*color for the top level navigation menu links when hovered */
.MainMenu_RootMenuItemHover
{
color: #62655b;
}

/* color for the child navigation menu links when hovered */
.MainMenu_SubMenuItemHover
{
color: #62655b;
}


/* Footer Styles */
#FooterContainer { background: #701011; }
#Footer { color: #FFFFFF; }
#Footer a {color: #FFFFFF; }
#Footer a:hover { color: #FFFFFF; }


/* heading colors  and font*/
h1 { color: #584c3e; text-align: center; }	
h2 { color: #584c3e; }	
h3 { color: #584c3e; }	
h4 { color: #584c3e; }
h5 { color: #720107; }
h6 { color: #720107; }

.stamph1  { color: #597248; text-align: center; }	

.LEBh1  {color: #7a7869; text-align: left; }
.LEBh2  {color: #2a292d; }
.LEBh3  {color: #7a7869; }
.LEBh4  {color: #7a7869; }
.LEBh5  {color: #801c18; }
.LEBh6  {color: #801c18; }

th {color: #000000;}


/* ACI Colors */

.ACIh1 { color:#003300 }
.ACIh2 { color:#003300 }
.ACIh3 { color:#003300 }
.ACIh4 { color:#003300 }
.ACIh5 { color:#663300 }
.ACIh6 { color:#663300 }
.ACIcaption    { color: #4c3738; font-weight: bold; font-size: 10px; font-family: Verdana, Arial, 
Helvetica, sans-serif; text-align: center; }

/* OWO color, size, font  */

.OWObodytext { color: #584c3e; font-weight: normal; font-size: 1.3em; font-family: Georgia, "Times New Roman", Times, serif;  }

p:OWObodytext
 {font: normal 1.3em Georgia, "Times New Roman", Times, serif; 
line-height: 110%; 
margin: 10px 0px; } 

/* tag line text colors */
.tagline { color: #584c3e; }span { color: #000000;}
.tagline2 { color: #720107;}

/* general styles */
a:link { color: #584c3e; }
a:visited { color: #584c3e; }
a:active { color: #584c3e;  }
a:hover { color: #584c3e;   }

.menu { margin: 0; }
.menu a { color: #000; text-decoration: none; }
.menu a:link { color: #584c3e; text-decoration: none; }
.menu a:visited { color: #584c3e; text-decoration: none; }
.menu a:active { color: #62655b; text-decoration: none; }
.menu a:hover { color: #62655b; text-decoration: underline; }
.menu ul { margin: 5px 0 0 0; padding: 0; }
.menu li { margin-left: 0; text-decoration: none;}
.menu li a:link { color: #584c3e; text-decoration: none; }
.menu li a { color: #584c3e; text-decoration: none; }
.menu li a:active { color: #62655b; text-decoration: none; }
.menu li a:hover { color: #584c3e; text-decoration: underline; }
.menu li a:visited { color: #584c3e; text-decoration: none; }

/* Horizontal Tabbed Panels */
.TabbedPanels {
	margin: 0px;
	padding: 0px;
	clear: both;
	width: 100%; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/

}
.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;

}
.TabbedPanelsTab {
	position: relative;
	top: 1px;
	float: left;
	padding: 4px 10px;
	margin: 0px 1px 0px 0px;
	font: bold 0.7em sans-serif;
	background-color: #bfaf8e;
	list-style: none;
	border-left: solid 1px #720107;
	border-bottom: solid 1px #720107;
	border-top: solid 1px #720107;
	border-right: solid 1px #720107;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;


}
.TabbedPanelsTab li a:link {text-decoration: none;
}


.TabbedPanelsTab li a:visited {text-decoration: none;
}

.TabbedPanelsTab a:link {text-decoration: none;
}


.TabbedPanelsTab a:visited {text-decoration: none;
}




.TabbedPanelsTabHover {
	background-color: #f9f2e4;
}
.TabbedPanelsTabSelected {
	background-color: #f9f2e4;
	border-bottom: 1px solid #f9f2e4;
}
.TabbedPanelsTab a {
	color: black;
	text-decoration: none;
}

.TabbedPanelsContentGroup {
	clear: both;
	border-left: solid 1px #720107;
	border-bottom: solid 1px #720107;
	border-top: solid 1px #720107;
	border-right: solid 1px #720107;
	background-color: #f9f2e4;

}
.TabbedPanelsContent {
	padding: 4px;

}

.TabbedPanelsContent a:link {text-decoration: none;
}

.TabbedPanelsContent a:visited {text-decoration: none;
}

.TabbedPanelsContent a:hover {text-decoration: underline;
}


.TabbedPanelsContentVisible {
}



/* Vertical Tabbed Panels */
.VTabbedPanels .TabbedPanelsTabGroup {
	float: left;
	width: 10em;
	height: 20em;
	background-color: #EEE;
	position: relative;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
}
.VTabbedPanels .TabbedPanelsTab {
	float: none;
	margin: 0px;
	border-top: none;
	border-left: none;
	border-right: none;
}
.VTabbedPanels .TabbedPanelsTabSelected {
	background-color: #EEE;
	border-bottom: solid 1px #999;
}
.VTabbedPanels .TabbedPanelsContentGroup {
	clear: none;
	float: left;
	padding: 0px;
	width: 30em;
	height: 20em;
}



.caption    { color: #720107; font-weight: bold; font-size: 10px; font-family: Verdana, Arial, 
Helvetica, sans-serif; text-align: center; }

.stampcaption  {color: #597248; font-weight: bold; font-size: 10px; font-family: Verdana, Arial, 
Helvetica, sans-serif; text-align: center;}

td.caption { color: #720107; font-weight: bold; font-size: 10px; font-family: Verdana, Arial, 
Helvetica, sans-serif; text-align: center; }

td.stampcaption  { color: #597248; font-weight: bold; font-size: 10px; font-family: Verdana, Arial, 
Helvetica, sans-serif; text-align: center; }

.LEBcaption    { color: #7a7869; font-weight: bold; font-size: 10px; font-family: Verdana, Arial, 
Helvetica, sans-serif; text-align: center; }

td.LEBcaption { color: #7a7869; font-weight: bold; font-size: 10px; font-family: Verdana, Arial, 
Helvetica, sans-serif; text-align: center; }


.rightnav  { color: #720107; font-weight: bold; font-size: 10px; font-family: Arial, 

Helvetica, sans-serif; text-align: center;}

.lineacross { color: #A0C3DF; border-bottom: 1px solid #A0C3DF; }

#NewsTabs { background: transparent url(img/bg_newstabs.jpg) top left no-repeat; border-left: 

1px solid #A0C3DF; }

.credit img { border: 1px solid #A0C3DF; }

#dnn_ContentPane {border: 0px; }
#dnn_TopPane {border: 0px; }
#dnn_LeftPane {border: 0px;}
#dnn_RightPane {border: 0px;}
#dnn_FarRightPane {border: 0px;}
#dnn_TitlePane {border: 0px;}
#dnn_BottomPane {border: 0px;}

/* Horizontal rule (horizontal line) style */
hr { }

/* ++++++++++++++++++++++++++++++++++++
     End of CSS Styles for Portal Skins
    ++++++++++++++++++++++++++++++++++++
*/

.homefeatlinks {
	LIST-STYLE: none none inside; FONT-SIZE: 10px; COLOR: #330000; 

LINE-HEIGHT: 13px; FONT-STYLE: normal; FONT-FAMILY: Verdana, Arial, Helvetica, sans-

serif
}
.newsheaders {
	FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: #333300; 

FONT-STYLE: normal; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}

.newslinks {
	LIST-STYLE: square none inside; FONT-WEIGHT: normal; FONT-SIZE: 

11px; COLOR: #333300; FONT-STYLE: normal; FONT-FAMILY: Verdana, Arial, Helvetica, 

sans-serif
}

.redpromotext {
	FONT-WEIGHT: normal; FONT-SIZE: 10px; COLOR: #ffffcc; FONT-STYLE: 

normal; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
.darkgreenpromotext {
	FONT

-WEIGHT: normal; FONT-SIZE: 10px; COLOR: #003300; FONT-STYLE: normal; FONT-

FAMILY: Verdana, Arial, Helvetica, sans-serif
}
.footertext {
	color: White;
	text-decoration: 

none;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	FONT-SIZE: 10px;
}
.copyright {
	color: White;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	

FONT-SIZE: 10px;
}

.rightbar {
	color: White;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	FONT

-SIZE: 10px;
	BACKGROUND-COLOR: RED;
}

.globalnav {
	FONT-WEIGHT: bold;
	FONT-SIZE: 12px;
	COLOR: #ffffff;
	FONT

-STYLE: normal;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: 

none;
}

.sectionhead {
	FONT-WEIGHT: bold;
	FONT-SIZE: 12px;
	COLOR: #ffffff;
	FONT

-STYLE: normal;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: 

none;
}

.breadcrumb {
	FONT-WEIGHT: bold;
	FONT-SIZE: 10px;
	COLOR: #330000;
	FONT

-STYLE: normal;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
}

a.leftnav {
	line-height: 12px;
	FONT-SIZE: 11px;
	COLOR: #333300;
	FONT-FAMILY: Verdana, 

Arial, Helvetica, sans-serif;
	text-decoration: none;
	border: solid red 2px;
}

a.leftnav:hover {
	text-decoration: underline;
}

.leftnavon {
	background-color: #f3ebd4;
	padding-bottom: 5;
	padding-top: 5;
}

.leftnavoff {
	background-color: #ccbb97;
	padding-bottom: 5;
	padding-top: 5;
}

td.rightbar {
	background-color: #9C956B;
	color: White;
	FONT-WEIGHT: normal; 

FONT-SIZE: 10px; FONT-STYLE: normal; FONT-FAMILY: Verdana, Arial, Helvetica, sans-

serif;
}

td.content {
	background-color: #F3EBD4;
}

.content
{
	background-color: #F3EBD4;
}

td.contentalt {
	background-color: #DCD1B3;
}

td.gallery {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: 

bold;
}

.pageheaderbkgnd {
	BACKGROUND-POSITION: left top; BACKGROUND-

ATTACHMENT: scroll; BACKGROUND-IMAGE: url(../images_v2/content_page_hdr.gif); 

BACKGROUND-REPEAT: no-repeat
}
.contenttitle {
	FONT-WEIGHT: bold;
	FONT

-SIZE: 16px;
	COLOR: #FFCC66;
	FONT-STYLE: normal;
	FONT-FAMILY: 

Verdana, Arial, Helvetica, sans-serif;
}

.bodytext {
		FONT-WEIGHT: normal; FONT-SIZE: 12px; COLOR: #000000; 

FONT-STYLE: normal; FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
}

a.bodylink:active, a.bodylink:focus, a.bodylink:hover, a.bodylink:link, a.bodylink:visited {
	

FONT-WEIGHT: normal; FONT-SIZE: 12px; COLOR: #584C3E; FONT-STYLE: normal; FONT

-FAMILY: Verdana, Arial, Helvetica, sans-serif;
}

li.lileftnav
{
	text-indent: 0em;
	padding-left: -2em;
	list-style-image: url

(../images_v2/nav_images/bullet.sectionNav.gif);
}





/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}

/* background color for the content part of the pages */
Body
{
}

/* background/border colors for the selected tab */
.TabBg {
}

.LeftPane  { 
}

.ContentPane  { 
}

.RightPane  { 
}

/* text style for the selected tab */
.SelectedTab {
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
}

A.SelectedTab:visited  {
}

A.SelectedTab:active   {
}

A.SelectedTab:hover    {
}

/* text style for the unselected tabs */
.OtherTabs {
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
}

A.OtherTabs:visited  {
}

A.OtherTabs:active   {
}

A.OtherTabs:hover    {
}

/* GENERAL */
/* style for module titles */
.Head   {
}

/* style of item titles on edit and admin pages */
.SubHead    {
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
}

/* text style used for most text rendered by modules */
.Normal
{
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
}

.NormalRed
{
}

.NormalBold
{
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
}

A.CommandButton:visited  {
}

A.CommandButton:active   {
}

A.CommandButton:hover    {
}
    
/* GENERIC */
H1  {text-align: center;
}

H2  {font 1.3em; 
}

H3  {font: bold 1.2em Arial, Helvetica, Verdana, sans-serif; 
}

H4  {
}

H5, DT  { color: #720107;
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link  {
}

A:visited   {
}

A:active    {
}

A:hover {
}

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}


UL LI   {
}

UL LI LI    {
}

UL LI LI LI {
}

OL LI   {
}

OL OL LI    {
}

OL OL OL LI {
}

HR {
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
}

.ModuleTitle_MenuBar {
}

.ModuleTitle_MenuItem {
}

.ModuleTitle_MenuIcon {
}

.ModuleTitle_SubMenu {
}

.ModuleTitle_MenuBreak {
}

.ModuleTitle_MenuItemSel {
}

.ModuleTitle_MenuArrow {
}

.ModuleTitle_RootMenuArrow {
}

/* Main Menu */

.MainMenu_MenuContainer {
}

.MainMenu_MenuBar {
}

.MainMenu_MenuItem {
}

.MainMenu_MenuIcon {
}

.MainMenu_SubMenu {
}

.MainMenu_MenuBreak {
}

.MainMenu_MenuItemSel {
}

.MainMenu_MenuArrow {
}

.MainMenu_RootMenuArrow {
}







































