* {
	margin: 0px;
	padding: 0px;
	font-family: arial,sans-serif;
}
body {
	font-size: 12px;
	background-image: url(../images/background_fade1.jpg);
	background-repeat: repeat-x;
	background-position: top left;
	background-color: #475561;
	behavior:url("csshover.htc");
}
#container {
	position: relative;
	margin: 0px auto;
	display: block;
	width: 890px;
	/*height: 100%;*/
	background-color: white;
	border: 2px solid black;
	overflow: hidden; /* KLUDGE - to make background show up even though elements are floated */
}
#masthead {
	margin: 0px auto;
	display: block;
	position: relative;
	background-image: url(../images/topLeftImage.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	background-color: black;
	height: 97px;
	width: 857px;
	border: 2px solid black;
	margin-top: 15px;
}
#masthead #eedition {
	width: 190px;
	position: absolute;
	top: 3px;
	right: 30px;
	z-index: 100;
	color: #EEE;
	font-weight: normal;
	font-size: 12px;
	}
#masthead #eedition a:link, #masthead #eedition a:visited {
	text-decoration: none;
	color: #DDD;
	}
#masthead #eedition a:hover, #masthead #eedition a:active {
	text-decoration: none;
	}
#masthead #eedition a .bold {
	color: white;
	}
#masthead #eedition .bold {
	color: white;
	font-size: 14px;
	font-weight: 900;
	}
#masthead #eedition img {
	float: left;
	margin-right: 8px;
	}
#masthead #login {
	position: absolute;
	bottom: 10px;
	right: 10px;
	z-index: 200;
}
#masthead #login a {
	color: #BEDDFC;
}
#masthead #coverHalf {
	position: absolute;
	bottom: 0px;
	right: 40px;
}
#content {
	width: 690px;
	margin: 15px 0px 15px 15px;
	float: left;
}
* html #content {  /* KLUDGE - sets IE6 margin */
	margin: 7px 0px 7px 7px;
}
.clickHere {
	font-weight: 700;
	}
/* MENU ------------------------------------------------------------------------------------------------------------------------*/



/* HOME ---------------------------------------------------------------------------------------------------- */

#titleImg {
	position: absolute;
	left: 280px;
	top: 12px;
}


/* HOME - FEATURED STORY ---------------------------------------------------- */
#featuredStory {
	color: white;
	/*background-color: #011D3C; /* Now being written in page from db color */
	background-image: url(../images/features_back.png);
	background-repeat: no-repeat;
	background-position: top left;
	width: 670px;
	height: 180px;
	padding: 10px;
}
#featuredStory .image {
	height:175px;
	width:175px;
	float:left;
	margin-right: 13px;
}
#featuredStory .text {
	width: 460px;
	height: 155px;
	float: left;
	/*padding: 15px 10px 10px;
	position: relative;*/
}
#featuredStory .text h1 {
	/*margin-top: 20px;*/
}
#featuredStory h1 {
	font-size: 14px;
	font-weight: 900;
}
#featuredStory .header {
	font-size: 14px;
	font-weight: 900;
	width: 461px;
	height: 16px;
	margin-bottom: 10px;
	padding: 5px 5px 5px 10px;
}
#featuredStory a:link, #featuredStory a:visited {
	color: #9DC1EB; /* light blue */
	text-decoration: none;
}
#featuredStory a:hover, #featuredStory a:active {
	color: white;
	text-decoration: underline;
}
#featureButtons {
	position: relative;
	float: right;
}
#featureButtons ul {
	position: relative;
	top: -3px;
	/*position: absolute;
	top: -18px;*/
}
#featureButtons li {
	border: 1px solid black;
	list-style: none;
	float: left;
	margin: 3px;
}
#featureButtons li a:link, #featureButtons li a:visited {
	display: block;
	height: 14px;
	width: 14px;
	background-color: white;
}
#featureButtons li a:hover, #featureButtons li a:active {
	text-decoration: none;
}





