@charset "utf-8";
/* CSS Document */

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-image:url(../media/images/background.gif);
	background-repeat:repeat;
	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:#666666;
	font-size: 11px;
}

a{
	text-decoration:none;
	color:#666666;
	font-weight:bold;
}
a:visited {
	color: #0099FF;
}

img {
	border:none;
}

.twoColFixLtHdr #primebar li {
	color:#000000;
	font-size:12px;
	text-decoration:none;
	float:right;
	display:block;
	color:#000066;
	padding-right:6px;

}

.twoColFixLtHdr #primebar a{
	color:#FFFF00;
	text-decoration:none;
}

.twoColFixLtHdr #primebar a:visited {
	color:#00FFFF;
	font-weight:normal;
}
.twoColFixLtHdr #container { 
	width: 777px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border-left: 1px solid #004a71;
	border-Bottom: 1px solid #004a71;
	border-Right: 1px solid #004a71;
	margin-top: 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding-bottom:4px;
	background-image:url(../media/images/Container-background.gif);
	background-repeat: repeat-y;
} 

.twoColFixLtHdr #container #biglogo { 
	padding-top:4px;
	padding-left:2px;
}
.twoColFixLtHdr #header { 
	/*	padding: 10px 10px 10px 20px;   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. */
	width: 779px;
	margin: 0 auto;
	margin-top:10px;
	background-image:url(../media/images/HeaderBar.gif);
	height:70px;
	background-repeat:no-repeat;
} 
.twoColFixLtHdr #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 */
	
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 186px; /* 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-color:#bedafe; /* the background color will be displayed for the length of the content in the column, but no further */
	/*padding: 15px 10px 15px 20px;*/
	padding: 2px 2px 2px 2px;
	border-Right: 1px solid #004a71;
	
}

#sidebar1 img {
	border:none;
	padding-bottom:0px;
}


#DataList {
	width:186px;
	padding:0px;
}

#DataList a {
	color:#333333;
}

#DataList a:hover {
	color:#0066FF;
}

#DataList UL {
	list-style-type: none;
	padding:0px;
	margin:0px;
}
#DataList LI {
	margin:0px;
}
.Tab {
	background-image:url(../media/images/Blank-N.gif);
	background-repeat:no-repeat;
	font-weight:normal;	
	height:24px;
	margin:0;
	padding:2px 0px 0px 25px;
	line-height:150%;
	color:#000000;
}

.Link {
	background-image:url(../media/images/LinkButton.gif);
	background-repeat:no-repeat;
	font-weight:normal;	
	height:24px;
	margin:0;
	padding:2px 0px 0px 35px;
	line-height:150%;
	color:#000000;
}

.opt {
	background-image:url(../media/images/optButton.gif);
	background-repeat:no-repeat;
	font-weight:normal;	
	height:24px;
	margin:0;
	padding:0px 0px 0px 45px;
	line-height:200%;
	color:#000000;
}

/*#DataList LI {
	background-image:url(../media/images/Blank-N.gif);
	background-repeat:no-repeat;
	font-weight:normal;	
	height:24px;
	margin:0;
	padding:2px 0px 0px 25px;
	line-height:150%;
	color:#000000;

}
*/
#DataList img {
	margin:0px;
	padding:0px;
}


.twoColFixLtHdr #sidebar1 #verticalticker{
	width:186;
}

#White {
	background-color:#bedafe;
	margin-bottom:4px; 
}

#White #TICKER{
	overflow:hidden;
	width:580px;
	height:14px;
	Margin-left:0px;
}
.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 192px; /* the left margin on this div element creates the column down the left 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: 0px 0px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

#content {
/*	border: 1px solid #004a71;
*/	margin:2px; 
	padding:4px; 
	padding-bottom:25px;
	padding-right:10px;
	background-image:url(../media/images/ContentEnd.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	margin-bottom:6px;
	padding-bottom:20px;
	margin-top:0px;
}

.Reply {
/*	border: 1px solid #004a71;
*/	margin:2px; 
	padding:4px; 
	padding-right:12px;
	background-image:url(../media/images/ReplyHead.gif);
	background-position:Top;
	background-repeat:no-repeat;
	margin-bottom:0px;
	padding-bottom:0px;
	margin-top:5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12;
}

.Reply td {
	padding-Left:2px;
	padding-right:2px;
}
/*.Reply Table {
	margin-left:4px;
	margin-right:4px;
}
*/.Reply p {
	padding:4px; 
	padding-right:12px;
	padding-left:10px;
	padding-bottom:0px;
}

