@charset "utf-8";
body  {
	font: 80% Verdana, 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;
}

.twoColElsRtHdr #container { 
	width: 80%;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #000000;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px;
	margin-top:2%;
} 
.twoColElsRtHdr #header { 
	background: #DDDDDD; 
	padding: 0; 
	background: url(images/common/top-left.jpg);
    height:22px;
} 
.twoColElsRtHdr #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 */
}

.twoColElsRtHdr #header2 {
	background-image:url(/images/common/header_bgr.jpg);
	text-align:center;
	height: 90px;
}

.twoColElsRtHdr div#header3 {
	background:#003366;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:105%;
	font-weight: bold;
	color:#FFFFFF;
	padding-bottom:0px;
	padding-top:12px;
	height:30px;
}


.twoColElsRtHdr #sidebar1 {
	float: right; 
	width: 245px; /* since this element is floated, a width must be given */
	/*background: #CCCCCC;*/ /* the background color will be displayed for the length of the content in the column, but no further */
	padding:0;
	font-size: 110%;
	margin-top:0px;
	
}
.twoColElsRtHdr #sidebar1 h3, .twoColElsRtHdr #sidebar1 p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
	margin-top: 3px;
}


.twoColElsRtHdr #mainContent {
  	margin: 0px 260px 0 0px; /* the left margin will look best if you match the padding amount to the header and footer. */
	padding-left:0;
	/*background: #CCCCCC;*/
} 


.twoColElsRtHdr #mainContent #content_box {
  	border:#999999 solid 1px;
	padding: 0px 10px 15px 10px;
	background: #FFFFFF url(/images/common/content_box_bgr.jpg) repeat-x;
	margin-top: 10px;
	margin-left: 0px;
	font-size:90%;
	}
} 
.twoColElsRtHdr #mainContent #content_box p{
	font-size: 95%;
}

.twoColElsRtHdr #mainContent #content_box ol li{
font-size: 95%;
margin-top: 4px;
margin-left: -18px;	
}

.twoColElsRtHdr #mainContent #content_box ol li ul li{
font-size: 95%;
line-height: 1.3em;

}

.twoColElsRtHdr #mainContent #content_box hr{
border: solid 1px #CCCCCC;
}

.twoColElsRtHdr #mainContent #content_box h2{
font-size:140%;
color: #666666;
}

/*.twoColElsRtHdr #mainContent #content_box ul li{
font-size: 85%;
}*/

.twoColElsRtHdr #footer { 
	padding: 0 10px; 
	border-top: #003366 solid 1px;
	text-align:center;
	color: #002040;
} 
.twoColElsRtHdr #footer p {
	margin: 0; 
	padding: 5px 0; 
	font-size:75%;
}

/*ol{
font-size:90%;
}*/

/* Miscellaneous classes for reuse */
.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;
}

/*Link boxes on the right*/

.twoColElsRtHdr #right_box1{
	background-image:url(/images/common/side_bar_bg.jpg);
	padding: 1%;
	margin-top: 10px;
	margin-left:0;
	margin-right:0;
	margin-bottom:20px;
	border: #999999 solid 1px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:85%;
	line-height: 1.3em;
	/*font-size: 100%;*/
	color: #002040;
}

.twoColElsRtHdr #right_box2{
   /* width: 240px;*/
	background-image:url(/images/common/side_bar_bg.jpg);
	padding: 1%;
	margin-top:0;
	margin-left:0;
	margin-right:0;
	margin-bottom:0;
	border: #999999 solid 1px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:85%;
	/*font-size: 100%;*/
	line-height: 1.3em;
	color: #002040;
	}
.twoColElsRtHdr  p ul li{
	font-size:85%;
	}
	
.twoColElsRtHdr #alert_box{
	background-image:url(/images/common/side_bar_bg.jpg);
	padding: 1%;
	margin-top:0;
	margin-left:0;
	margin-right:0;
	margin-bottom:0;
	border: #999999 solid 1px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 90%;
	line-height: 1.4em;
	color: #002040;
	}
	
