body {
	background-color: #000000;
	background-image: url('/images/background1.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	background-attachment: fixed;
	font-family: Arial, Verdana;
	font-size: 10px;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

A:link {
	color: #FFCC33;
	text-decoration:none;
}

A:visited {
	color: #FFCC33;
	text-decoration:none;
}

A:hover {
	color: #FFCC33;
	text-decoration:underline;
}

A:active {
	color: #FFCC33;
	text-decoration:none;
}

A:link.white {
	color: #FFFFFF;
	text-decoration:none;
}

A:visited.white {
	color: #FFFFFF;
	text-decoration:none;
}

A:hover.white {
	color: #FFCC33;
	text-decoration:underline;
}

A:active.white {
	color: #FFFFFF;
	text-decoration:none;
}
div#crown {
	background-image: url('/images/crown.jpg');
	background-repeat: repeat-x;
}

td.navbar img {
	border: 0px;
}

.justifyP P {
	text-align: justify;
}

h2 {
	font-size: 16px;
}

h3 {
	font-size: 15px;
}

td#side {
	width: 200px;
	padding: 10px;
	padding-top: 20px;
        background-color: #282555;
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
	color: #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
}

td#content {
	width: 720px;
	padding: 10px;
	padding-top: 28px;
	background-color: #000000;
/*
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
*/
	color: #DADADA;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
}

td#footer {
	padding: 25px;
	text-align: center;
	color: #CCCCCC;
}

tr.newsheading {
	/* background-color: #282555; */
	width: 100%;
	color: #FFFFFF;
}

td.newstitle {
	text-align: left;
	width: auto;
	padding: 3px;
	
	font-weight: bold;
}

td.newstitle a {
	text-decoration: none;
}

td.newsdate {
	text-align: right;
	padding: 3px;
	white-space: nowrap;
	font-size: 14px;
}

tr.newscontent {
	font-size: 13px;
	width: 100%;
}

td.newscontent {
	color: #DADADA;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: justify;
	border-top: 1px solid #FFFFFF;
}

td.newscontent div {
	text-align: center;
}

td.newscontent img {
	border-color: #CCCCCC;
	border-width: 1px;
}

td.newscontent img.cutout {
	width: auto;
	border: 1px solid #CCCCCC;
}

td.newscontent p.caption {
	margin-left: 35px;
	margin-right: 35px;
	text-align: center;
	font-size: 12px;
}

tr.newscontentfoot {
	width: 100%;
}

td.newscontentfoot {
	color: #c0c0c0;
	padding-right: 10px;
	padding-bottom: 25px;
	padding-top: 20px;
	text-align: right;
	font-size: 12px;
}

td.newscontent a:hover {
	font-weight:normal;
}

/* compressed sections and new news class added for new front page display/hiding of news items - 09/25/07 - Amerle */
tr.newsheading_compressed {
	font-size: 12px;
	width: 100%;
	color: #DDDDDD;
}

tr.newsheading_compressed a{
	font-size: 12px;
	color: #CCCCCC;
}

tr.newscontentfoot_compressed {
	display:none;
}

tr.newscontent_compressed {
	display: none;
	width: 100%;
}

td.newsdivision {
	text-align: center;
	border-top: 1px solid #FFFFFF;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
}

tr.newsdivisionheading {
	margin-bottom: 20px;
	color: #FFFFFF;
}


/* newspost_count is the text at the botton which allows the display of more/fewer news posts */

.newspost_count {
	padding-top: 25px;
	width: 100%;
	position: relative;
	left: 30%;
	text-align: center;
	color: #FFFFFF;
	font-size: 11px;
}	

.newspost_count a {
	text-decoration: none;
	color: #ffffff;
}

.newspost_count a:hover {
	font-weight: normal;
}	

tr.newsfooter {
	padding-top: 25px;
	width: 100%;
	position: relative;
	left: 30%;
	text-align: center;
	color: #FFFFFF;
	font-size: 11px;
}	

tr.newsfooter a {
	text-decoration: none;
	color: #ffffff;
}

.sidebar li {
	font-size: 12px;
	margin-left: -25px;
}

.error {
	color: #FF0000;
}

.warn {
	color: #FFFF00;
}
