@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-color: #000000;
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
}
img {
	display: block;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.oneColFixCtrHdr #container {
	width: 990px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
}
.oneColFixCtrHdr #navArea {
	color: #231F20;
	height: 180px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 114px;
}
#navArea img{
border:0;}
.oneColFixCtrHdr #topnav {
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #header h1 {
	margin: 0px; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0 px;
	padding-left: 110px;
	width: 630px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.oneColFixCtrHdr #footer {
	padding: 0px 10px;
}
.oneColFixCtrHdr #footer p {
	margin: 0px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#navArea ul {
	margin: 0px;
	list-style-type:none;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#navArea li {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 9px;
	background-image:url(../images/l2smallarrow.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
}
#topnav #rightnav {
	float: right;
	height: 24px;
	width: 200px;
	text-align: left;
	padding-top: 10px;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
}
#rightnav ul {
	margin: 0px;
	padding: 0px;
}
#rightnav li {
	display: inline;
	margin: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#rightnav a {
	color: #FFFFFF;
	text-decoration: none;
}
#rightnav a:hover {
	text-decoration: underline;
}
li.nopad {
	padding: 0px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0px;
    font-size: 1px;
    line-height: 0px;
}
.navBoxClosed {
	font-size: 11px;
	color: #FFFFFF;
	height: 100px;
	width: 105px;
	border: 1px solid #FFFFFF;
	padding: 4px;
	display: inline-block;
	float:left;
	margin-left: 5px;
	background-image: url(../images/l1smallArrowT.gif);
	background-repeat: no-repeat;
	background-position: right top;
	line-height: 12px;
}
.navBoxOpen {
	font-size: 10px;
	color: #FFFFFF;
	height: 150px;
	width: 105px;
	border: 1px solid #FFFFFF;
	padding: 4px;
	display: inline-block;
	float:left;
	margin-left: 5px;
	background-image: url(../images/l1downArrow.gif);
	background-repeat: no-repeat;
	background-position: right top;

}
#navArea a {
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#navArea ul a {
	font-size: 9px;
	font-weight: normal;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#navArea ul a:hover {
	text-decoration: underline;
}
#rightcol {
	width: 216px;
	padding-right: 8px;
	padding-left: 8px;
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #CCCCCC;
	text-align: left;
	padding-top: 4px;
}
#mainContent h1 {
	font-size: 24px;
	font-weight: normal;
	color: #c1d82f;
	margin: 0px;
	padding: 0px;
	line-height: 24px;
}
#mainContent h1 a{
	color: #c1d82f;
}
#mainContent h2 {
	font-size: 18px;
	font-weight: normal;
	color: #FFFFFF;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#rightcol h1 {
	font-size: 12px;
	font-weight: bold;
	color: #c1d82f;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 12px;
}
#rightcol a {
	text-decoration: none;
	color: #c1d82f;
}
#rightcol p {
	padding: 0px;
	margin-top: 4px;
	margin-bottom: 8px;
}
#mainContent p {
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	text-align: left;
	line-height: 18px;
}
#logodiv {
	height: 88px;
	width: 200px;
	padding-top: 15px;
	margin-left: 20px;
}
#rightcol h2 {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}
#mainContent #quote {
	font-size: 14px;
	font-weight: bold;
	color: #C1D82F;
	text-align: right;
	float: right;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 8px;
}
#mainContent h3 {
	margin-top: 15px;
	margin-bottom: 5px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
img.alignRight {
	float: right;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
#rightcol li a {
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
#rightcol li a:hover {
	text-decoration: underline;
}
#rightcol ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
	padding-left: 10px;
}
#rightcol li {
	list-style-image: none;
	list-style-type: disc;
}
#mainContent #points {
	text-align: left;
	font-size: 14px;
	width: 300px;
	float: none;
	margin-right: 0px;
	margin-left: auto;
}
#mainContent #points li{
	font-size: 14px;
}
#mainContent a {
	color: #FFFFFF;
	text-decoration: underline;
}
#mainContent li {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}
#ProfileL {
	width: 550px;
}
#ProfileR {
	float: right;
	width: 190px;
	background-color: #FFFFFF;
	height: 210px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	color: #000000;
}
#ProfileR h1 {
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	line-height: normal;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#ProfileR p {
	margin: 0px;
	padding: 0px;
	line-height: normal;
	font-size: 10px;
}
#profile {
	clear: right;
	margin-bottom: 50px;
}
#OurPeople div {
	background-color: #616B72;
	height: 150px;
	width: 120px;
	margin-bottom: 7px;
	padding-top: 7px;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-left: 7px;
}
#OurPeople h1,#OurPeople h2,#OurPeople h3 {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	padding: 0px;
	line-height: normal;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#OurPeople p {
	font-size: 9px;
	color: #000000;
	line-height: normal;
	margin: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.PeopleOn {
	background-color: #FFFFFF !Important;
}
a {
	outline: none;
}
#descpane {
	width: 261px !Important;
	height: 321px !Important;
	overflow: auto;
}
.poliroidbig {
	background-color: #FFFFFF;
	padding: 10px;
	width: 808px;
}
.poliroidbig p {
	color: #000000;
}
tr.headrow td{
	font-size: 12px;
	font-weight: normal;
	padding-top: 8px;
	padding-bottom: 8px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #FFFFFF;
}
.noBorder{
	border: none !Important;
}
tr.quoterow td{
	font-size: 12px;
	font-weight: normal;
	padding-top: 4px;
	padding-bottom: 4px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF !Important;
	border-bottom-color: #FFFFFF !Important;
}
tr.pointrow td{
	font-size: 12px;
	font-weight: normal;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c1d82f;
}
tr.pointrow table td{
	padding-top: 0px;
	padding-bottom: 0px;
	border-bottom-width: 0px;
	border-bottom-style: none;
}
tr.pointLastRow td{
	font-size: 12px;
	font-weight: normal;
	padding-top: 20px;
	padding-bottom: 20px;
}
.pointrowhead {
	color: #c1d82f;
}
table.country td h1{
	font-size: 12px !Important;
	color: #C1D82F !Important;
	line-height: 14px !Important;
}
#rightcol a.white {
	color: #FFFFFF;
	text-decoration: none;
}
td.headrow a {
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none !Important;
}
td.headrow a:hover {
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;
}
#rightcol p a {
	text-decoration: underline;
}
.tweetdiv {
	padding-bottom: 10px;
}
#ProfileR p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
.imageleft {
	padding-right: 5px;
	padding-bottom: 5px;
	top: 5px;
}
