/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   

/* GENERAL */
/* style for module titles */

.Head   {
    font-family: Verdana;
    font-size:  12px;
    font-weight: bold;
    color: #FFFFFF;
}

/* text style for the unselected tabs */
.OtherTabs {
	font-size: 10pt;
	color:#333333;
	font-family: Verdana;
	text-decoration: none;
	font-weight: normal;
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
	text-decoration: none;
	color:#333333;
	font-weight: normal;
	font-size: 10pt;
}

A.OtherTabs:visited  {
	text-decoration: none;
	color:#333333;
	font-weight: normal;
	font-size: 10pt;
}

A.OtherTabs:active   {
	text-decoration: none;
	color:#333333;
	font-weight: normal;
	font-size: 10pt;
}

A.OtherTabs:hover    {
	text-decoration: underline;
	color:#666666;
	font-weight: normal;
	font-size: 10pt;
}

/* SIGNIN */
.SignIn {
	font-family: Verdana;
	font-size: 9pt;
	color: #333333;
}
A.SignIn:link {
    text-decoration: none;
	font-size: 9pt;
    font-family: Verdana;
    color:#333333;
}

A.SignIn:visited  {
    text-decoration: none;
	font-size: 9pt;
    font-family: Verdana;
    color:#333333;
}

A.SignIn:active   {
    text-decoration: none;
	font-size: 9pt;
    font-family: Verdana;
    color:#333333;
}

A.SignIn:hover    {
    text-decoration: underline;
	font-size: 9pt;
    font-family: Verdana;
    color:#000000;
}

/* Main Menu */

.MainMenu_MenuContainer {
	border-bottom: #404040 0px solid; 
	border-left: #FF8080 0px solid; 
	border-top: #FF8080 0px solid; 
	border-right: #FFFFFF 0px solid;  
	background-color: #D0BCA1;
}

.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand; 
	height:24;
}

.MainMenu_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: #000000; 
	font-family: Verdana; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	border-left: #000000 0px solid; 
	border-bottom: #000000 0px solid; 
	border-top: #000000 0px solid; 
	border-right: #000000 0px solid;
}

.MainMenu_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #D0BCA1; 
	border-left: #D0BCA1 0px solid; 
	border-right: #000000 0px solid; 
	border-bottom: #D0BCA1 0px solid; 
	border-top: #D0BCA1 0px solid; 
	text-align: center; 
	width: 1; 
	height: 21;	
}	
.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	color: #000000; 
	font-family: Verdana; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: #D0BCA1; 
	border-bottom: #D0BCA1 1px solid; 
	border-left: #D0BCA1 1px solid; 
	border-top: #D0BCA1 1px solid; 
	border-right: #D0BCA1 1px solid;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#666666, Direction=90, Strength=0);
}
.MainMenu_MenuBreak {
	border-bottom: #000000 1px solid; 
	border-left: #000000 1px solid; 
	border-top: #000000 1px solid;  
	border-right: #000000 1px solid; 
	background-color: #000000; 
	height: 10px;
}

.MainMenu_MenuItemSel {
	background-color: #000000; 
	cursor: pointer; 
	cursor: hand; 
	color: White; 
	font-family: Verdana; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
}

.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	color: Black; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #000000 0px solid; 
	border-bottom: #000000 0px solid; 
	border-top: #000000 0px solid;
}

.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}

.NormalBold  {
	font-family: Verdana;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
}

