/* CSS Document */
*{margin:0px; padding:0px; font-family:Verdana, Arial, Helvetica, sans-serif;}
body{background-color:#1b4694;background-image:url(../images/layout/siteBKD.jpg); background-repeat:repeat-x;}

#container{position:relative; width:900px;}
#header{
	width:900px;
	height:147px;
	position:relative;
	margin-bottom:-10px;
	z-index: 50;
}
#search {
	position:absolute;
	text-align:left;
	left:646px;
	top:120px;
	width:162px;
	height:21px;
	z-index:1;
	font-size:10pt;
}
.searchBox{}
.submit{ background-color:#f0efc6; border:1px solid #ffffff;}
.submit:hover{border:1px solid #b4b385; background-color:#FFFFFF;}
#headLinks {position:absolute; left:631px; top:96px; width:167px; height:17px; z-index:1; }
#headLinks a{color:#FFFFFF; font-family:Verdana, Arial, Helvetica, sans-serif; font-weight:bold; font-size:11px; text-decoration:none;}
#headLinks a:hover{text-decoration:underline;}
#contentArea{
	position: absolute;
	width:750px;
	background-color:#FFFFFF;
	background-image:url(../images/layout/contentBKD.jpg);
	background-repeat:repeat-x;
	min-height:530px;
	top: 147px;
	left: 75px;
	z-index: 5;
}
/* Super Hack for Crummy IE to give the content area a set height for short pages. FF Does reads Min height - IE does not */
/*\*/
* html #contentArea {
height:530px;}
/**/

#leftNav{
	position:absolute;
	width:172px;
	height:342px;
	background-image:url(../images/layout/navBKD.gif);
	background-repeat:no-repeat;
	left: -19px;
	z-index: 25;
	top: 15px;
}

#join{
	position:absolute;
	width:110px;
	height:44px;
	overflow:hidden;
	top: 268px;
	left: 56px;
}
#join a{background-image:url(../images/joinBTN.jpg); background-repeat:no-repeat; background-position:bottom; width:110px; height:44px; display:block; border:none;}
#join a:hover{ background-position:top;}

#content{
	z-index:10;
	text-align:left;
	position:relative;
	width:578px;
	top: 15px;
	float:right;
	padding:5px 15px 10px 10px; 
}
#content p{ color:#154999; line-height:20px; font-size:11px;  font-stretch:narrower; text-align: left;}

#content ul {
	list-style-type: none;
	line-height: 18px;
	left: 20px;
	position: relative;
}
#content li {
	color: #154999;
	font-size: 11px;
	background-image: url(../images/layout/bullet.gif);
	background-repeat: no-repeat;
	padding-left: 18px;
	left: 20px;
}
#content ol li{margin-left:20px; padding-left:10px;background-image:none;}
#content img {
	margin-bottom: 10px;
}
#content a{text-decoration:none; border-bottom:1px dotted #154999; color:#154999; font-style:italic;}
#content a.img {border:0; text-decoration:none;}
#content a.top{border-bottom:1px dotted #fff; text-decoration:none; position:relative; float:right; padding:0px; margin:0px;display:block;}

#content a:hover{border-bottom:none; padding-bottom:1px; text-decoration:none; }
#content a.img:hover{padding-bottom:0px;}
#content a.top:hover{border-bottom:1px dotted #154999;}
.application{text-align:right; width:300px; font-size:10pt; text-transform:capitalize;}
#rtColumn{
	right:0px;
	float:right;
	width:250px;
	text-align:left;
	padding:0px 0px 0px 15px;
	margin-bottom:15px;
	min-height:530px;
}
/* Super Hack for Crummy IE to give the content area a set height for short pages. FF Does reads Min height - IE does not */
/*\*/
* html #rtColumn {
height:530px;}
/**/
#quote{
	position:relative;
	width:220px;
	height:160px;
	background-image:url(../images/layout/quoteBKD.gif);
	background-repeat:no-repeat;
	text-align:left;
	padding:3px 0px 3px 3px;
}
#quote p{font-size:7pt; font-style:italic; color:#154999; line-height:13pt;}
#quote p .byline{
	color:#a0c5e8;
	font-size:7pt;
	font-weight:normal;
	font-stretch:extra-expanded;
	padding-left:5px;
	font-style: normal;
}
blockquote {
	position:relative;
	width:220px;
	height:160px;  
	background-image:url(../images/layout/quoteBKD.gif);
	background-repeat:no-repeat;
	text-align:left;
	padding:3px;
	font-size:7.5pt; font-style:italic; font-stretch:extra-expanded; color:#154999; line-height:13pt; float:right;
}
p.quote{	font-size:7.5pt; font-style:italic; font-stretch:extra-expanded; color:#154999; line-height:13pt;}
#featIMG{
	position:relative;
	width:250px;
	height:180px;
	top: 30px;
}

#footer{
	position:absolute;
	width:730px;
	height:45px;
	background-color:#5e8dc8;
	color:#ffffff;
	padding-top:20px;
	padding-left:20px;
	text-align:left;
	bottom: -44px;
	left: 0px;
	margin-bottom:-19px;
	z-index:1;
	margin-top: 20px;
}
#footer a{color:#ffffff; text-decoration:none; font-size:7pt; font-weight:bold;}
#footer a:hover{color:#ffffff; text-decoration:underline;}

td.rt{	vertical-align:top;
	width:250px; display:block; padding-left:3px;}
td.lt{	vertical-align:top;width:377px; padding-right:3px;}
ol {
	line-height: 20px;
	margin-left: 15px;
}
hr{background-color:#1b4694; color:#1b4694; border:0;height: 1px;}

select {font-size:11px;width:175px; text-transform:capitalize;}
.contentTable{ color:#154999; line-height:14px; font-size:11px;  font-stretch:narrower; text-align: left;}