.Reply H1 {
	text-align:left;
	Padding-Left: 10px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#999999;
	padding-top:0px;
	padding-bottom:0px;
}
.ReplyFoot {
/*	border: 1px solid #004a71;
*/	margin:2px; 
	padding:4px; 
	padding-right:12px;
	background-image:url(../media/images/Replyfoot.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	margin-bottom:4px;
	padding-bottom:8px;
	margin-top:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12;
}

#ReplyImage {
	width:450px;
	height:300px;
	overflow:scroll;
	
}	
.paddingClass {
	padding-left:10px;
	padding-top:2px;
	padding-bottom:2px;
}
.ReplyFoot img {
	text-align:right;
	Padding-Left: 2px;
	padding-right: 2px;
	padding-top:5px;
	padding-bottom:10px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:14px;
}

.ReplyContent {
	line-height:1.5;
	vertical-align:top;
}

#ContentHead {
	margin:2px; 
	padding:4px; 
	padding-right:12px;
	padding-left:6px;
	padding-top:6px;
	background-image:url(../media/images/ContentHead.gif);
	background-position:top;
	background-repeat:no-repeat;
	margin-bottom:0px;
}

.TopicTitle {
		line-height:1.3!important;
		padding:0px;
		margin:0px;
		padding-left:16px;
		font-family:"Trebuchet MS";
		font-size:12px;
		color:#333333;
		font-weight:bold;
}
.big {
		font-size:20px;
		font-weight:normal;
		margin-top:6px;
}
.Normal {
		font-size:12px;
		font-weight:Bold;
}
.Small {
		Font-size:10px;
		font-weight:bold;
}
.Answer {
		Font-size:12px;
		font-weight:normal;
}
#content p {
	line-height:2;
}


#NormalText p{
	line-height:1;
}

.bigfont {
	font-size:40px;
}
#content table {
	text-align:center;
	border-collapse:collapse;
	font-size:11px;
}

#content table th, #content table.TimeTable th{
	background-color:#E6F2FF;
	text-align:center;
	font-weight:normal;
	color:#0066CC;
	padding:4px;
	font-family:"Trebuchet MS";
	font-size:12px;
}

#content table td{
	padding:4px;
}

#content table td img{ 
	padding-right:6px; 
}
#content table.left {
	text-align:left;
}

#content table.right {
	text-align:right;
	padding-right:12px; 
}

#content table td.leftalign {
	text-align:left;
}

#content table td.rightalign {
	text-align:right;
	padding-right:5px;
}
.twoColFixLtHdr #content table.TimeTable *{
	margin:0px;
	padding:0px;
	font-size:9px;
}

FEM {
	margin:0px;
	padding:0px;
}
#FEM table.LittlePadding td{
	Padding: 3px;
}

#FEM table td{
	padding:0px;
	margin:0px;
}
#FEM table th{
	text-align:left;
	font-weight:bold;
	border:solid 1px;
}

.twoColFixLtHdr #mainContent #SecondaryMenuBar{
	margin: 4px;
}
.twoColFixLtHdr #footer { 
	width: 777px;
	/*padding: 0 10px 0 20px;  this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#bedafe;
	text-align:center; 
	border: 1px solid #004a71;
	margin: 0 auto;	
	margin-top:-2px;
	margin-bottom:10px;

} 
.twoColFixLtHdr #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;
}
.indent {
	text-indent:50px; 
}
.NoIndent {
	text-indent:0px; 
}

h1 {
	font-size:12px;
	padding: 2px 2px 2px 2px;
	color:#333333;
}

H2 {
	font-size:11px;
	padding: 2px 2px 2px 2px;
	color:#666666;
}

h3 {
	font-size:10px;
	padding: 2px 2px 2px 2px;
	color:#FF0000;
}

#content LI {
	padding: 4px;
}

.ImageDisplay {
	overflow:scroll;
	width:560px;
}

form label, form input, form select {
	margin:2px; 
}

form  {
	vertical-align:text-top;
}

form input, form select {
	font:Verdana, Arial, Helvetica, sans-serif;
	color:#0099FF;
	font-size:11px;
	padding:2px;
}

.Alert {
	font:"Trebuchet MS";
	color:#FF0000;
	font-size:14;
	font-weight:bold;
}

.Quote {
	font-family:"Trebuchet MS";
	font-size:14px;
	text-align:center;
	color:#003366;
	font-weight:bold;
	line-height:1!important;
}
.verybigfont {
	font-family:"Trebuchet MS";
	font-size:20px;
	font-weight:normal;
}
<!--[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
.twoColFixLtHdr #sidebar1 { width: 230px; }
</style>
<![endif]--><!--[if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.twoColFixLtHdr #sidebar1 { padding-top: 30px; }
.twoColFixLtHdr #mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]a {
}
-->