/* CSS Document */
body {
	margin:0px;
	padding: 0px;
	background-color: #5F6266;
}

#wrapper {
    margin-right: auto;
	margin-left: auto;
	position: relative;
	text-align: left;
	margin-top: 0px;
	width: 800px;
	padding: 0px;
	background-color: #FFFFFF;
}

#closer {
	position: absolute;
	z-index: 80;
	width: 300px;
	height: 500px;
	left: 130px;
	top: 100px;
	visibility: hidden;
}
#header {
	width: 800px;
	height: 123px;
	margin: 0px;
	padding: 0px;
    border: none;
}
#menu {
	position: absolute;
	width: 610px;
	z-index: 90;
	right: 0px;
	top: 123px;
	background-color: #CFD0D1;

}
#menu p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #616264;
	text-transform: uppercase;
	margin: 0px;
	padding: 3px 0px 3px 0px;
}
#menu p a {
	color: #616264;
	text-decoration: none;
	margin: 0px;
	padding: 3px 10px 3px 10px;
}
#menu p a:hover {
    color: #FFFFFF;
	background-color: #939598;

}

.dropdown {
	visibility: hidden;
	background-color: #5F6266;
	z-index: 85;
	position: absolute;
	top: 140px;
	background-image: url(/images/imgDropMenuBackground.jpg);
	background-repeat: no-repeat;
}
.dropmenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	color: #FFFFFF;
	font-weight: normal;
	margin: 0px;
}
.dropmenu a {
	display: block; 
	text-decoration:none;
	color: #FFFFFF;
	padding: 4px 10px;
} 

.dropmenu a:hover {
	color: #C32B37;
	background-color: #DEDFE0;
}
#contentwrapper {
	margin: 0px;
	padding: 0px;
	position: static;
}
#content {
	margin: 0px;
	padding: 0px;
	width: 640px;
}

#content p, ol, ul, h3, h4, h5, h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	margin-left: 10px;
	margin-right: 10px;
}

#content p {
	font-size: 11px;
}

#content ol {
	font-size: 11px;
	margin-left: 25px;
	padding-left: 15px;
}
#content ul {
	font-size: 11px;
	margin-left: 25px;
	padding-left: 15px;
	list-style-type: square;
}
#content li {
	margin-bottom: 10px;
}
#content h3 {
	color: #0099CC;
	font-size: 14px;
	font-weight: bold;
	padding-top:0px;
	margin-top: 60px;
}
#content h4 {
	color: #0099CC;
	font-size: 12px;
	font-weight: bold;
}
#content h5 {
	color: #0099CC;
	font-size: 10px;
	font-weight: bold;
}
#content h6 {
	color: #0099CC;
	font-size: 9px;
	font-weight: bold;
}
#content a {
	text-decoration: none;
	color: #0000FF;
	
}
#content a:hover {
	text-decoration: underline;
}
#footer {
	margin: 10px 0px 0px 0px;
	padding: 0px;
	clear: both;
}
#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	margin-left: 50px;
	margin-right: 10px;
}
#footer a {
	color: #AAAAAA;
	text-decoration: none;
}
#footer a:hover {
	color:#4CA3C5;
	text-decoration:none;
}
.result {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	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-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}
.CellBorderLR {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;


}
.CellBorderLRT {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}
.CellBorderRT {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}
.CellBorderLT {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}
.CellBorderT {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #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;
}
#ShareTable {
	border: 1px solid #DDDDDD;
    margin-left: 10px;

}
#ShareTable p {
	margin-top: 2px;
	margin-bottom: 2px;
	padding-top: 0px;
	padding-bottom: 0px;


}	
#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;
	font-weight: normal;
}
.NewsletterListTable {
    margin-left: 10px;
}
.NewsletterListTable td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-decoration: none;
}
.MailMergeTable {
    margin-left: 10px;
	
}
.MailMergeTable td {
	padding: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-decoration: none;
}
#RHSHome {
    width: 240px;
    margin: 0px;
	padding: 0px;
	background-image: url(/images/imgRHSBackground.jpg);
	background-repeat: no-repeat;
	background-position: 20px 0px;
}
#RHSHome h4 {
	padding: 10px 20px 3px 40px;
    margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #0099CC;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0.05em;
}
#RHSHome p {
	padding: 5px 20px 5px 40px;
    margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 10px;
	font-weight: normal;
}
.subscribebox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #666666;
	border: 1px solid #DDDDDD;
	width: 150px;
}
.subscribebutton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #000000;
    margin: 5px 0px 0px 0px;
}
.RightImageMargin {
    margin-left: 15px;
	margin-bottom: 10px;
}
.LeftImageMargin {
    margin-right: 15px;
	margin-bottom: 10px;
}