body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #000000;
	color: #000000;
	behavior: url(csshover.htc); /*IE only fix*/
}

.nodisplay {
	display: none;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.bodystyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}

.medium {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.big {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

.xbig {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
}

.expanded {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	letter-spacing: 2px;
}

.justified {
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
}

.box1 {
	padding: 3px;
	border: medium solid #333333;

}

.box2 {
	font-style: italic;
	word-spacing: 2pt;
	padding: 3px;
}
#headlines {
	width: 250px;
	text-indent: .5em;

}
#headlines ul{
	font-size: 0.85em;
	list-style-type: square;
	list-style-position: inside;
	margin-left: 1.5em;
	text-indent: -1em;
	color: #000000;
}
#headlines a{
	text-decoration: none;
	color: #000000;
	
}
#headlines a:hover{
	color: #D2232A;
	text-decoration: underline;
	
}
	/*Begin main nav section styling*/


	.iefix{
	display: block;
	position: absolute;
	top: -1px;
	width: 14em;
	z-index: -1;
	filter:mask();

}
	#nav{
	float: left;
	clear: left;
	font-weight: bold;
	background-color: #D2232A;
	margin-bottom: 0.2em;
	margin-top: 0.2em;
	z-index: 3;

	}
	#nav li{
	display: block;
	float: left;
	position: relative;
	padding-top: .2em;
	padding-bottom: .2em;
	font-size: 12px;
	font-weight: bold;

	}
	#nav a{
		text-decoration: none;
		color: white;
		padding: .2em .4em .4em .8em;
		border-right: 1px solid silver;
	}
	#nav a:hover{
		background-color: #333333;
	}
	#nav span{
		margin-left: .6em;
	}
	#nav ul li ul{
		display: none;
		position: absolute;
		width: 14em;
		left: -1px;
		top: 22px;
		background-color: #D2232A;
		z-index: 3;
	}
	#nav ul li ul li{
	width: 13.9em;
	border-top: 1px solid silver;
	padding: 0px;
	z-index: 3;
	}
	#nav ul li ul li a{
	display: block;
	width: 12.4em;
	border: none;
	z-index: 3;
	}
	#nav ul li ul li ul{
	visibility: hidden;
	top: -1px;
	left: 14em;
	margin-top: 0em;
	background-color: #D2232A;
	z-index: 3;
	}
	#nav ul li:hover ul{
	display: block;
	z-index=20;
	}

	#nav ul li ul li:hover ul {
	visibility:visible;
	z-index: 3;
	}
	/*End nav section*/
#headlines a {
	color: #000000;
	text-decoration: none;
}
#headlines a:hover {
	color: #D2232A;
	text-decoration: underline;
}
.gradient {
	background-image: url(images/gradient.jpg);
	background-repeat: repeat-x;
	background-position: center top;

}
#short2 {
	list-style-type: none;
	padding-right: 10px;
	margin: 3px;
	padding-left: 5px;
}
#short2 a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: underline;
}
#short2 a {
	color: #D2232A;
	text-decoration: underline;
}
a {
	color: #D2232A;
	text-decoration: none;
}
a:hover {
	color: #0033CC;
	text-decoration: underline;
}
#columns {
	width: 125px;
	margin: 0px;
	padding: 0px;


}
#columns ul {
	font-size: 0.85em;
	list-style-type: square;
	list-style-position: inside;
	color: #000000;
	margin-left: 0px;
	text-indent: 0.05em;



}
#columns a {

	color: #000000;
	text-decoration: none;
}
#columns a:hover {

	color: #D2232A;
	text-decoration: underline;
}
.classads {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	margin-right: 10px;
	margin-left: 10px;
}
h2,h3,th {
	color: #D2232A;
}
#article {
	max-width: 300px;
	/* Change 525 to the desired width value */
}

#article {
	_width: expression(this.width > 300 ? 300: true);
	/* IE6 fix for max-width */
	/* Change both 525s to the desired width value */
}
