@charset "UTF-8";
/* CSS Document */

html, body{
	margin: 0;
	padding: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	border-left:0;
} 
div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
body {
	line-height: 1;
	color: black;
	background: white;
	font-family: Georgia, Arial, Verdana, Helvetica, sans-serif;	
}
ol, ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}	
caption, th, td {
	text-align: left;
	font-weight: normal;
}	
.clearfix:after {
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}	
.clearfix {
	display:inline-block;
}	
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}

/*........... do not change or amalgamate the above clearfix styles..................*/


body {
	background-color:#ccc;
	font-family:Georgia, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:20px;}
	
	
#wrapper {
	margin: 0 auto;
	width:970px;
	background-image:url(images/content-bg.png);
	background-repeat:repeat-y;}

#header {
	background-image:url(images/header-bg.png);
	background-position: center;
	height:135px;
	width:946px;
	margin: 0 auto;}

.logolink a {
	display:block;
	width:468px;
	height:112px;
	text-indent:-9999px;}

#content-holder {
	margin:0 auto;
	width:946px;}

#content-holder h1 {
	font-size:20px;
	color:#0C3776;
	padding-bottom:15px;}
	
#content-holder h2 {
font-size:18px;
color:#0C3776;
padding-bottom:10px;}
	
#content-holder h3 {
font-size:16px;
color:#0C3776;
padding-bottom:10px;}

#content-holder p {
padding-bottom:10px;}
	
#article-body {
	padding-left:20px;
	padding-right:20px;
	padding-top:15px;
}

#article-body h1 
{
    font-family:Georgia;
	font-size:22px;
	padding-bottom:15px;
}

#article-body h2
{
    font-family:Georgia;
	font-size:18px;
	padding-bottom:10px;
}

#article-body p
{
    font-family:Georgia;
	font-size:12px;
	padding-bottom:10px;
}



/*........... Leftbox..................*/

.leftbox-holder {
	float:left;
	width:468px;
}

.leftbox-inner {
	border-left: solid 1px #ccc;
	border-right: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	background-color:#FDFCF2;}

.lblink1 {
	display:block;
	padding:10px 10px 10px 10px;}
	
.lblink1 a {
	color:#0C3776;
	font-size:13px;
	font-weight:bold;
	}
	
.lblink2 {
	display:block;
	padding:10px 10px 10px 10px;
	background-color:#FDF3DC;}
	
.lblink2 a {
	color:#0C3776;
	font-size:13px;
	font-weight:bold;
	}	
	
	
	
.redbox-hdr {
	background-image:url(images/red-bar.jpg);
	height:38px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#FFF;
	line-height:38px;
	display:block;
	font-size:18px;
	text-indent:34px;}

/*........... Rightbox..................*/


.rightbox-holder {
	float:right;
	width:468px;
}

.rightbox-inner {
	border-left: solid 1px #ccc;
	border-right: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	background-color:#DCE8F5;}

.rblink1 {
	display:block;
	padding:10px 10px 10px 10px;}
	
.rblink1 a {
	color:#0C3776;
	font-size:13px;
	font-weight:bold;
	}
	
.rblink2 {
	display:block;
	padding:10px 10px 10px 10px;
	background-color:#ECF3FA;}
	
.rblink2 a {
	color:#0C3776;
	font-size:13px;
	font-weight:bold;
	}	
	
	
	
.bluebox-hdr {
	background-image:url(images/blue-bar.jpg);
	height:38px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#154473;
	line-height:38px;
	display:block;
	font-size:18px;
	text-indent:34px;}



.featured-story {
	border: solid 1px #ccc;
	padding: 10px 10px 10px 10px;
	margin:10px 0 10px 0;}
	
.featured-story a {
	color:#900;}

.featured-hdr {
	display:block;
	font-size:18px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#900;
	background-image:url(images/red-arrow.jpg);
	background-repeat:no-repeat;
	background-position:left;
	text-indent:22px;}





#footer {
	background-image:url(images/footer-bg.png);
	background-repeat:no-repeat;
	height:75px;
	margin: 0 auto;
	width:970px;
	text-align:center;
	color:#1d5085;
	padding: 10px 0 0 0;}

#footer a {
	color:#FFF;
	text-decoration:none;
	padding: 0 4px 0 4px;}

#footer a:hover {
	text-decoration:underline;}

.copyright {
	font-size:10px;
	padding:8px 0 20px 0;
	text-align:center;
	color:#003E7E;}



.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


.img2 {

	padding:0 10px 0 0px;}