
/*Adjust font-size, line-height and color to suit specific site*/
body { 
	margin:0;
	padding:0;
	font-family: arial, verdana, sans-serif; 
	font-size:.7em;
	line-height:1.3em;
	color:#444;
	background-image:url(/images/newswires/background.gif);
	background-position:top center;
	background-repeat:repeat-y;
}

#container {
	width:548px;
	margin:0 auto;
	text-align:left;
	background:#fff;
	position:relative;
}

#header {
	width:548px;
	height:79px;
}

#title {
	position:absolute;
	top:79px;
	left:0;
	width:528px;
	background-color:#11196d;
	color:#fff;
	font-size:1.1em;
	font-weight:bold;
	margin:0;
	padding:4px 10px 4px 10px;
	text-align:right;
}

#index {
	margin:0 0 10px 0;
	padding:5px 10px 5px 10px;
	background-color:#eaebeb;
}

#index h3 {
	border:none;
	margin:0 0 5px 0;
	padding:0;
}

#index ul {
	margin-top:0;
	padding-top:0;
}

/*Adjust font-size and color to suit specific site*/
h3 {
	font-size:1.1em;
	color:#151D71;
	padding:10px 0 0 0;
	margin:0;
}

/*Adjust color to suit specific site*/
a:link {
	color:#11196d;
	text-decoration:underline;
	font-weight:bold;
}

/*Adjust color to suit specific site*/
a:active {
	color:#11196d;
	text-decoration:underline;
	font-weight:bold;
}

/*Adjust color to suit specific site*/
a:visited {
	color:#11196d;
	text-decoration:underline;
	font-weight:bold;
}

/*Adjust color to suit specific site*/
a:hover {
	color:#11196d;
	text-decoration:none;
	font-weight:bold;
}

#content {
	position:relative;
	width:527px;
	margin:0;
	padding:25px 10px 0 10px;
}

#content1 {
	border-bottom:1px #000 solid;
	padding:0 0 10px 0;
	margin:0 0 10px 0;
}

#content2 {
	padding:1px 0 10px 0;
	margin:0 0 2px 0;
}

#content2 h3 {
	font-size:1.1em;
	color:#000;
	padding:10px 0 0 0;
	margin:2px 0 0 0;
	border-top:1px #000 solid;
}

.clear {
	clear:both;
	height:1px;
}

#footer {
	border-top:1px #000 solid;
	width:527px;
	text-align:center;
	font-size:.85em;
	padding:10px 0 20px 0;
	margin:0 10px 0 10px;
	background:#fff;
}

#subscribeDetails {
        width:547px;
        text-align:center;
        padding:10px 0 20px 0;
        background:#bcb3a6;
}

table#salutation {
display: none;
}

