Body {
    font-family: "Palintino Linotype", Arial, Helvetica;
}
p, td, div {
    font-family: "Palintino Linotype", Tahoma, Arial, Helvetica;
	font-size: 13px;
}

H1  {
	font-size:18px;
	color:white;
	padding:10px;
	margin-top:0px;
	margin-bottom:0px;
}

h2, .title {
    color: #294290;
    line-height: 120%;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 2px;
}

h3, .ArticleSubHead {
	font-size: 13px;
	font-weight: bold;
	color: #4455CC; /* color:#222277;*/
	margin-bottom: 2px;
	margin-top:3px;
	margin-bottom:3px;
}

a:link, a:active, a:visited {
	color:#1111CC;
	text-decoration:none;
}
a:hover {
	color:red;
	text-decoration:underline;
}
/*colors: brown: #AB672A; light mustard: #E9DFAA or #E7DE99; greenish: #D7CE89, #8C9898*/
#OuterDiv {
	width:100%;
	text-align:center;
	background: #AB672A;
}
#BorderedTable {
	margin:auto;
	width:850px;
	background: #AB672A;
}
#OuterLeftColumn {
	background: url('brownleftbar.jpg') repeat-y right;
	width:20px;
}
#OuterCenterColumn {
	text-align:center;
}
#OuterRightColumn {
	background: url('brownrightbar.jpg') repeat-y;
	width:20px;
}
#MainTable {
	background: white;
	width:100%;
}
#HeaderTable {
	background:#AB672A;
	width: 100%;
}
#ContentTable {
	width:100%;
	background: white;
}
#Header {
	background: black url('images/Header.jpg') repeat-x;
	height:154px;
}
.Normal {
	color: black;
	font-size: 13px;
}
.Head {
    font-size:  13px;
	font-weight: bold;
	text-transform: uppercase;
    color: #6094C9;
}
.attention{
	background:#D7CE89;
	border: 1px solid #A79E69;
	width: 120px;
	margin: 10 0 10 0;
	text-align: center;
	padding:3px;
}
.attention a { color: blue; }

.Head, A.Head, .ArticleTitle, A.ArticleTitle {
	font-weight: bold;
	color:#AB672A;
;
}

.SubHead    {
    color: #092270;
}
.Footer {
	height: 22px;
	text-align: center;
	background-color: #FFFFFF;
}

.ContentPane {
	padding:3px;
	padding-left:10px;padding-right:10px;
}
.RightPane {
	border-left: 1px solid #DDDDDD;
	text-align:center;
	width:238px;
	padding-left: 5px;padding-right:5px;
}

/* GENERIC */
UL LI {
	margin-top: 5px;
   list-style-image: url(bullet3.gif);
   list-style-type: disc;
}
.Quote {
	color: #777777;
	font-size: 12px;
	font-family: 'Comic Sans', Verdana, Serif;
}
BLOCKQUOTE, PRE {
    color: blue;
    font-family: Palatino Linotype, Arial, Helvetica;
    margin: 5%;
}
.SelectedTab {
    font-weight: bold;
    font-size: 11px;
    color: black;
}
a.SelectedTab, a.SelectedTab:link, a.SelectedTab:visited {
    text-decoration: none;
    color: black;
}
a.SelectedTab:hover {
    text-decoration: none;
    color: white;
}
.OtherTabs {
    font-size: 10px;
    color:black;
}

.main_dnnmenu_container {
background-color: #AB672A;
width: auto;
}
.main_dnnmenu_bar {
cursor:auto;
height:25px;
line-height: 24px;
background-color: Transparent;
}

.main_dnnmenu_itemhoverroot td{
background-image: url(gradient_BlueTone01.jpg);
}


.main_dnnmenu_item { /* Add TD if yes for tables option for menu */
cursor:auto;
color: #FFFFFF;
font-size: 12px;
font-weight: bold;
font-style: normal;
background-color: Transparent;
white-space: nowrap;  /*Optional - Word wrapping menu item*/
height: 22px;
}


.main_dnnmenu_rootitem  { /* Add TD if yes for tables option for menu */
cursor:auto;
color: #FFFFFF;
font-size: 12px;
font-weight: bold;
font-style: normal;
background-color: #AB672A;
white-space: nowrap;  /*Word wrapping menu item now optional*/
padding: 3px 8px 5px 8px;   /* creates spacing between root menu items */
height: 22px;
text-transform: uppercase;
}

.main_dnnmenu_itemhover {
color: #FFFFFF;
background-color: #CA8400;
height: 22px;
}

.main_dnnmenu_itemhover td {
color:white;
background-color: #CA8400;
height: 22px;
}

.main_dnnmenu_icon {
cursor:auto;
text-align: center;
width: 3px;
height: 22px;
}

.main_dnnmenu_submenu {
background-color: #9C3E00;
z-index: 1000;
cursor:auto;
filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3);
padding: 2px 3px 2px 1px;   /* creates spacing between sub-menu items */
}

.main_dnnmenu_break {
height: 1px;
font-size: 1px;
}

.main_dnnmenu_arrow {
border-right: #D1DBED 1px solid;
border-bottom: #D1DBED 1px solid;
border-top: #D1DBED 0px solid;
font-family: webdings;
font-size: 10pt;
cursor:auto; /* arrows will not display if function is not set in ascx/xml file*/
}
.main_dnnmenu_rootmenuarrow {
font-family: webdings, sans-serif;
font-size: 10pt;
cursor:auto; /* arrows will not display if function is not set in ascx/xml file*/
}

.StyleIconBackColor {background-color: #000000;}


