/*====================================================================================REDEFINED HTML OBJECTS====================================================================================*/


body { 
	margin-top: 0px;
	margin-left: 0px; 
}

H1 { 
	font-family: Arial, Helvetica; 
	color: white; 
	font-size : 18pt; 
	display : inline;
}

H2 { 
	font-family: Arial, Helvetica; 
	color: white; 
	font-size : 16pt; 
}

H3 { 
	font-family: Arial, Helvetica; 
	color: white; 
	font-size : 14pt; 
}

H4 { 
	font-family: Arial, Helvetica; 
	color: white; 
	font-size : 12pt; 
}

p { 
	font-family: Arial, Helvetica; 
	color: white; 
	font-size : 8pt; 
}

li { 
	font-family: Arial, Helvetica; 
	color: white; 
	font-size : 8pt; 
}

ul { 
	font-family: Arial, Helvetica; 
	color: white; 
	font-size : 8pt; 
}

b { 
	font-family: Arial, Helvetica; 
	color: white; 
	font-size : 8pt; 
}

i { 
	font-family: Arial, Helvetica; 
	color: white; 
	font-size : 8pt; 
}

table { 
	font-family: Arial, Helvetica; 
	color: white; 
	font-size : 8pt; 
}

li { 
	font-family: Arial, Helvetica; 
	color: white; 
	font-size : 10pt; 
}

hr {
	width: 85%;
	color: #FFFFF;
}

a:link { 
	color : #999999; 
}

a:visited { 
	color : #999999; 
}

a:hover { 
	color : #555555; 
}

a:active { 
	color : #555555; 
}

img { border-color : #000000; }
    
.formfields  { 
	font-family: arial; 
	color: #ffffff; 
	font-size: 9pt; 
	width: 100;
	border: 1px solid #ffffff; 
	padding-left: 2px; 
	padding-right: 2px; 
	background-color: #000000;
    background-image: url('images/formgrad.jpg'); 
    background-position: top; 
    background-repeat:no-repeat; }
}
    
}

/*====================================================================================LAYOUT OPTIONS - Styles to replace Table Formatting====================================================================================*/
.damtables {
	padding-right: 20px;
	margin-bottom: 20px;
	width: 100%;
}

#leftblocks {
	width: 200px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 10px;
	vertical-align: top;
	white-space: normal;
}

#contentblock{
	width: 768px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 15px;
		border-top: #DDDDDD;
	border-right: #EEEEEE;
	border-bottom: #EEEEEE;
	border-left: #DDDDDD;
	background: #FAFAFA;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	font-size: 12px;
	vertical-align: top;
	white-space: normal;
}

#rightblocks{
	width: 18%;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 20px;
	vertical-align: top;
	white-space: normal;
}

/*====================================================================================HEADER OPTIONS====================================================================================*/
#header-imagebar {
	width: 100%;
	height: 80px;
}

.sitebanner-left {
	font-size: 30px;
	color: #FFFFFF;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	text-align: left;
	font-weight: bold;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
}

.sitebanner-right {
	font-size: 11px;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	padding-right: 20px;
	text-align: right;
	vertical-align: middle;
	white-space: nowrap;
}

.headertext {
}

#header-textbar {
	width: 100%;
	height: 50px;
}

.header-textbar-left {
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	vertical-align: middle;
	white-space: nowrap;
}

/*.header-textbar-right {
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	vertical-align: middle;
}

*/.header-datestamp {
	color: #EEEEEE;
	font-size: 9px;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	text-align: left;
	white-space: nowrap;
}

.header-links {
	color: #EEEEEE;
	font-size: 11px;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	text-align: right;
	white-space: nowrap;
}

.header-links a {
 color: #FFFFFF;
 }

.header-links a:hover {
	color: #CC9999;
}

/*====================================================================================STORY OPTIONS====================================================================================*/
#story-block {
}

.story-header {
		height: 25px;
	border-bottom-color: #999999;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	margin-bottom: 4px;
}

	.story-date {
		color: #cccccc;
		font-size: 10px;
		font-family: "Lucida Grande", arial, sans-serif;
		white-space: nowrap;
		float: left;
		vertical-align: middle;
	}

		.story-options {
		color: #cccccc;
		font-size: 10px;
		font-family: "Lucida Grande", arial, sans-serif;
		text-align: right;
		white-space: nowrap;
		float: right;
	}

.story-body {
	white-space: nowrap;
}

.story-image {
	width: 150px;
	float: left;
	margin-top: 5px;
}

.story-text {
	color: #FFFFFF;
	font-size: 11px;
	font-family: "Lucida Grande", arial, sans-serif;
	margin-top: 5px;
	margin-left: 5px;
	white-space: normal;
}

.storytitle {
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
}

.storybyline {
	font-size: 11px;
	font-family: "Lucida Grande", arial, sans-serif;
}

.storycontent {
	color: #cccccc;
	font-size: 11px;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	line-height: 16px;
	padding-top: 10px;
	padding-bottom: 20px;
}

.storyinfo {
	color: #cccccc;
	font-size: 11px;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
}

.featuredstorytitle {
	color: #603811;
	font-size: 18px;
	font-weight: bold;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	padding-top: 3px;
}

.welcomeblock {
	color: #000000;
	font-size: 11px;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:2px;
	padding-right:2px;
}

.story-footer {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #333333;
	padding-top: 3px;
	padding-left: 5px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}

/*====================================================================================BLOCK OPTIONS====================================================================================*/
.block {
	font-size: 10px;
	color: #666666;
	margin-bottom: 15px;
}

.blocktitle{
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 3px;
}

#boption {
	color: #999999;
	font-size: 11px;
	padding-top: 1px;
	padding-bottom: 2px;
	padding-left: 10px;
}

#boption:hover a {
	color: #603811;
}

#boption-off {
	color: #CC9999;
	font-size: 11px;
	font-weight: bold;
	padding-top: 1px;
	padding-bottom: 2px;
	padding-left: 10px;
	background-image: url(images/btn-on.gif);
	background-repeat: no-repeat;
	background-position: -4px -1px;
}

#boption-plain {
	color: #999999;
	font-size: 11px;
	padding-top: 1px;
	padding-bottom: 2px;
	padding-left: 10px;
}

/*====================================================================================FOOTER OPTIONS====================================================================================*/
#prefooter {
	padding-top: 5px;
	padding-left: 20px;
	padding-right: 0px;
	padding-bottom: 5px;
	white-space: nowrap;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #999999;
	height: 10px;
	width: 100%;
}

.prefooter-text {
	color: #FFFFFF;
	font-size: 9px;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	text-align: left;
	vertical-align: middle;
	white-space: nowrap;
}

.prefooter-text a {
 color: #FFFFFF;
 }

.prefooter-text a:hover {
	color: #CC9999;
}

#footerblock {
	background-color: #666666;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	width: 100%;
}

.footer-left {
	color: #EEEEEE;
	font-size: 9px;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	text-align: left;
	white-space: nowrap;
}

.footer-left a {
 color: #FFCCCC;
 }

.footer-left a:hover {
	color: #CC9999;
}

.footer-right {
	color: #FFFFFF;
	font-size: 9px;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	text-align: right;
	white-space: nowrap;
}

.footer-right a {
 color: #FFCCCC;
 }

.footer-right a:hover {
	color: #CC9999;
}

.footer {
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #999999;
	vertical-align: top;
}

.footer {
font-size: 11px;
font-family: "Lucida Grande", arial, sans-serif;
}

/*====================================================================================THE END - YAY! Comments Rock!====================================================================================*/