/* HOME - STRATEGIES ------------------------------------------------------- */
#strategies {
	clear: both;
	background-color: white;
	float: left;
	display: block;
	/*height: 350px;*/
	width: 440px;
	margin: 15px 10px 0px 0px;
}
#strategies .header, #viewpoints .header, #affiliates .header {
	height: 16px;
	width: 419px;
	background-image: url(../images/strategies_header_back.png);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 5px 5px 5px 10px;
}
#strategies .header h1, #viewpoints .header h1, #affiliates .header {
	font-size: 14px;
	font-weight: 800px;
}
#strategies li {
	padding: 9px 0px;
	list-style: none;
	clear: left;
	width: 95%;
}
#strategies li img{
	float: left;
	border: 1px solid black;
	margin-right: 10px;
}
#strategies li h1 {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}




/* HOME - SPOTLIGHTS ---------------------------------------------------- */
#spotlight {
	position: relative;
	color: #011D3C; /* dark blue */
	/*background-color: #9DC1EB; /* Now being written in page from db color */
	background-image: url(../images/spotlight_back.png);
	background-repeat: no-repeat;
	background-position: top left;
	float: right;
	height: 300px;
	width: 195px;
	padding: 15px;
	margin: 15px 10px 0px 0px;
}
#spotlight h1 {
	font-size: 14px;
	color: #011D3C; /* dark blue */
}
#spotlight img {
	/*background-color: #011D3C; /* dark blue */
	/*background-image: url(../images/spotlight_image_back.gif);
	background-repeat: no-repeat;
	background-position: top left;*/
	height: 175px;
	width: 175px;
	/*padding: 1px 1px 1px 28px;*/
	margin-left: -4px;
	margin-bottom: 4px;
	border: 2px solid black;
	/*float: left;*/
}
#spotlight .image {
	float: left;
}
#spotlight .buttons {
	position: relative;
	float: left;
	height: 179px;
	}
#spotlight .buttons ul {
	/*position: relative;
	top: -19px;*/
	width: 18px;
	/*position: absolute;
	top: -18px;*/
	}
#spotlight .buttons li {
	border: 1px solid black;
	list-style: none;
	float: left;
	margin: 3px;
	}
#spotlight .buttons li a:link, #spotlight .buttons li a:visited {
	display: block;
	height: 10px;
	width: 10px;
	background-color: white;
	}
#spotlight .buttons li a:hover, #spotlight .buttons li a:active {
	text-decoration: none;
	}
#spotlight .text {
	color: black;
	}


/* ARTICLES --------------------------------------------------------- */
#articles li {
	padding: 9px 0px;
	list-style: none;
	clear: left;
	width: 95%;
}
#articles li img{
	float: left;
	border: 1px solid black;
	margin-right: 10px;
}
#articles li h1 {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}


/* HOME - VIEWPOINTS ---------------------------------------------------- */
#viewpoints {
	/*padding: 10px;*/
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: white;
	float: left;
	display: block;
	width: 440px;
}
#viewpoints h1 {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	text-align: left;
}
#viewpoints li {
	list-style: none;
	margin-top: 10px;
}


/* HOME - AFFILIATES ---------------------------------------------------- */
#affiliates {
	/*padding: 10px;*/
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: white;
	float: left;
	display: block;
	width: 440px;
}
#affiliates h1 {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	text-align: left;
}
#affiliates li {
	list-style: none;
	margin-top: 10px;
}


/* HOME - NEWS ---------------------------------------------------- */
#news {
	background-image: url(../images/news_back2.png);
	background-repeat: no-repeat;
	background-position: top left;
	float: left ;
	height: 350px;
	width: 230px;
	margin: 15px 10px 0px 0px;
	position: relative;
}
#news h1 {
	margin-left: 15px;
	font-size: 15px;
	font-weight: 800;
}
#news ul {
	margin-top: 40px;
	}
#news li {
	list-style: none;
	padding: 5px 10px 5px 15px;
	}
#news li a:link, #news li a:visited {
	color: white;
	text-decoration: none;
	}
#news li a:hover, #news li a:active {
	color: white;
	text-decoration: underline;
	}