.Normal  {
	font-family: Verdana;
	font-size: 10pt;
	color: #000000;
}
.Date {
	font-family: Verdana;
	font-size: 8.5pt;
	color: #333333;
}
a:link {
	font-family: Verdana;
	font-size: 10pt;
	color: #030265;
	text-decoration: none;
}
a:visited {
	font-family: Verdana;
	font-size: 10pt;
	color: #F87628;
	text-decoration: none;
}
a:hover {
	font-family: Verdana;
	font-size: 10pt;
	color: #F87628;
	text-decoration: underline;
}
a:active {
	font-family: Verdana;
	font-size: 10pt;
	color: #F87628;
	text-decoration: none;
}
body {
	font-family: Verdana;
	font-size: 10pt;
	color: #000000;
	background-color: #FFFFFF;
}
.Title {
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}
.Gray {
	font-family: Verdana;
	font-size: 10pt;
	color: #666666;
	text-decoration: none;
}
A.Gray:link {
	font-family: Verdana;
	font-size: 10pt;
	color: #666666;
	text-decoration: none;
}
A.Gray:visited {
	font-family: Verdana;
	font-size: 10pt;
	color: #666666];
	text-decoration: none;
}
A.Gray:hover {
	font-family: Verdana;
	font-size: 10pt;
	color: #000000;
	text-decoration: underline;
}
A.Gray:active {
	font-family: Verdana;
	font-size: 10pt;
	color: #666666;
	text-decoration: none;
}
ul {
	list-style-image: url(arrow2.gif);
	list-style-position: outside;
}
li {
	font-family: Verdana;
	font-size: 10pt;
	color: #666666;
	list-style-position: outside;
	list-style-type: lower-roman;
	font-weight: normal;
}
/* Footer */
.Footer {
	font-size: 10pt;
	color:#333333;
	font-family: Verdana;
	text-decoration: none;
	font-weight: normal;
}
/* Footer Links */
A.Footer:link {
	text-decoration: none;
	color:#333333;
	font-weight: normal;
	font-size: 10pt;
}

A.Footer:visited  {
	text-decoration: none;
	color:#333333;
	font-weight: normal;
	font-size: 10pt;
}

A.Footer:active   {
	text-decoration: none;
	color:#333333;
	font-weight: normal;
	font-size: 10pt;
}

A.Footer:hover    {
	text-decoration: underline;
	color:#666666;
	font-weight: normal;
	font-size: 10pt;
}
.NormalSmall {
	font-family: Verdana;
	font-size: 8pt;
	color: #000000;
	line-height: 9pt;
}
.NormalBoldSmall {
	font-family: Verdana;
	font-size: 8pt;
	font-weight: bold;
	color: #000000;
	line-height: 9px;
}
.SubHead {
	font-family: Verdana;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
}
.SubHead13 {
	font-family: Verdana;
	font-size: 13pt;
	font-weight: bold;
	color: #000000;
}	
.CommandButton {
	font-family: Verdana;
	font-size: 8pt;
	font-weight: normal;
	line-height: 9pt;
	color: #333333;
}
A.CommandButton:link {
	font-family: Verdana;
	font-size: 8pt;
	color: #333333;
	text-decoration: none;
	line-height: 9pt;
	font-style: normal;
}
A.CommandButton:visited {
	font-family: Verdana;
	font-size: 8pt;
	color: #333333;
	text-decoration: none;
	line-height: 9pt;
	font-style: normal;
}
A.CommandButton:hover {
	font-family: Verdana;
	font-size: 8pt;
	color: #666666;
	text-decoration: underline;
	line-height: 9pt;
	font-style: normal;
}
A.CommandButton:active {
	font-family: Verdana;
	font-size: 8pt;
	color: #333333;
	text-decoration: none;
	line-height: 9pt;
	font-style: normal;
}
/* Breadcrumbs */
.breadcrumb {
	font-family: Verdana;
	font-size: 8.5pt;
	font-weight: normal;
	color: #333333;
}
A.breadcrumb:link {
	font-family: Verdana;
	font-size: 8.5pt;
	color: #333333;
	text-decoration: none;
}
A.breadcrumb:visited {
	font-family: Verdana;
	font-size: 8.5pt;
	color: #333333;
	text-decoration: none;
}
A.breadcrumb:hover {
	font-family: Verdana;
	font-size: 8.5pt;
	color: #666666;
	text-decoration: underline;
}
A.breadcrumb:active {
	font-family: Verdana;
	font-size: 8.5pt;
	color: #333333;
	text-decoration: none;
}
.SubHead2 {
	font-family: Verdana;
	font-size: 11pt;
	font-weight: bold;
	color: #FB9415;
}
.Tagline {
	font-family: Verdana;
	font-size: 12pt;
	font-weight: bold;
	color: #FFFFFF;
}.leftborder {
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #7F5619;
}
.rightborder {
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #7F5619;
}

BODY
{
	background: #7F5619;
}
