
body  {
	font:11px/1.5em "Lucida Grande", Verdana, Arial, Helvetica, serif;
	color:#555;
	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: 850px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 10px auto auto 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 #header { 
	background: #FFFFFF;
	z-index:1; 
	
	padding: 0px 0px 0px 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. */
} 
.twoColFixRtHdr #header h1 {
		font:14px/1.5em "Lucida Grande", Verdana, Arial, Helvetica, serif;

	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 #SubPageTopButtons { 
	background: #FFFFFF;
	z-index:1;
	text-align:center;
	margin-bottom:10px;
	padding: 0px 0px 5px 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. */
} 

.twoColFixRtHdr #SubPageTopButtons table { 
	text-align:center;
} 



.twoColFixRtHdr #FrontPageBottomButtons { 
	background: #FFFFFF;
	z-index:1;
	text-align:center;
	padding: 5px 0px 5px 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. */
} 


.twoColFixRtHdr #FrontPageNews { 
	background:#f8f8f8;
		border:1px solid #ddd;
	z-index:1;
	text-align:Left;
	padding: 5px 5px 5px 15px;  /* 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. */
	margin: 10px 5px 5px 5px;
	font-size:10px;
} 
.twoColFixRtHdr #FrontPageTop { 
margin: 0px 0px 0px 0px; /* 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: 15px 0px 10px 0px;
width:100%;

}

.twoColFixRtHdr #FrontPageTopLeft { 
margin: 0px 565px 0px 0px; /* 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: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background:#f8f8f8;
		border:1px solid #ddd;
}

.twoColFixRtHdr #FrontPageTopLeft h1 { 
margin: 5px 5px 5px 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: 5px 5px 5px 5px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size:12px;
	font-style:normal;

}

.twoColFixRtHdr #FrontPageTopLeft p { 
margin: 5px 5px 5px 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: 5px 5px 5px 5px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size:10px;
	color:#555;
	font-style:normal;
	

}
.twoColFixRtHdr #FrontPageTopLeft h2 { 
margin: 5px 5px 5px 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: 5px 5px 5px 5px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size:10px;
	color:#555;
	font-style:normal;
	

}

.twoColFixRtHdr #FrontPageTopLeft a:link, #FrontPageTopLeft a:visited {
	
	background: transparent; 
	color: #555;
	text-decoration:none;
	

}

.twoColFixRtHdr #FrontPageTopRight { 
	float: right; /* since this element is floated, a width must be given */
	width: 550px; /* 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:none; /* the background color will be displayed for the length of the content in the column, but no further */
	padding-top:25px;
	z-index:2;
	margin: -25px 10px 0px 0px;
} 



.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 220px; /* 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:none; /* the background color will be displayed for the length of the content in the column, but no further */
	padding-top:30px;
	z-index:2;
	margin: -25px 10px 5px 0px;
	border-color:#CCCCCC;
	
}