#news .date {
	position: absolute;
	top: 10px;
	right: 12px;
	font-size: 10px;
	}
#news h1 {
	position: absolute;
	top: 7px;
	left: -4px;
	font-size: 13px;
	font-weight: 800;
	color: white;
}


/* HOME EXTRA -------------------------------------- */
#extraItem {
	float: right;
	height: 350px;
	width: 210px;
	margin: 15px 10px 0px 0px;
	padding: 0px 10px;
	position: relative;
	font-size: 11px;
}



/* SIGNUP FORM PAGE ------------------------------- */
fieldset {
	padding: 15px;
	margin: 20px;
	}
legend {
	color: #3F5F8D;
	}
#registrationForm p {
	padding: 10px;
	}
#registrationForm #pitch {
	height: 158px;
	width: 400px;
	padding-left: 275px;
	margin: 10px;
	background-image: url(../images/signupMags.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
	}
#registrationForm #pitch ul {
	margin-left: 15px;
	}
#registrationComplete {
	position: relative;
	height: 230px;
	width: 480px;
	border: 3px solid #4276B0;
	float: right;
	padding-left: 170px;
	padding-top: 20px;
}
#registrationComplete .cornerImage {
	position: absolute;
	bottom: 0px;
	left: -20px;
}
#registrationComplete h1 {
	font-size: 20px;
	font-weight: 800;
	color: #3668A3;
	margin-bottom: 10px;
}
#registrationComplete h2 {
	font-size: 16px;
	font-weight: 800;
	color: #5E8ECA;
}
#registrationComplete ul {
	padding-left: 15px;
}
#registrationComplete input {
	padding: 5px;
	margin: 30px 0px 0px 50px;
}

#adColumn {
	display: block;
	margin: 15px 15px 15px 0px;
	width: 160px;
	float: right;
}
* html #adColumn { /* KLUDGE - sets IE6 margin */
	margin-left: 7px;
	margin-right: 7px;
}
.dataBoxHeader {
	color: black;
	font-weight: 600;
	font-size: 14px;
	padding-top: 3px;
	width: 100%;
	height: 23px;
	background-image: url(../images/lightBlueGradient.gif);
	background-repeat: repeat-x;
	border: 1px solid black;
}
.dataBoxHeaderOver {
	color: white;
	font-weight: 600;
	font-size: 12px;
	padding-top: 3px;
	width: 100%;
	height: 23px;
	background-image: url(../images/mediumBlueGradient.gif);
	background-repeat: repeat-x;
	border: 1px solid black;
}
pre {
	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
}


.dataBox p {
	color: black;
	padding: 5px 0px;
	text-align: justify;
	font-size: 12px;
	font-weight: 400;
}
.dataBox {
	padding-bottom: 15px;
}
.dataBox img {
	border: 1px solid black;
}

#ads1 {
	height: 195px;
	clear: both;
	margin-bottom: 15px;
}
.vertAd { /* an ad that only has ads above or below it */
	margin-bottom: 5px;
}
* html .vertAd {
	margin-bottom: 2px;
}
.horizAd { /* an ad that only has ads next to it */
	margin-right: 10px;
}
* html .horizAd {
	margin-right: 5px;
}
a:link, a:visited {
	color: #275994;
	text-decoration: none;
}
a:hover, a:active {
	color: black;
	text-decoration: underline;
}
.storyTitle {
	margin: auto 0px;
	font-size: 14px;
	color: #111111;
}
a.storyListLink {
	display: block;
	padding-left: 60px;
	padding-bottom: 10px;
	background-position: center left;
	background-repeat: no-repeat;
	border: 1px solid white;
	width: 260px;
	height: 50px;
	margin: auto 0px;
}
a.storyListLink:hover {
	background-color: #ddeeff;
	border: 1px solid #aabbcc;
	text-decoration: none;
}
#issueMasthead {
	position: relative;
	height: 100px;
	width: 690px;
	margin-bottom: 6px;
	color: #ADC6E2;
	font-weight: 600;
	font-size: 14px;
}
#issueMasthead span {
	position: absolute;
	top: 4px;
	right: 10px;
}
h2 {
	font-size: 18px;
	font-weight: 700;
	color: black;
	margin-bottom: 6px;
}
h3 {
	font-size: 14px;
	font-weight: 550;
	color: #021E3D;
	margin-bottom: 6px;
}

