/*-- Generic styles for the page --*/

body {
	background-color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: navy;
	width: 768px;
	margin-left:auto;
	margin-right:auto; 
}

a:link {
	color: red;
	text-decoration: none;
}

a:visited {
	color: red;
	text-decoration: none;
}

a:hover {
	color: white;
	text-decoration: none;
	background-color: navy;
}

a:active {
	color: white;
	text-decoration: none;
	background-color: navy;
}

.small {font-size: 10px;}
.center {text-align: center;}

table {
	text-align: left;
	font-style: normal;
	font-size: 10px;
}

hr {
	width: 75%;
	color: red;
	background-color: red;
}

cite {
	font-style: italic;
}

em {
    font-style: italic;
}

h3 {
	font-size: 18px;
	text-align: left;
}

h4 {
	font-size: 16px;
	text-align: center;
}

img {
	Margin-left: 10px;
}

ul {
    font-size: 10px;
    font-weight: bold;
}


/*-- The navbar is on the left side of every page. --*/
/*-- It is the primary navigation tool for the site --*/

#navbar 
{
	width: 200px;
	color: navy;
	background-color: white;
	font-size: 10px;
	position:absolute;
}

#navbar p {
	margin-left: 5px;
	margin-right: 5px;
}

#navbar a:link, a:visited {
	color: red;
	text-decoration: none;
}

#navbar a:hover {
	color: white;
	text-decoration: none;
	background-color: navy;
}

#navbar a:active {
	color: white;
	text-decoration: none;
	background-color: #900;
}

#contentplaceholder

/*-- This is the style for the content place holder --*/
/*-- at the bottom of the futureangels.master page. --*/
{
    top: 0px; 
    float: right; 
    padding-left: 20px; 
    width: 568px;
}

/*-- The banner is the main banner across the top of the home page. --*/

#banner {
	height: 125px;
	background-color: #FFF;
	color: white;
	margin-left: auto;
	margin-right: auto;
}

/* -- The disclaimer appears below the banner. --*/
#disclaimer {
	background-color: white;
	color: navy;
	text-align: center;
	font-size: 8px;
	margin-left:auto;
	margin-right:auto;
	top: 90px;
}


/*-- The homeheadlines holds the text and images for the featured headlines. --*/

#homeheadlines 
{
    font-size: 18px;
}

#homeheadlines table {
	text-align: center;
	font-size: 12px;
}

/*-- The homearchive holds the text for older articles. --*/

#homearchive {
	background: #FFF;
}

#homearchive table {
	text-align: center;
	font-size: 10px;
}

#homearchive h3 {
	font-size: 18px;
	text-align: left;
}

#homearchive h4 {
	font-size: 16px;
	text-align: left;
}


/*-- Container is the div for all sub-pages. --*/

#container {
    top: 0px; 
    float: right; 
    padding-left: 20px; 
    width: 568px;
}

#container a:link {
	color: red;
	text-decoration: none;
}

#container h3 {
	font-size: 18px;
	text-align: left;
}

#container h4 {
	font-size: 16px;
	text-align: left;
}

#container a:visited {
	color: red;
	text-decoration: none;
}

#container a:hover {
	color: white;
	text-decoration: none;
	background-color: navy;
}

#container a:active {
	color: white;
	text-decoration: none;
	background-color: navy;
}

#container table {
	text-align: center;
	font-style: italic;
	font-size: 10px;
}


/*-- These are the styles for the Photo Gallery pages. --*/



#photogallery a:link {
	color: red;
	text-decoration: none;
}

#photogallery h3 {
	font-size: 18px;
	text-align: left;
}

#photogallery h4 {
	font-size: 16px;
	text-align: left;
}

#photogallery a:visited {
	color: red;
	text-decoration: none;
}

#photogallery a:hover {
	color: white;
	text-decoration: none;
	background-color: navy;
}

#photogallery a:active {
	color: white;
	text-decoration: none;
	background-color: navy;
}

#photogallery table {
	left: 0;
	text-align: center;
	font-style: normal;
	font-size: 12px;
	border: 0;
	width: 100px;
	margin-bottom: 24px;
}

/*-- The database page holds the data generated from the SQL Server database. --*/


#database a:link {
	color: red;
	text-decoration: none;
}

#database h3 {
	font-size: 18px;
	text-align: left;
}

#database h4 {
	font-size: 16px;
	text-align: left;
}

#database a:visited {
	color: red;
	text-decoration: none;
}

#database a:hover {
	color: white;
	text-decoration: none;
	background-color: navy;
}

#database a:active {
	color: white;
	text-decoration: none;
	background-color: navy;
}

#database table {
	text-align: left;
	font-style: normal;
	font-size: 10px;
	/*-- top: 80px;
}