@charset "UTF-8";
/* CSS Document */

* {
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	}
html, body { height: 100%; }
body {
	text-align: center;
	background: #7c97b2;
	background-image: url(../images/main_bkgnd.jpg);
	background-repeat: repeat-y;
	background-position: center;
	}
h1{
	font: 180% Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #164361;
	font-weight: bold;
	}
h2{

	}
h3{
	font: 110% Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #4A7190;
	font-weight: bold;
	}
p a{
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #333333;
	font-weight: bold;
	}
p a:hover{
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #4A7190;
	font-weight: bold;
	}
ul{
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #1D364E;
	font-weight: bold;
	list-style-type:none;
	}
	
	
#header {
	margin: 0 10px 0 10px;
	height: 128px;
	background-image: url(../images/fr_top2.jpg);
	background-repeat: no-repeat;
	border-bottom: 2px solid #006699;	
}
/*	
#navigation ul{
	background-image:url(../images/nav_bkgnd.gif);
	background-repeat:repeat-x;
	margin: 0 10px 0 10px;
	padding:0;
	list-style-type:none;
	width:880px;
	border-left:thin;
	border-left-color:#CCCCCC;
	height: 25px;
}

#navigation ul a{
	display:block;
	padding:0px 5px 0px 5px;
	border-left-color: #CCCCCC;
	border-left-style: ridge;
	border-left-width:thin;
	width:100px;
	height:25px;
	line-height:21px;
	color: #fff;
	text-decoration:none;
}
#navigation ul a:hover{
	color: #cccccc;
	background-image:url(../images/nav_bkgnd_on.gif);
	background-repeat:repeat-x;
	}

#navigation ul li{
	float:left;
	display: inline; 
}


#navlist{
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #333333;
	text-align: left;
	}
#navlist a{
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	}
#navlist a:hover{
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #cccccc;
	font-weight: bold;}
	
#navigation ul {
	margin: 0 10px 0 10px;
	height: 21px;
	display:block;
	list-style-type: none;
	background-color: #44405B;
	text-align: center;
	background-image: url(../images/nav_bkgnd.gif);
	background-repeat: repeat-x;
	}
	
#navigation ul a:hover{
	color:#333333;
	background-image:url(../images/nav_bkgnd_on.gif);
	background-repeat:repeat-x;
}
#navigation li { 
	display: inline; 
	}

#thisissue { 
	background-color: #CF6B30;	
	height: 150px; 
	padding: 20px; }
#thisissue h2 {	color: #fff; text-align: left; }
#thisissue p { text-align: left; color: #fff; }*/

#content {
	margin: 0 10px 0 10px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding:180px 10px 10px 250px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align: left;
	color: #333333;
	background-image: url(../images/content_bkgnd.jpg);
	background-repeat: no-repeat;
} 
	#container {
	position: relative;
	margin: 0 auto;
	width: 900px;
	background-color: #ffffff;
	min-height: 100%;
	}
	#footer {
	bottom: 0;
	width: 900px;
	background-color: #1C3B53;
	color: #3C7EB0;
	min-height: 40px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	visibility: visible;
	z-index: auto;
	padding-top: 10px;
	}
	
	
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 230px; /* 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 */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #333333;
	text-align: left;
	height: 550px;
}
.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;
}