.article {
	padding: 10px 20px 20px 10px;
	font-size: 12px;
	color: #333333;
	width: 675px;
	float: left;
}

#articleImage {
	border: 2px solid black;
	float: left;
	margin: 0px 15px 15px 0px;
	}
div.cover {
	float: left;
	height: 200px;
	width: 155px;
	margin: 6px 6px;
	}
.cover img {
	border: 1px solid black;
	}
#contactForm {
	margin: 10px auto;
	width: 405px;
	text-align: left;
	}
#contactForm input {
	color: black;
	width: 405px;
	}
#DesNews {
	margin-bottom: 10px;
	}

.article #commentsArea {
	margin: 20px;
	}
.article #comments li {
	list-style: none;
	padding: 10px;
	}
.article #comments li h3 {
	color: #0A162E;
	font-weight: 800;
	font-size: 13px;
	display: inline;
	}
#ethicsStatement {
	width: 75%;
	border: 1px solid #333333;
	padding: 50px;
	font-size: 12px;
	text-align: left;
	margin-bottom: 20px;
	}
#ethicsStatement h1 {
	color: #004080;
	margin-top: 8px;
	font-size: 15px;
	font-weight: 800;
	}
#ethicsStatement h2 {
	margin-top: 8px;
	font-size: 12px;
	font-weight: 800;
	}
#ethicsStatement p {
	padding: 5px;
	}
#ethicsStatement ol li ul li {
	margin-left: 10px;
	}
#ethicsStatement ol {
	margin-left: 10px;
	}
#ethicsStatement ol ul li {
	margin-left: 10px;
	}
#ethicsStatement ol li {
	list-style-position: inside;
	margin-bottom: 8px;
	}
#ethicsStatement ol li ul li{
	margin-bottom: 2px;
	}
#contactList {
	text-align: left;
	width:  250px;
	margin: 40px auto;
	}
#contactList p {
	margin: 15px;
	}
#contactList h2 {
	font-size: 13px;
	}
#searchBox input {
	margin-left: auto;
	}
#searchBox {
	padding-top: 8px;
	*padding-top: 6px;
	padding-left: 10px;
	height: 29px;
	width:680px;
	background-image: url("../images/searchBox.jpg");
	background-repeat: no-repeat;
	background-position: top left;
	}
#searchBox .title {
	margin-right: 10px;
	color: white;
	font-weight: 900;
	font-size: 16px;
	}
#searchBox input.text {
	padding: 1px 3px;
	width: 330px;
	margin-right: 10px;
	}
#searchBox {
	padding-bottom: 10px;
	}
	
/* PAGING ***************************************/
#pagingBox {
	margin-top: 15px;
	background-color: #A5B1BC;
	width: 660px;
	padding: 5px;
	border: 1px solid #475561;
	text-align: center;
	}
#pagingBox a:link, #pagingBox a:visited {
	padding: 2px 3px;
	background-color: #C1C9D0;
	border: 1px solid #475561;
	font-weight: 900;
	font-size: 14px;
	color: #475561;
	text-decoration: none;
	margin: 0px 2px;
	}
#pagingBox a:hover, #pagingBox a:active {
	padding: 3px;
	background-color: #DEE2E7;
	}
#pagingBox a.at:link, #pagingBox a.at:visited {
	background-color: #475561;
	color: white;
	}
#pagingBox a.at:hover, #pagingBox a.at:active {
	background-color: #20262B;
	}
#siteCreated {
	margin-top: 5px;
	color: #C7D6E0;
	}
#siteCreated a {
	color: white;
	}
#siteCreated a:hover, #siteCreated a:active {
	text-decoration: underline;
	}