﻿body  
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 100%;
	font-family: Arial, "Times New Roman", Times, serif;
	color: White;
}

table tr td
{
	padding: 10px;
}
#Container
{
	/*position: relative;*/
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	border: 0px;
	height: 100%;
	width: 1024px;
	background-color: #005194; 
}
#PageContainer
{
	border: 0px;
	margin: 0px auto;
	padding: 0px ;
	height: 80%;
	width: 1024px;
	background-color: #005194;
}
.DPAHomePageText
{
	/*height: 768px;
	position: relative;
	bottom: 0px;  
	margin: 200px 0px 0px 550px;*/
	padding:0px;
	border:0px;
	width: 450px;
	font: Arial;
	font-size: 18px;
	color: White;
}
.DPAHomePageText ul
{
	list-style: square;
}
.DPAHomePageText li
{
	font: Arial;
	color: #ffde00;
}
.DefaultHeaderLineOne
{
	font-style:  italic;
	font-weight:bolder;
	font-size:30px;
	color:Yellow;
	text-align:right;
}
.DefaultHeaderLineTwo
{
	font-style:italic;
	font-weight:bolder;
	font-size:20px;
	text-align:right;
	width:274px;
	color:Yellow;	
}
.LoginView
{
	color:Yellow;
}

.LoginView a:hover
{
	color:White;
}

.LoginView a:visited
{
	color:Yellow;
}
.HomeLeft
{
	
}
.YellowTextBox
{
	/*position:absolute;
	float:left;
	top: 715px;
	left:45px;*/
	padding: 0px;
	width:500px;
	font-size: 16px;
	background:#ffde00;
	color: #005194;
	border: none;
}
#About
{
	margin-top:75px;
	margin-left:80px;
	font-weight:bolder;
	color:White;
	text-align:left;
}
#About h1
{
	font-size:30px;
}
#About p
{
	font-size:20px;
}
.WhatsNewPage
{
	position:relative;
	top:200px;
	width:800px;
	margin:0px auto;
	font-size:20px;
	text-align:center;
}
.WhatsNewPage a:link
{
	color:Yellow;
}
.WhatsNewPage a:active
{
	color:Orange;
}
.WhatsNewPage a:visited
{
	color:Yellow;
}
.WhatsNewPage a:hover
{
	color:White;
}
.Documents
{
	text-align:left;
}
.Education
{
	text-align:left;
	width:800px;
}
.Education th
{
	text-align:left;
	border: solid 1px white;
}
.Education table
{
	border:solid 2px white;
}
.Education td
{
	border:solid 1px white;
}

.Links
{
	text-align:left;
	border:0;
}
#footer
{

}

#Legal
{

}

.NavMenu
{
	position: relative;
	font-weight: bolder;
	font-style: italic;
	font-family: Sans-Serif;
	margin: 0px auto; 
	padding: 0px 0px 0px 0px;
	z-index:10;
}

.NavMenu ul
{
	list-style: none;
	display: inline-block;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
}

.NavMenu a
{
	text-decoration: none;
	color: #005194; 
	margin:0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.NavMenu a:hover
{
	color: black;
}

.NavMenu li 
{
	float:left;
	display: inline-block;
	padding: 0px 25px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
}