.twoColElsRtHdr #alert_box h2{
	font-size:130%;
	font-weight: bold;
	background-color: #5C5C5C;
	color:#FFFFFF;
	margin-top:6px;
	text-align:center;
	}
/* Headings*/

h1{
	font-size: 170%;
	/*color:#003366;*/
}

h2{
	font-size: 140%;
	color: #626262;
}

h3{
	font-size: 125%;
}

h4{
	font-size: 110%;
	color:#333333;
}

h5{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color:#333333;
	font-weight: bold;
}



/* Content page styles*/

.twoColElsRtHdr #ContentPage {
  	margin: 0 0 0 0;
	padding: 0px 30px 5px 10px;
	padding-left:0;
	border: 1px solid #E8E8E8;
} 
.twoColElsRtHdr #ContentPage p{
  	font-size: 87.5%;
	line-height: 1.5em;
	padding-left: 10px;
} 
.twoColElsRtHdr #ContentPage dd{
  	font-size: 87.5%;
	line-height: 1.5em;
}
.twoColElsRtHdr #ContentPage ul li{
	line-height:1.8em;
	font-size: 85%;
} 

.twoColElsRtHdr #ContentPage ol li{
	line-height:1.8em;
	font-size: 85%;
} 

.twoColElsRtHdr #ContentPage h1, .twoColElsRtHdr #ContentPage h2, .twoColElsRtHdr #ContentPage h3, .twoColElsRtHdr #ContentPage h4, .twoColElsRtHdr #ContentPage h5{
	padding-left: 8px;
} 

.twoColElsRtHdr #ContentPage table{
	border-collapse: collapse;
	border: 1px solid black;
	width: 100%;
	margin-left: 10px;
} 

/*.twoColElsRtHdr #ContentPage table {
	width:50%;
}*/

.twoColElsRtHdr #ContentPage table tr td{
	padding: 5px;
	font-size:85%;
} 

.twoColElsRtHdr #ContentPage table tr th{
/*	background: #003366;
	color: #FFFFFF;*/
	font-size: 90%;
	font-weight: bold;
	text-align: left;
	padding: 1px;
	/*border-bottom: 1px solid #666666;
	border-left: 1px solid #F0F0F0;
	border-right: 1px solid #F0F0F0;
	border-top: 1px solid #F0F0F0;*/
} 

.twoColElsRtHdr #ContentPage .alternate{
	background: #E5E5E5;
}

#date{
	float: right;
	width: 180px;
	padding:3px;
	font-size: 90%;
	margin-top:0;
	text-align:right;
}

.indent{
	margin-left:26px;
}


/* Link styles */

a:link{
	color: #002040;
}

a:visited{
	color: #002040;
}

a:hover{
	color: #004E9B;
}

.twoColElsRtHdr div#header3 a:link, .twoColElsRtHdr div#header3 a:visited{
	color:#FFFFFF;
	/*font-size:100%;*/
	text-decoration: none;
}

.twoColElsRtHdr div#header3 a:hover{
	/*font-size:100%;*/
	text-decoration: underline;
}


/*Special font formating*/

blockquote{
	font-size: 85%;
}

.smallText_smallMargintop {
	font-size: 90%;
	line-height:1.3em;
}

.H-Image
{
margin: 0;
}

.redFont{
	color: #CC0000;
}
.outline {
	margin: 15px;
	padding: 15px;
	border: thin solid #333333;
	width: 70%;
}

/*Alert boxes*/

.twoColElsRtHdr #ContentPage .alertbox{
    BORDER: #333333 1px solid;
    PADDING: 5px;
    WIDTH: 98.6%;
    BACKGROUND-COLOR: #E5E5E5;
	margin-left:10px;
	margin-right:1px;
}