/* CSS Document */

a:link{
	text-decoration:none;
}

body,html {
color:black;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
margin:0px;
overflow:visible;
}

#header { position:relative; height: 158px; background-color:#FFC613; background-image:url(../images/header_bg.gif); background-repeat:repeat-x; background-position: bottom; display:block; clear:both;}
	#header-logo{ position:absolute; left: 36px; top: 6px;}
	#header-contact{ float: right; margin: 44px 40px 0px 0px; width: 349px;}
#tag-line { background-color: #746F72; padding: 2px 0px 2px 158px; clear:both; display:block;}
.clear {display:block; clear:both; visibility:hidden; height:0px; font-size: 0px; line-height: 0px;}
#pageLayout { overflow: visible; display:block; width:100%; clear:both;}
#menuLeft { display:none; visibility:hidden; }
#contentLayout{ display:block; overflow:visible;  width:100%; margin:0px; padding:0px; }
#footer { display: none;}

h2 {
color:#273568;
}

.content {
	padding-left:10px;
}

.light {
	/*background-color:#F1F4FE;*/
	border-bottom: #DFDFDF solid thin;
}

td.right_border{
border-right:gray solid thin;
}

.items {
	border:black solid 1px;
}

th {
	border-right:black solid 1px;
  border-bottom:black solid 1px;
}

.border_right{
	border-right:black solid 1px;
	border-bottom: #DFDFDF solid thin;
}

.red {color:#FF0000;}
.bluelight {color: #0070C0;}
.bluelight {color: #002060;}
.title{ font-size: 12pt; color: #002060; text-decoration:underline; font-weight:bold;}
.sbold{ font-family: Rockwell Extra Bold, Arial; font-weight:bold; font-size: 12pt;}
.large{ font-size: 1.4em;}
.xlarge{ font-size: 2.0em;}
.xxlarge{ font-size: 4.4em;}