html {
	background:#fff;
	font-family:Arial, Helvetica, sans-serif;
}

body {
	margin:0;
}

#top {
	width:100%;
}

#webtitle {
	background:none;
	text-indent:0;
	font-size:1.7em;
	font-weight:bold;
	color:#000;
}

#thenav, #sidebar, #footer, #commentsform {
	display:none;
}

.cornerul {
	background:url('images/ulcorner.gif') top left no-repeat;
	height:12px;
	font-size:2px;
}

.cornerur {
	background:url('images/urcorner.gif') top right no-repeat;
	float:right;
	height:12px;
	width:12px;
	margin-top:-12px;
	font-size:2px;
}

.cornerll {
	background:url('images/llcorner.gif') bottom left no-repeat;
	height:12px;
	margin-top:-7px;
	font-size:2px;

}

.cornerlr {
	background:url('images/lrcorner.gif') bottom right no-repeat;
	float:right;
	height:12px;
	width:12px;
	margin-top:-12px;
	font-size:2px;
}



/* Search Bar */

#search {
	display:none;
}



/* Articles */

#contentwrap {
	width:95%;
	top:80px;
	margin:0;
	padding:0 12px 0 12px;
	background:#fff;
	z-index:50;
}

#contentmain {
	margin:0;
	color: #000;
	}

#contentmain a:hover {
	text-decoration:underline;
	color:#000;
}

.articlelinks {
	margin:0;
	padding:0 0 25px 20px;
	font-size:0.8em;
}

h1 {
	margin:0;
	padding:22px 0 15px 0;
	font-size:1.45em;
	font-weight:bold;
	color:#000;
	text-transform:capitalize;
	border-bottom:4px solid #000;
}

h2 {
	font-size:0.95em;
	margin:0;
	padding:0;
}

.subtitle {
	width:200px;
	float:right;
	margin:-25px 160px 15px 30px;
	padding:0 10px 0 10px;
	background:#fff;
}

.titlesmallimg {
	background:url('images/arrow.png') no-repeat;
	height:20px;
	width:18px;
	margin:0 0 0 7px;
	padding:0 25px 0 0;
}

.details {
	font-size:0.7em;
	margin:0 0 10px 42px;
	color:#000;
}

.summary {
	font-size:0.9em;
	line-height:1.3em;
	margin:2px 5% 15px 50px;
}

.date {
	font-size:0.8em;
	margin:7px 0 0 22px;
	color:#000;
}

.author {
	margin:0 0 30px 22px;
	font-size:0.8em;
	color:#000;
}

.story {
	font-size:0.9em;
	line-height:1.3em;
	margin:2px 5% 5% 37px;
}

h3 {
	font-size:1.2em;
	font-weight:bold;
	color: #505050;
}

pre {
	margin:0px;
	background:#fff;
	border:2px solid #000000;
	padding:7px 7px 7px 7px;
}

.bordercontainer {
	margin:15px 0 35px 0;
	padding:15px 0 5px 0;
	border:1px solid #276f9c;
}

.bordercontainer2 {
	margin:15px 0 0 0;
	padding:15px 0 5px 0;
	border-top:1px solid #276f9c;
}

.exlinkcontainer {
	min-height:179px;
	margin:0 0 25px 0;
}

.containertext{
	clear:right;
	margin:0;
	padding:0;
}

.resimg {
	border:1px solid #276f9c;
	margin:10px 10px 10px 10px;
	width:206px;
	height:155px;
	padding:3px;
}

.resimg:hover {
	background:#276f9c;
}

.resimagelink {
	float:left;
}

.stockdesc {
	font-size:0.9em;
	line-height:1.3em;
	margin:2px 5% 0 232px;
}

.containertext ul {
	list-style:none;
	list-style-image:url('images/catarrow.png');
	padding-left:30px;
	margin:0;
	font-size:0.9em;
}

.containertext ul a {
	font-weight:bold;
	font-size:1.05em;
}

.containertext ul li {
	padding-bottom:5px;
}

.commenttitle {
	margin-left:30px;
	background:url('images/commenticon.png') top left no-repeat;
	padding-left:22px;
}

.commentmessage {
	font-size:0.9em;
	line-height:1.3em;
	margin:2px 20px 15px 20px;
	padding:0 15px 15px 15px;
	border-bottom:1px solid #ccc;
}

.asterisk {
	color:red;
}

#examplebg {
	width:70%;
	padding:0;
}

#controltop {
	background:#e89a3a;
	padding:0;
	margin:0;
}

#controlheader {
	background:#e89a3a url('images/controlbg.png') 10px 0 no-repeat;
	padding:7px 15px 15px 56px;
	border-bottom:2px solid #000;
	font-size:20px;
	font-weight:bold;
	margin:0;
}

#controlcontent {
	clear:both;
	padding:10px 15px 10px 15px;
	margin:0;
	background-color:#e8e8e8;
}

#controlbottom {
	background-color:#e8e8e8;
	padding:0;
	margin:0;
}


