﻿body 
{
  background-color:  #004080;
}

a 
{
    color: Orange;
}

#centerimage 
{
    border:solid Navy medium;
    width: 500px;
    height: 400px;
}

.headertext
{
    font-family:Verdana;
	font-size:18px;
	font-weight: bold;
	line-height:30px;
	color:#B8E15D;
	text-align: left;
}

.subheadertext
{
    font-family:Verdana;
	font-size:16px;
	font-weight:normal;
	line-height:30px;
	color:#B8E15D;
	text-align: left;
}

.normaltext
{
    font-family:Verdana;
	font-size:13px;
	line-height:13px;
	color:#9ED8FF;
	text-align: left;
}
  
.headergreentext
{
    font-family:Verdana;
	font-size:18px;
	font-weight: bold;
	line-height:30px;
	color:#B8E15D;
	padding: 5px;
	text-align: left;
}

.subheadergreentext
{
    font-family:Verdana;
	font-size:16px;
	font-weight:normal;
	line-height:30px;
	color:#B8E15D;
	padding: 5px;
	text-align: left;
}

.subheaderwhitetext
{
    font-family:Verdana;
	font-size:16px;
	font-weight:normal;
	line-height:30px;
	color:white;
	padding: 5px;
	text-align: left;
}

.normalwhitetext
{
    font-family:Verdana;
	font-size:13px;
	line-height:13px;
	color:white;
	padding: 5px;
	text-align: left;
}

.normalgreentext
{
    font-family:Verdana;
	font-size:13px;
	line-height:13px;
	color:white;
	padding: 5px;
	text-align: left;
}

.headerbluetext
{
    font-family:Verdana;
	font-size:14px;
	font-weight: bold;
	line-height:30px;
	color: white;
	padding: 5px;
	text-align: left;
}

.subheaderbluetext
{
    font-family:Verdana;
	font-size:12px;
	font-weight:normal;
	line-height:30px;
	color:white;
	padding: 5px;
	text-align: left;
}

.normalbluetext
{
    font-family:Verdana;
	font-size:13px;
	line-height:13px;
	color:white;
	padding: 5px;
	text-align: left;
}

.PhotoGallery 
{
    width: 1000px;
    border:solid 1 black;
    background-color: Black;
    
}

.errorText
{
    color: Red;
    font-size:  small ;
}