body{
	font-family: Arial, Verdana, sans-serif;
	font-size: .7em;
	color: #282828;
	margin: 0;
	padding: 0;
}
#container{
	margin: 15px 0 0 15px;
	padding: 0;
	width: 800px;
}

/* -------------------HEADER SECTION --------------------- */
#header{
	background-image: url('../images/topbg.gif');
	background-repeat: repeat-x;
	width: 800px;
	height: 93px;
}
#logo{
	float: left;
}

#title img{ /* refer - hacks */
	margin-top: 13px;
}
#vol{
	text-align: right;
	color: white;
	margin-top: -19px;
	margin-right: 10px;
}
#vol strong{
	color: #ffd41d;
}

#newsline{
	text-align: left;
	font-size: 10px;
	color: #fff;
	margin-top: 2px;
	margin-left: 78px;
	font-weight: bold;
}

/* -------------------BODY SECTION --------------------- */
#articles{
	width: 800px;
	margin-top: 4px;
}

#leftcol{
	float: left;
	margin-top: 4px;
	width: 200px;
}
#leftcol ul li{
	list-style-type: none;
	list-style-image: url(../images/square.gif);
	margin-left: -15px;
	text-indent: -.25em;
}

#leftcol a:link, a:active{
	text-decoration: none;
	color: #3d5d96;
}
#leftcol a:hover{
	text-decoration: underline;
	color: #3d5d96;
}
#leftcol a:visited{
	color: #3d5d96;
}
#leftcol ul{
	list-style: &#187;
}
#leftcol li{
	padding-bottom: 5px;
	margin-left: -25px;
}
.captions{
	background-color: #3a4568;
	font-weight: bold;
	color: #ffd41d;
	font-family: Arial, ssans-serif;
	font-size: 12px;
	padding: 3px 3px 3px 8px;
}
.box{
	background-color: #e0e0e0;
	padding: 5px 5px 3px 5px;
	font-size: 11px;
	margin-bottom: 10px;
}

.box ul, .box li{
	background-image: url('../images/square.gif') no-repeat;
}

#rightcol{ /* refer - HACKS */
	margin-left: 205px;
	padding-top: 4px;
	text-align: justify;
	width: 595px;
	height: auto;
}
#rightcol img{
	border: 0px outset #3d5d96;
	padding: 2px 2px 2px 2px;
}
.text{
	padding: 0px 5px 0px 5px;
}
.text a:link, a:active{
	text-decoration: none;
	color: #3d5d96;
}
.text a:hover{
	text-decoration: underline;
	color: #3d5d96;
}
.text a:visited{
	color: #3d5d96;
}
.text tr td{
	font-size: 1em;
}
.clear{
	clear: both;
}

/* -------------------FOOTER SECTION --------------------- */
#footer{
	clear: both;
	width: 800px;
	margin-top: 15px;
	margin-left: 15px;
	margin-bottom: 10px;
	background-color: #3a4568;
	text-align: center;
	color: #fff;
	padding: 3px 0 3px 0;
}
#footer a:link, a:active, a:visited{
	text-decoration: none;
	color: #ffd41d;
}
#footer a:hover{
	text-decoration: underline;
}

/* VERY BOTTOM LINKS */
#links{
	width: 800px;
	margin-top: 5px;
	text-align: center;
}
#links a:link, a:active{
	text-decoration: none;
	color: #3d5d96;
}
#links a:hover{
	text-decoration: underline;
	color: #3d5d96;
}
#links a:visited{
	color: #3d5d96;
}

/* -------------------TYPOGRPHY --------------------- */

#leftcol strong{
	color: #3d5d96;
}
table tr td{
	font-family: Arial, Verdana, sans-serif;
	font-size: .8em;
	color: #282828;
}

/* -------------------HACKS --------------------- */
*html h4{
	font-size: 1em;
}
*html #title img{
	margin-left: -3px;
	margin-top: 13px;
}
*html #rightcol{
	float: left;
	margin-left: 5px;
}
