@charset "UTF-8";
body  {
	font: 12px Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	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: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.twoColFixRtHdr #container { 
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    padding: 12px 12px 12px 12px;
    background-color: transparent;
    font-size: 12px;
    color: #333333;
    text-decoration: none;	
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

.twoColFixRtHdr #container h1{
	font-family: TImes, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #000097;
	letter-spacing: 0px;
	font-size: 30px;
	padding: 0;
	margin: 0;
}


.twoColFixRtHdr #header {
	height: 80px; 
	width: 750px;
	padding: 0 0 5px 0;  /* 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. */
} 
.twoColFixRtHdr #header_m {
	height: 100px; 
	padding: 500 0 5px 0;  /* 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. */
} 

.twoColFixRtHdr #header h1 {
	margin: 0; /* 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 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #sidebar1 {
	border: 1px solid #bbbbbb;
	float: right; /* since this element is floated, a width must be given */
	width: 229px; /* 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 */
	height: 558px;
	padding: 0;
	text-align: left;
	color: #666666;
}
.twoColFixRtHdr #sidebar1 h1{
    font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: normal;
	letter-spacing: 0px;
	font-size: 30px;
	padding: 0;
	margin: 0;
}

.twoColFixRtHdr h2{
    font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: normal;
	letter-spacing: 0px;
	font-size: 24px;
	coloe: #C3C3C3;
	padding: 0;
	margin: 0;
}

.twoColFixRtHdr h3{
    font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: 0px;
	font-size: 14px;
	color: #000097;
	padding: 4;
	margin: 0;
}

.twoColFixRtHdr h2{
    font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: normal;
	letter-spacing: 2px;
	font-size: 22px;
	color: #FFFFFF;
	padding: 4;
	margin: 0;
}

.gray_bg {
	padding: 4;
	background: #999999;
}	


.twoColFixRtHdr #sidebar1 p{
    font-color: black;
	font-size: 11px;
	padding: 0;
	margin-top: 10px;
	line-height: 18px;
}
.twoColFixRtHdr #sidebar1 a{
	color: #990000;
}

/* ************************************************************************************ */

.twoColFixRtHdr #mainContent {
	border: 1px solid #bbbbbb;
	margin: 0 240px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

.twoColFixRtHdr #mainContent_ts {
	margin: -70px 240px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 


.twoColFixRtHdr #mainContent_s { 
	border: 1px solid #bbbbbb;
	width: 750px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 240px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.twoColFixRtHdr #mainContent_a { 
	border: 1px solid #bbbbbb;
	background-image: url(../images/bbb_fff_bg_28x1000.jpg); 
	width: 750px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 240px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.twoColFixRtHdr #mainContent_p { 
	border: 1px solid #bbbbbb;
	background-image: url(../images/bg_partners.jpg); 
	width: 750px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 240px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.twoColFixRtHdr #mainContent_c { 
	border: 1px solid #bbbbbb;
	background-image: url(../images/bg_contact.jpg); 
	width: 750px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 240px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	height: 480px;
}


/* ************************************************************************************ */

.twoColFixRtHdr #footer { 
	padding: 5px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	text-align: center;
	font-size: 10px;
	color: #999999;
} 

.twoColFixRtHdr #footer_ts { 
	margin: 0px 240px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 5px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	text-align: center;
	font-size: 10px;
	color: #999999;
} 


.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 */
}
.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 #menu {
	color: #333333;
	border: 1px solid #bbbbbb;
	height: 28px;
	background:#DDDDDD
}

.twoColFixRtHdr #menu ul
{
margin: 0px;
padding: 8px;
text-indent: 2px;
}

.twoColFixRtHdr #menu ul li
{
display: inline;
}

.twoColFixRtHdr #menu ul li.first
{
border-left: 0px;
}

.twoColFixRtHdr #menu ul li.second
{
border-left: 1px solid #bbbbbb;
line-height: 28px;
}

.twoColFixRtHdr #menu ul li a
{
font-family: Verdana, Arial, Helvetica, sans-serif;
padding: 12px 12px 12px 12px;
background-color: transparent;
font-size: 12px;
color: #333333;
text-decoration: none;
}

.twoColFixRtHdr #menu ul li a:hover
{
color: #990000;
background-color: #bbbbbb;
text-decoration: none;
height: 28px;

}

#navlist li
{
display: inline;
list-style-type: none;
padding-right: 20px;
}

.hdr_menu 
{
font-family: Verdana, Arial, Helvetica, sans-serif;
padding: 12px 12px 12px 12px;
background-color: transparent;
font-size: 10px;
color: #333333;
text-decoration: none;
}


/* ******************************************************************************** */
.underlinemenu{
font-family:  Arial, Helvetica, Verdana, sans-serif;
font-size: 10px;
width: 100%;
}

.underlinemenu ul{
padding: 6px 0 7px 0; /*6px should equal top padding of "ul li a" below, 7px should equal bottom padding + bottom border of "ul li a" below*/
margin: 0;
text-align: right; //set value to "left", "center", or "right"*/
}

.underlinemenu ul li{
display: inline;
}

.underlinemenu ul li a{
color: #494949;
padding: 6px 3px 4px 3px; /*top padding is 6px, bottom padding is 4px*/
margin-right: 20px; /*spacing between each menu link*/
text-decoration: none;
border-bottom: 3px solid white; /*bottom border is 3px*/
}

.underlinemenu ul li a:hover, .underlinemenu ul li a.selected{
border-bottom-color: #CC0000;
}

.ss_menu 
{
font-family: Verdana, Arial, Helvetica, sans-serif;
padding: 2px 2px 2px 2px;
background-color: #c3c3c3;
font-size: 10px;
color: #ffffff;
text-decoration: none;
}

.ss_menu a
{
font-family: Verdana, Arial, Helvetica, sans-serif;
padding: 2px 2px 2px 2px;
background-color: transparent;
font-size: 10px;
color: #ffffff;
text-decoration: none;
}

.ss_menu a:hover
{
font-family: Verdana, Arial, Helvetica, sans-serif;
padding: 2px 2px 2px 2px;
background-color: transparent;
font-size: 10px;
color: #cc0000;
text-decoration: none;
}


/* ******************************************************************************** */
