@charset "utf-8";

@import url('menu.css'); 
@import url('resource.css'); 

/* TEXT STYLES */

a {
	color: blue;
}
.title {
	font: bold 14px Arial, Helvetica, sans-serif;
	line-height:20px;
}
.title2 {
	font-weight:bold;
	color:#1a60a4;
}
.deck {
	font: normal 12px Arial, Helvetica, sans-serif;
	line-height:16px;
}
.cta {
	font: bold 10px Arial, Helvetica, sans-serif;
}
.date {
	font: bold 10px Arial, Helvetica, sans-serif;
	color:#666;
}
.cta2 {
	font: bold 10px Arial, Helvetica, sans-serif;
	color:#1a60a4;
}


/* PAGE LAYOUT */

body  {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
	margin: 0; 
	padding: 0;
	color: #000000;
	line-height:16px;
	text-align:center;
}
.twoColumns #container { 
	/*width: 1004px;  */
    width: 95%;
	margin: 15px auto;
	text-align:left; 
} 

.twoColumns #sidebar1 {
	float: right;
	width: 410px;
	padding: 0 0 0 10px;
	margin:0;
}
.twoColumns #mainContent { 
	margin: 0 365px 0 0;
	padding: 0 0 15px 0;
} 
.twoColumns #footer { 
	padding: 0 10px 0 20px;
<!--	background: url('images/footer.jpg'); -->
	color:#fff;
	text-align:center;
	font-size:10px;
	height:100px;
} 
.twoColumns #footer p {
	margin: 0;
	padding: 10px 0;
}
.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;
}

/* HEADER */
.twoColumns #header {
	font-family:Arial,sans-serif;
<!--	background:url('images/header_bg.jpg');  -->
	min-width:1004px;
        width:auto;
	height:245px;
}

div.headerContent {
	text-align:left;
	margin:0 auto;
	width:950px;
}
.headerCeiling {
	float:left;
	}
.headerContent .headerCeiling {
	height:50px;
	padding-top:40px;
	margin:0; 
	line-height:48px;
}
.headColRight {
	float:right;
}

.headerContent .headColRight {
	position:relative;
	top:8px;
	width:auto;
	z-index:1;
}

/* MODULES */

div.moduleDate {
  float: right;
  font-size: 10px;
}


.module {
  width: 100%;
  margin: 0 0 15px 0;
  float:left;
  /* background: url('images/topleft.png') left top no-repeat; */
}

.module h1 {
  margin: 0;
  padding: 7px 10px;
  font-size: 15px;
  background: #666666;
  letter-spacing:-.05em;
  color:#fff;
  background: url('images/module_bg.jpg');
  /* background: url('images/topright.png') right top no-repeat; */
}

.module #moduleOuter {
  /* background: url('images/bottomleft.png') left bottom no-repeat; */
  border-bottom: 1px solid #666666;
  background:#fff;
}

.module #moduleInner {
  /* background: url('images/bottomright.png') right bottom no-repeat; */
  background:#fff;
}

.module h2 {
  padding: 8px 8px 0 8px;
  font-size:12px;
  background: #fff; 
}

.module p {
  padding-bottom: 10px;
  background: #fff; 
}

.module p, .module h2 {
  margin: 0;
  padding-left: 10px;
  padding-right: 10px;
  border-left: 1px solid #666666;
  border-right: 1px solid #666666;
}

div.rsslink {
  float: right;
  padding: 7px;
  font-size: 10px;
}

