@charset "utf-8";
body  {
	font: 12px Arial, Helvetica, sans-serif;
	background-color:#E6E7E8;
	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;
}
.main #container { 
	width: 820px;  /* 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: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.main h1 { font-family:Arial, Helvetica, sans-serif; font-size:20px; padding-bottom:5px; padding-top:3px;}
.main img { border:none;}
.main #header { 
	background: #fff; 
	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. */
} 
.main #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 */
}
.main #rightrail {
	float: right; /* since this element is floated, a width must be given */
	width: 210px; /* 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: #fff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding-top:15px;
	margin-right:10px;
}
.main #print { width:529px;}
.main #mainContent { 
	margin: 0 250px 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: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.main #footer { 
	padding: 10px 10px 10px 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000000; 
} 
.main #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 */
}
.main #footerlink  {color: #DB261D; text-decoration: none;
}
.main #footerlink a:link {
	color: #DB261D;
	text-decoration: none;
}
.main #footerlink a:visited {
	text-decoration: none;
	color:  #fff;
}
.main #footerlink a:hover {
	text-decoration: underline;
	color: #fff;
}
.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;
}
a:link {
	color: #DA251C;
	font-weight: normal;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #DA251C;
}
a:hover {
	text-decoration: none;
	color: #B72317;
}
a {
	font-weight: bold;
}
.nav a:link {
	color: #DA251C;
	font-weight: bold;
	text-decoration: none;
}
.nav a:visited {
	text-decoration: none;
	color: #DA251C;
}
.nav a:hover {
	text-decoration: none;
	color: #666666;
}
.nav a:active {
	text-decoration: none;
	color: #666666;
}
.contentheading {
	FONT: bold 16px Arial, Helvetica, sans-serif; WIDTH: 100%; COLOR: #47505f
}
.headingblue {
	FONT: bold 16px Arial, Helvetica, sans-serif; WIDTH: 100%; COLOR: #0A7ACD
}
.title {
	DISPLAY: block; PADDING-BOTTOM: 4px; PADDING-LEFT: 6px; FONT: 20px Arial, Helvetica, sans-serif; WIDTH: 400px; COLOR: #47505f
}
.redfont {
	color: #DA251C;
	font-weight: bold;
}
.style4 {
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
}
.body2 {
	FONT: 11px Arial, Helvetica, sans-serif; COLOR: #000000; MARGIN-RIGHT: 5px;PADDING-TOP: 5px;LINE-HEIGHT:1.5;
}
.body3 {
	FONT-SIZE: 12px; COLOR: #6e7d7d; PADDING-TOP: 5px; FONT-STYLE: italic; FONT-FAMILY: Arial, Helvetica, sans-serif

}
table.news a:link{
		text-decoration: none;
		color:#FF0000;
		}
table.news a:visited{
		text-decoration: none;
		color:#FF0000;
}
table.news a:hover{
		text-decoration: underline;
		color:#da251c;
}
.sublink {
	FONT-weight:normal; FONT-SIZE: 11px; COLOR: #0A7ACD; FONT-FAMILY: Arial, Helvetica, sans-serif; TEXT-DECORATION: underline
}
.sublink  A:link {
	FONT-weight:normal; FONT-SIZE: 11px; COLOR: #0A7ACD; FONT-FAMILY: Arial, Helvetica, sans-serif; TEXT-DECORATION: underline
}
.sublink  A:visited {
	FONT-weight:normal; FONT-SIZE: 11px; COLOR: #0A7ACD; FONT-FAMILY: Arial, Helvetica, sans-serif; TEXT-DECORATION: underline
}
.sublink  A:hover {
	FONT-weight:normal; FONT-SIZE: 11px; COLOR: #DA251C; FONT-FAMILY: Arial, Helvetica, sans-serif; TEXT-DECORATION: underline
		}
	
table.collapse{
	border-collapse: collapse;

}
#n {
	MARGIN-BOTTOM: 10px;
}
#nl {
	PADDING-RIGHT: 0px; BORDER-TOP: #ddd 1px solid; MARGIN-TOP: 5px; PADDING-LEFT: 0px; PADDING-BOTTOM: 1px; PADDING-TOP: 2px
}
#nw {
	COLOR: #fff
}
.m {
	FLOAT: left; FONT: bold 77% verdana
}	

.r1 {	
	BORDER-LEFT-COLOR: #9b72cf; 
	BACKGROUND: #f1f1fd; 
	BORDER-BOTTOM-COLOR: #9b72cf; 
	BORDER-TOP-COLOR: #9b72cf; 
	BORDER-RIGHT-COLOR: #9b72cf
}
.r {
	float:left;
	BORDER-RIGHT: #d2e4fc 0px solid; 
	BORDER-TOP: #d2e4fc 0px solid; 
	BACKGROUND: #fff; 
	BORDER-LEFT: #d2e4fc 0px solid; 
	BORDER-BOTTOM: #d2e4fc 0px solid;
	padding: 10px 10px  10px
}
.y {
	BORDER-RIGHT: #E39FAB 1px solid; 
	BORDER-TOP: #E39FAB 1px solid; 
	BACKGROUND: #FAEFF1; 
	BORDER-LEFT: #E39FAB 1px solid; 
	BORDER-BOTTOM: #E39FAB 1px solid;
	padding: 5px 5px  5px
}
.u {
	BORDER-RIGHT: #E1BD3D 1px solid; 
	BORDER-TOP: #E1BD3D 1px solid; 
	BACKGROUND: #F4E8BD; 
	BORDER-LEFT: #E1BD3D 1px solid; 
	BORDER-BOTTOM: #E1BD3D 1px solid;
	padding: 5px 5px  5px
	
}
img { border:none;}