/* CSS Document */

body {
	background:#FFFFFF;
	margin:15px;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#828282;
	font-size:12px;
	text-align:center;
}

p {
	text-align:justify;
	line-height:19px;
	margin:20px 0 20px 0;
}

td {
	text-align:left;
}

form {
	margin:0;
	padding:0;
}

a {
	color:#333333;
	text-decoration:none;
	font-weight:bold;
}

a:hover {
	text-decoration:underline;
}

.cleared {
	clear: both;
	overflow: hidden;
	height: 0;
}

#container {
	width:900px;
	background:#EBEBEB;	
	margin: 0 auto;
}

#topBar {
	width:900px;
	background:url(../images/topBar.gif);
	height:193px;
}

#leftCol {
	float:left;
	width: 490px !important;
	width: 520px;
	width/**/:/**/490px;
	padding: 20px 10px 20px 20px;
}

#rightCol {
	float:right;
	width: 350px !important;
	width: 380px;
	width/**/:/**/350px;
	padding:20px 20px 20px 10px;
	text-align:left;
}

#leftTop, #leftFooter, #rightTop, #rightFooter {
	height:15px;
}

#leftTop {
	background:url(../images/cnrtopLeft.gif) top center no-repeat #FFFFFF;
	}

#leftFooter {
	background:url(../images/cnrbtmLeft.gif) top center no-repeat;
	}

#leftBox {
	padding:10px 20px 20px 20px;
	background:url(../images/leftBack.gif) repeat-y;
}

#rightTop {
	background:url(../images/cnrtopRight.gif) top center no-repeat #FFFFFF;
	margin-top:20px;
	}

#rightFooter {
	background:url(../images/cnrbtmRight.gif) top center no-repeat;
	margin-bottom:20px;
	}
	

#rightBox {
	padding:10px 20px 20px 20px;
	background:url(../images/rightBack.gif) repeat-y;
}

.sentientComment {
	float:right;
	width:357px;
	height:45;
	margin-top:120px;
	margin-right:20px;
}

.logo {
	text-align:right;

}

.logo a {
	text-align:right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #6d6d6d;
	text-decoration: none;

}

.logo a:hover {
	text-decoration: underline;
}

#promo {
	height:277px;
	background:url(../images/promoBack.gif) no-repeat;
	margin-top:20px;
	padding:10px 20px 0 20px;
}

h1, h2, h3, h4, h5, h6 {
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
}

h2 {
	font-size:22px;
	color:#828282;
}

h3 {
	font-size:14px;
	color:#ff7300;
	margin:0 0 10px 0;
}

h3.replaceTitle, h4.replaceTitle {
	background-position: left top;
	background-repeat: no-repeat;
	text-indent: -999em;
	padding:0;
}

h3.replaceTitle {
	margin:25px 0 -3px 0;
}

h4.replaceTitle {
	margin:50px 0 -3px 0;
}

h4 {
	font-size:24px;
	color:#ff7300;
	margin:10px 0 0 0;
}

h5 {
	font-size:14px;
	color:#828282;
	margin:0;
}

.linkList ul  {
	padding: 0;
	margin: 0;
}

.linkList li {
	list-style-type: none;
	padding: 0 0 5px 0;
	margin: 0 0 0 -20px;
}

.anArticle {
	margin: 0 0 35px 0;
	padding: 0 0 25px 0;
	text-align: justify;
	border-bottom:1px dashed #DAD9D9;
}

.articleDetails {
	list-style: none;
	margin: 15px 0;
	padding: 0;
}

.articleBookmarks {
	margin: 25px 0 25px 0;
}

.articleDetails li {
	float: left;
	margin-right: 15px;
}


.commentBox, .textField, .dropField {
	background-image:url(../images/input-bg.gif);
	border: 1px solid #C5C4C4; ;
	padding: 3px 3px;
	color: #171717;
	font-size: 12px;
	width: 250px;
	text-align: left;
	vertical-align: top;
}

.textField {
	height: 18px;
	margin: 15px 5px 0 0;
}

.commentBox {
	height: 60px;
	margin: 15px 5px 0 0;
}

.dropField {
	margin: -2px 5px 0 0;
}

.goButton, .viewProfile, .submitButton {
	border:none;
	cursor:pointer;
}

.goButton {
	background-image:url(../images/btn_go.gif);
	width:26px;
	height:26px;
	margin-top:15px;
}

.submitButton {
	background-image:url(../images/btn_submit.gif);
	width:49px;
	height:25px;
	margin-top:10px;
	margin-left:95px;
}

.viewProfile {
	background:url(../images/btn_viewprofile.gif) top left no-repeat;
	width:158px;
	height:16px;
	margin-top:100px;
	display:block;
}

.rss {
	background-image:url(../images/rss.gif);
	background-repeat: no-repeat;
	height:15px;
	padding-left:20px;
}

#comment {
	text-align:left;
}

label {
	display:block;
	width:90px;
	float:left;
	padding:18px 10px 0 0;
	text-align:right;
	font-weight:bold;
}

.checkOption {
	margin:10px 0 0 100px;
}