.twoColFixRtHdr #sidebar1 h1 {
	margin: 5px 5px 0px 5px; /* 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: 5px 5px 5px 5px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	border-style:solid;
	border-width:1px;
	border-color:#CCCCCC;
	border-bottom-style:none;
	background-color:#FF0000;
	font-size:11px;
}

.twoColFixRtHdr #sidebar1 p {
	margin: 0px 5px 15px 5px; /* 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: 5px 5px 10px 10px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	border-style:solid;
	border-width:1px;
	border-color:#CCCCCC;
	background-color:#ECECEC;
	font-size:11px;
}

.twoColFixRtHdr #sidebar1 ul {
	margin: 0px 5px 15px 5px; /* 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: 5px 5px 10px 25px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	border-style:solid;
	border-width:1px;
	border-color:#CCCCCC;
	background-color:#ECECEC;
}

.twoColFixRtHdr #sidebar1 li {
	margin: 0px 0px 0px 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: 5px 5px 5px 5px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size:11px;
	list-style-type:circle;
}

.twoColFixRtHdr #sidebar1 a:link, #sidebar1 a:visited {
	
	background: transparent; 
	color: #555;
	text-decoration:none;
}

.twoColFixRtHdr #sidebar1 a:hover 
{
	text-decoration: underline;
	color: #003465;
	background: transparent; 
}

.twoColFixRtHdr #sidebar1 a:active 
{
	text-decoration: none;
	color: #003465;
	background: transparent;  
	}

.twoColFixRtHdr #mainContent { 
	margin: 5px 250px 5px 10px; /* 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: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background:#f8f8f8;
		border:1px solid #ddd;
} 

.twoColFixRtHdr #mainContentFullWidth { 
	margin: 5px 20px 5px 20px; /* 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: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background:#f8f8f8;
		border:1px solid #ddd;
} 

.twoColFixRtHdr #mainContent h1, #mainContentFullWidth h1 {
	margin: 0px -20px 0px -20px; /* 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: 8px 5px 8px 25px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size:14px;
	font-style:normal;
	border:0px solid #ddd;
	background-color:#FF0000;
}


.twoColFixRtHdr #mainContent h2, #mainContentFullWidth h2 {
	margin: 5px 5px 5px 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: 5px 5px 5px 5px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size:12px;
	font-style:normal;
}

.twoColFixRtHdr #mainContent p, #mainContentFullWidth p {
	
	font-size:11px;
	color:#555;
	margin-left:10px;}
.twoColFixRtHdr #mainContent ul, #mainContentFullWidth ul {
	
	font-size:11px;
	color:#555;
	margin:0 0 0 20px;
	padding:4px 4px 4px 30px;
	border-style:dotted;
	border-width:1px;
	width:75%;
	background-color:#CCCCCC;}
	
	.twoColFixRtHdr #mainContent li, #mainContentFullWidth li {
	
	font-size:11px;
	color:#555;
	margin:0 0 0 5px;
	padding:0px 0px 5px 10px;
	list-style-type:circle;

	}


.twoColFixRtHdr #mainContent table{
	padding: 0px;
	margin: 5px;
	border-collapse:collapse;
		font-size:11px;
		text-align:left;

	}

.twoColFixRtHdr #mainContent tr {
	
	padding: 0px;
	margin: 0px;
	
		border-style:none;
		border-bottom-style:dotted;
		border-bottom-width:1px;
		border-bottom-color:#333333;
	}


.twoColFixRtHdr #mainContent td{
	
	font-size:11px;


	padding: 4px 0px 4px 4px;
	margin: 0px;
	border-style:none;

	}

.twoColFixRtHdr #mainContent #title td {
	
	font-weight: bold;
	/*border-bottom:  1px solid #64100D;
	border-right:  1px solid #64100D;*/
	background-color:#CCCCCC;
	}
.twoColFixRtHdr #mainContent th{
	
	font-weight: bold;
	/*border-bottom:  1px solid #64100D;
	border-right:  1px solid #64100D;*/
background-color:#999999;
	padding: 6px 0px 6px 4px;
	}

.twoColFixRtHdr #MyOrders table {
	padding: 0px;
	margin: 0px;
		font-size:11px;
		text-align:left;

	}

.twoColFixRtHdr #MyOrders tr {
	
	padding: 0px;
	margin: 0px;
	background-color:#ECECEC;
	

		border-bottom-style:dotted;
		border-bottom-width:1px;
		border-bottom-color:#333333;
	}
	
	
	
.twoColFixRtHdr #MyOrders tr:hover 
{
	background-color:#CCCCCC;
}


.twoColFixRtHdr #MyOrders td {
	


	padding: 4px 0px 4px 4px;
	margin: 0px;
	

	}

.twoColFixRtHdr #MyOrders th {
	
	font-weight: bold;
	/*border-bottom:  1px solid #64100D;
	border-right:  1px solid #64100D;*/
	background-color:#999999;
	padding: 6px 0px 6px 4px;
	}





.twoColFixRtHdr #mainContent a:link, #mainContent a:visited {
	
	background: transparent; 
	color: #555;
	text-decoration:none;
}

.twoColFixRtHdr #mainContent a:hover 
{
	text-decoration: underline;
	color: #003465;
	background: transparent; 
}

.twoColFixRtHdr #mainContent a:active 
{
	text-decoration: none;
	color: #003465;
	background: transparent;  
	}





.twoColFixRtHdr #footer { 
	padding: 10px 0px 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF;
	
} 
.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 */
	font-size:10px;
	color:#555;

}




.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;
}


.count-request p {
	font-size: 10pt !important;
}

.count-request h3 {
	margin-left: 25px;
	font-size: 9pt;
}

.count-request-count {
	margin-left: 25px;
	margin-top: -10px;
}

.count-request input[type=text] {
	margin-top: 5px;
}

.count-request input[type=submit] {
	background-color: #FF0000;
	border: none;
	color: black;
	padding: 15px;
	text-decoration: none;
	margin: 4px 2px;
	cursor: pointer;
	border-radius: 15px;
	font-size: 11pt;
	font-weight: bold;
}

#btnSubmit:hover {
	background-color: #C80000;
}

ul.count-request-fields  { 
	background-color: #F8F8F8 !important;
	border: none !important;
	column-count: 2;
} 

ul.count-request-fields li { 
	display: inline-block;
	width: 20em;
} 
