/* CSS Document */
body {
	margin:0px;
	padding: 0px;
	background-color: #FFFFFF;
	text-align: center;
}

#wrapper {
	margin-right: auto;
	margin-left: auto;
	position: relative;
	text-align: left;
	margin-top: 0px;
	width: 800px;
	padding: 0px;
}

#closer {
	position: absolute;
	z-index: 80;
	width: 300px;
	height: 500px;
	left: 130px;
	top: 100px;
	visibility: hidden;
}
#header {
    position: static;
	width: 800px;
	margin: 0px;
	padding: 0px;
    border-bottom: 2px solid #000000;
}
#menu {
	position: absolute;
	z-index: 90;
	left: 0px;
	top: 126px;
    height: 45px;
	background-image: url(/images/imgSpacer.gif);
	background-repeat: repeat;
}


#menu p {
	font-family: Arial, Helvetica, sans-serif;
	color: #802014;
	font-size: 10px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	letter-spacing: 0px;
	text-align: center;
	line-height: 45px;
	height: 45px;
}
#menu p a {
	color: #802014;
	margin: 0px;
	padding: 4px 10px 17px 10px;
	text-decoration: none;
	background-repeat: repeat-x;
	background-position: 0px 3px;
}
#menu p a:hover {
	color: #000000;
	background-color: #967300;
	background-repeat: repeat-x;
	background-image: url(/images/imgMenuHighlight.gif);
}
.dropdown {
	visibility: hidden;
	background-color: #D0B800;
	z-index: 85;
	position: absolute;
	top: 162px;
	padding-top: 8px;
	background-image: url(../images/imgDropdownBackground.gif);
	background-repeat: repeat-x;
}
.dropmenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	color: #802014;
	font-weight: normal;
	margin: 0px;
}
.dropmenu a {
	display: block; 
	text-decoration:none;
	color: #802014;
	padding: 4px 10px;
} 

.dropmenu a:hover {
	color: #FFFFFF;
	background-color: #802014;
}

#home {
    float: right;
	margin: 0px;
	padding: 0px 0px 10px 10px;
}
#home .title {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	margin: 0px;
	padding: 0px 0px 0px 15px;
    background-image: url(../images/imgHomeTitleBackgrounds.jpg);
	background-repeat: no-repeat;
	height: 24px;
}
#home .content {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: normal;
	margin: 0px;
	padding: 10px 0px 10px 15px;
}
#home .subscribebox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	border: 1px solid #DDDDDD;
	width: 150px;
}
#home .subscribebutton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}
#home a {
	color: #FFFFFF;
	text-decoration: none;
}
#home a:hover {
	text-decoration: underline;
}
#content {
	margin: 0px;
	padding: 0px;
	position: static;

}

#content p, ol, ul, h3, h4, h5, h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	margin-left: 20px;
	margin-right: 20px;
}

#content p {
	font-size: 11px;
}

#content ol {
	font-size: 11px;
	margin-left: 35px;
	padding-left: 15px;
}
#content ul {
	font-size: 11px;
	margin-left: 35px;
	padding-left: 15px;
	list-style-type: square;
}
#content li {
	margin-bottom: 5px;
}
#content h3 {
	color: #444444;
	font-size: 14px;
	font-weight: bold;
}
#content h4 {
	color: #333333;
	font-size: 12px;
	font-weight: bold;
}
#content h5 {
	color: #333333;
	font-size: 10px;
	font-weight: bold;
}
#content h6 {
	color: #333333;
	font-size: 9px;
	font-weight: bold;
}
#content a {
	color: #C1A428;
	text-decoration: none;
	
}
#content a:hover {
	text-decoration: underline;
}
#footer {
	margin: 0px;
	padding: 0px;
	clear: both;
}
#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	margin-left: 20px;
	margin-right: 20px;
}
#footer a {
	color: #AAAAAA;
	text-decoration: none;
}
#footer a:hover {
	color:#4CA3C5;
	text-decoration:none;
}
.result {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FF0000;
	margin-left: 20px;
}

#SiteTable {
    margin-left: 10px;
}	
#SiteTable thead td  {
	border-top: dotted 1px #8DA505;
	border-bottom: dotted 1px #8DA505;
	border-right: none;
	border-left: none;
	background-color: #E2ED9D;
}	
	
#SiteTable td  {
	border-bottom: dotted 1px #8DA505;
}
.CellBorderR {
	border-right: 1px solid #999999;
}
.CellBorderLR {
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;

}
.CellBorderLRT {
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
}
.CellBorderLRTB {
	border: 1px solid #999999;
}
.CellBorderRT {
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
}
.CellBorderLT {
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
}
.CellBorderT {
	border-top: 1px solid #999999;
}
.CellBorderTB {
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;

}
.CellBorderRTB {
	border-right: 1px solid #999999;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;

}

#AnnouncementManagementTable {
    margin-left: 10px;
}	
#AnnouncementManagementTable thead td  {
	border-top: dotted 1px #CCCCCC;
	border-bottom: dotted 1px #CCCCCC;
	background-color: #EEEEEE;
}	
	
#AnnouncementManagementTable td  {
	border-bottom: dotted 1px #CCCCCC;
}
#AnnouncementManagementTable td p {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}	
.MailMergeTable {
	margin-left: 20px;
	
}
.MailMergeTable td {
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}
.NewsletterListTable {
	margin-left: 20px;
}
.NewsletterListTable td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}

#ShareTable {
	border: 1px solid #DDDDDD;
    margin-left: 20px;

}
#ShareTable p {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;


}	
hr.cleaner {
      clear:both;
      height:1px;
      margin: -1px 0 0 0; padding:0;
      border:none;
      visibility: hidden;
}
#CorpGovernanceTable p {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 10px;
}
.RightImageMargin {
    margin-left: 15px;
	margin-bottom: 10px;
}
.GeneralTable {
    margin: 15px 10px 10px 10px;
	padding: 0px;
}	
.GeneralTable td {
	margin: 0px;
	padding: 0px;
}	
.GeneralTable td p  {
	margin: 3px 5px 3px 5px;
	padding:0px;
}