/* CSS Document */
html { 
border: 0px solid; 
} 

html, body { 
height: 100%; 
margin: 0; 
padding: 0;
padding-top: 12; 
} 

table.pagecontent {
	height: 100%;
} 

.newsShadow {
	background-color:#FFFFFF;
	border: 1px solid #B73621;
}
.newsTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #B73621;
	text-transform: uppercase;
	font-weight: bold;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

#mainbox {
	width:256px;
	height:300px;
	position: relative;
	z-index: 1;
}

.dottedDivider {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #FFFFFF;
}
.whiteBorder {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.redcopy {
	color: #CC0000;
}
li {
	margin-left: -20px;
}
.email {
	color:#F9CF5F;
	text-decoration: none;
}
a:link.email {
	color:#FFFFFF;
	text-decoration: none;
}
a:hover.email {
	color:#FFFFFF;
	text-decoration: underline;
}
input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
.darkcopy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	line-height: 15px;
}
.postdate {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	background-color: #B73621;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
