﻿/************************* Module Layout Styles *************************/
div.LastResortBox, html.LastResortBox{
	font-size: 11px;
	font-family: Georgia, "Times New Roman", Serif;
	padding-bottom: 15px
}
.LeftPane div.LastResortBox{
	padding-left:15px;
	padding-right:15px
}
.LastResortBox .ModuleTitle{
	border: #cccdc5 1px solid;
	text-align: left;
	height: 25px;
	background-color: #8e947a
}
.LastResortBox .Box{
	border: #838868 1px solid
}
.LastResortBox .BoxBottom{
	border-left: #838868 1px solid;
	border-right: #838868 1px solid;
	border-bottom: #838868 1px solid
}
.LastResortBox .ModuleTitleBg{
	background-image: url(module_title.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	min-height: 25px
}
.LastResortBox .ModuleTitle h2{
	font-weight: bold;
	font-size: 13px;
	vertical-align: middle;
	color: #fff;
	padding-left: 10px;
	margin: 0px;
	font-family: Georgia, "Times New Roman", Serif;
	min-height: 15px
}
.LastResortBox .ModuleContentTable{
	border: #cccdc5 1px solid;
	width: 100%;
	background-color: #838868
}
.LastResortBox .ModuleContent{
	font-size: 11px;
	padding-bottom: 10px;
	vertical-align: top;
	color: #ffffff;
	font-family: Georgia, "Times New Roman", Serif;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	background-color: #838868
}
/*====================================Module Content Text Styles====================================*/
.Highlight{
	font-weight: bold;
	color: #cccdc5;
	font-family: Georgia, "Times New Roman", Serif
}
.LastResortBox .Highlight{
	font-weight: bold;
	color: #cccdc5;
	font-family: Georgia, "Times New Roman", Serif
}
.LastResortBox h1, .LastResortBox .Head{
	font-weight: bold;
	font-size: 14px;
	color: #cccdc5;
	font-family: Georgia, "Times New Roman", Serif;
	height: 16px
}
.LastResortBox h2, .LastResortBox .SubHead{
	font-size: 13px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-family: Georgia, "Times New Roman", Serif;
	color: #cccdc5
}
.LastResortBox h3, .LastResortBox h4, .LastResortBox h5, .LastResortBox h6{
	font-weight: bold;
	font-size: 12px;
	color: #cccdc5;
	font-family: Georgia, "Times New Roman", Serif
}
.LastResortBox p, .LastResortBox .Normal, .LastResortBox td{
	font-weight: normal;
	font-size: 11px;
	font-family: Georgia, "Times New Roman", Serif
}
.LastResortBox .NormalSmall{
	font-weight: normal;
	font-size: 9px;
	font-family: Georgia, "Times New Roman", Serif
}
.LastResortBox a, .LastResortBox a:link, .LastResortBox a:visited, .LastResortBox a:active, .LastResortBox .SiteLink, .LastResortBox a.SiteLink{
	color: #cccdc5;
	text-decoration: underline
}
.LastResortBox a:hover, .LastResortBox a.sitelink:hover{
	color: #ffffff;
	text-decoration: underline
}
.LastResortBox b, .LastResortBox strong, lastresortbox .NormalBold{
	font-weight: bold
}
.LastResortBox .NormalItalic, .LastResortBox i, .LastResortBox em{
	font-style: italic
}
.LastResortBox hr{
	margin-top: 1px;
	margin-bottom: 1px;
	padding-bottom: 1px;
	width: 100%;
	border-top-style: none;
	padding-top: 1px;
	border-bottom: #810042 1px dotted;
	border-right-style: none;
	border-left-style: none;
	height: 1px;
	background-color: #975065
}
.LastResortBox ul li{
	padding-left: 10px;
	margin: 0
}
.LastResortBox ol li{
	padding-left: 10px;
	margin: 0
}
.LastResortBox ul{
	margin: 0;
	padding-top: 10px;
	padding-left: 15px
}
.LastResortBox address{
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Serif
}
.LastResortBox blockquote{
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Serif
}
.LastResortBox .Field{
	font-weight: normal;
	font-size: 10px;
	font-family: Georgia, "Times New Roman", Serif;
	background-color: #F5F5F5;
	border: 1px dimgray solid;
	height: 11pt
}
.LastResortBox .NormalTextArea, .LastResortBox textarea, .LastResortBox select{
	border: dimgray 1px solid;
	font-weight: normal;
	font-size: 10px;
	font-family: Georgia, "Times New Roman", Serif;
	background-color: #F5F5F5
}
.LastResortBox .Button, .LastResortBox a.Button, .LastResortBox a:link.Button, .LastResortBox a:visited.Button, .LastResortBox a:hover.Button, .LastResortBox a:active.Button{
	border-right: #696969 1px solid;
	padding-right: 1em;
	border-top: silver 1px solid;
	margin-top: 0.1em;
	padding-left: 1em;
	font-weight: bolder;
	font-size: 11px;
	margin-bottom: 0.1em;
	padding-bottom: 3px;
	overflow: visible;
	border-left: silver 1px solid;
	
	color: white;
	line-height: 20px;
	padding-top: 3px;
	border-bottom: #838868 1px solid;
	background-repeat: repeat-x;
	font-family: Verdana, helvetica, sans-serif;
	background-color: #341722;
	text-align: center;
	text-decoration: none
}
.LastResortBox input.Button{
	font-family: Verdana, helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px
}