@charset "utf-8";
/* Zero down margin and paddin on all elements */
* {
  margin: 0;
  padding: 0;
}
body  {
	background: #222222;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
}
.twoColFixRtHdr    a:link  {
	font-family: Arial, Helvetica, sans-serif;
	color: #3398D1;
	text-decoration: none;
	font-weight: bold;
}
.twoColFixRtHdr     a:visited  {
	font-family: Arial, Helvetica, sans-serif;
	color: #23729C;
	text-decoration: none;
	font-weight: bold;
}
.twoColFixRtHdr    a:active  {
	font-family: Arial, Helvetica, sans-serif;
	color: #3398D1;
	text-decoration: underline;
	font-weight: bold;
}
.twoColFixRtHdr    a:hover  {
	font-family: Arial, Helvetica, sans-serif;
	color: #3398D1;
	text-decoration: underline;
	font-weight: bold;
}
.twoColFixRtHdr #container {
	width: 960px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FFFFFF;
	background-image: url(images/bg_main.gif);
	background-repeat: repeat-y;
} 
.twoColFixRtHdr #header {
	background: #222222;  /* 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. */
	height: 90px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.twoColFixRtHdr #header img {
	padding-top: 20px;
	display: block;
}
.twoColFixRtHdr  #header   .navlist    
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	float: left;
	width: 90%;
}
.twoColFixRtHdr    #header    .navlist    li {
	float: left;
	padding-right: 10px;
	border-left-style: none;
	line-height: 1.4em;
	padding-left: 10px;
}
.twoColFixRtHdr    #header    .navlist   li.first
{
	float: left;
	padding-right: 10px;
	line-height: 1.4em;
	padding-left: 0px;
}
.twoColFixRtHdr   #header   .navlist   li  a 
{
	text-decoration: none;
	color: #FFFFFF;
	text-transform: none;
	font-weight: normal;
}
.twoColFixRtHdr   #header   .navlist  a:hover
{
	text-decoration: underline;
	color: #FFFFFF;
}

.twoColFixRtHdr #title {
	background: #C2CD23;  /* 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. */
	height: 56px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
}
.twoColFixRtHdr #title h1 {
	font-size: 1.4em;
	font-weight: normal;
	color: #FFFFFF;
}
.twoColFixRtHdr #title h2 {
	font-size: 1.2em;
	font-weight: normal;
	color: #FFFFFF;
	margin-top: 6px;
}

.twoColFixRtHdr #title2 {
	background: #A6B01E;  /* 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. */
	height: 24px;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 20px;
}
.twoColFixRtHdr #title2 h2 {
	font-size: 1em;
	font-weight: bold;
	color: #000000;
	float: left;
	line-height: 24px;

}
.twoColFixRtHdr #title2 h3 {
	font-size: 1em;
	font-weight: bold;
	color: #FFFFFF;
	float: right;
	line-height: 24px;
	background-color: #707070;
	width: 170px;
	padding-left: 10px;
}




.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #E2E2E2;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.twoColFixRtHdr   #sidebar1   input,file,textarea,select {
	display: block;
	width: 156px;
	float: none;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	border: 1px solid #A6B01E;
	height: 18px;
	padding: 2px;
}
.twoColFixRtHdr   #sidebar1   input#button {
	display: block;
	width: 120px;
	float: none;
	margin-top: 4px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	height: 24px;
}
.twoColFixRtHdr   #sidebar1   label {
	display: block;
	width: 160px;
	float: none;
	margin-bottom: 0px;
}
.twoColFixRtHdr   #sidebar1   form {
	display: inline-block;
	margin-top: 0px;
	margin-bottom: 0px;
}
.twoColFixRtHdr #sidebar1 h3 {
	background-color: #DADADA;
	padding: 10px;
}
.twoColFixRtHdr #sidebar1 p.bg {
	background-color: #DADADA;
	padding: 10px;
}


.twoColFixRtHdr #mainFlash {
	margin-top: 0;
	margin-right: 180px;
	margin-bottom: 0;
	margin-left: 0;
	background-color: #0D0D0D;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

.twoColFixRtHdr #mainContent {
	margin-top: 0;
	margin-right: 200px;
	margin-bottom: 0;
	margin-left: 0;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-top: 0;
} 
.twoColFixRtHdr #mainContent h1 {
	font-size: 1.8em;
	font-weight: normal;
	color: #000000;
	padding-top: 20px;
	line-height: 1.2em;
}
.twoColFixRtHdr #mainContent h2 {
	font-size: 1.8em;
	font-weight: normal;
	color: #000000;
	padding-top: 20px;
	line-height: 1.2em;
}

.twoColFixRtHdr #mainContent h3 {
	font-size: 1.8em;
	font-weight: normal;
	color: #000000;
	padding-top: 20px;
	line-height: 1.2em;
}

.twoColFixRtHdr  #mainContent  ol {
	margin-left: 20px;
}
.twoColFixRtHdr      #mainContent    #accordian  h2.title  {
	cursor: pointer;
	color: #3398D1;
	font-size: 1.2em;
	padding: 0px;
	line-height: 1.4em;
	display: inline;
}
.twoColFixRtHdr    #mainContent    #accordian    div.content   {
	background-color: #E2E2E2;
	padding: 10px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.twoColFixRtHdr   #mainContent   input,file,textarea,select {
	display: block;
	width: 156px;
	float: none;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	border: 1px solid #A6B01E;
	height: 18px;
	padding: 2px;
}
.twoColFixRtHdr   #mainContent   input#button {
	display: block;
	width: 120px;
	float: none;
	margin-top: 4px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	height: 24px;
}
.twoColFixRtHdr   #mainContent   label {
	display: block;
	float: none;
	margin-bottom: 0px;
}
.twoColFixRtHdr   #mainContent   form {
	display: inline-block;
	margin-top: 0px;
	margin-bottom: 0px;
}



.twoColFixRtHdr #footer {
	padding: 0 10px 0 20px;
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* 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 */
}
.twoColFixRtHdr  #footer   .navlist    
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	float: left;
	width: 90%;
}
.twoColFixRtHdr    #footer    .navlist    li {
	float: left;
	padding-right: 10px;
	border-left-style: none;
	line-height: 1.4em;
	padding-left: 10px;
}
.twoColFixRtHdr    #footer    .navlist   li.first
{
	float: left;
	padding-right: 10px;
	line-height: 1.4em;
	padding-left: 0px;
}
.twoColFixRtHdr   #footer   .navlist   li  a 
{
	text-decoration: none;
	color: #3398D1;
	text-transform: none;
	font-weight: normal;
}
.twoColFixRtHdr   #footer   .navlist  a:hover
{
	text-decoration: underline;
	color: #3398D1;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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:0;
    font-size: 1px;
    line-height: 0px;
}
.twoColFixRtHdr   #mainContent   #form   .hidden  {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.twoColFixRtHdr #container #sidebar1 #twitter_div #twitter_update_list {
	list-style-type: none;
}
