﻿@charset "utf-8";
/* CSS Document */

body	{
	background-color:#000000;
	color:#003;
	margin-left:30px;	
	text-align:left;
}

h1	{
	width:500px;
	background-image:url('../Site/images/element_background.jpg');
	color:#FFFFFF;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
}

p	{
	color:white;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight:normal;
	font-size:14px;
	text-align:left;
}
caption	{
	color:white;
}

table	{
	margin-left:30px;
}


.news	{
	margin-left: 30px;
	width:600px;
	text-align:left;
	text-indent: 10px;
	/* border-left: 1px solid #FFF; */
}
.news h2	{
	width:600px;
	background-color:#003;
	color:#FFF;
	text-indent: 10px;
	text-align:left;
}
.news p	{
	background-color:transparent;
	color:white;
	text-indent: 50px;
	text-align:left;
}
.news h4	{
	background-color:transparent;
	color: white;
	font-style:oblique;
	text-align:left;
}

.pnews	{
	color:#FFF;
	font-size:14px;
	font-weight:bold;
	text-indent:20px;
	font-family:Arial, Helvetica, sans-serif;
}



.footer	{
	background-color:#003;
	color:#FFF;
	font-style:oblique;
}

.footer p	{
	background-color:#003;
	color:#FFF;
}

.badge	{
	float:left;
	margin-left:30px;
}


.newsred	{
	margin-left: 30px;
	width:600px;
	text-align:left;
	text-indent: 10px;
	/* border-left: 1px solid #FFF; */
}
.newsred h2	{
	width:600px;
	background-color:#900;
	color:#FFF;
	text-indent: 10px;
	text-align:left;
}
.newsred p	{
	background-color:transparent;
	color:white;
	text-indent: 50px;
	text-align:left;
}
.newsred h4	{
	background-color:transparent;
	color: white;
	font-style:oblique;
	text-align:left;
}

.biography	{
	text-align:left;
	background-color:#000033;
	color:#FFF;
	border:1px solid #FFF;
}
.biography p	{
	text-align:left;
	background-color:#000033;
	color:#FFF;
}
