﻿body
{
	background-color: #FAF7E6;
	font-family: Verdana;
	font-size: 0.7em;
}

a{ color: #014C5C; }
a:Link{ color: #014C5C; }
a:Hover{ color: #014C5C; }
a:Visited{ color: #014C5C; }

.Navigation
{
	background-image: url('Images/NavigationBackground.png');
	background-repeat: no-repeat;
	
	width: 781px;
	height: 38px;
}

.Navigation a
{
	color: White;
	font-size: 1em;
	text-decoration: none;
}

.SearchPanelBackgroundLeft
{
	background-image: url('Images/BandLeft.jpg');
	background-repeat: repeat-x;
	height: 44px;
	width: 4px
}

.SearchPanelBackgroundRight
{
	background-image: url('Images/BandRight.jpg');
	background-repeat: repeat-x;
	background-position: right;
	height: 44px;
	width: 4px
}

.SearchPanelBackgroundCenter
{
	background-color: #014C5C;
	height: 44px;
	color: White;
	font-size: 1.4em;
}

.Content
{
	background-color: #FAF7E6;
}

.Footer
{
	width:780px;
	height:73px;
	
	color: #535354;	
	font-size: 1em;
}

.JobSearchText
{
	color: red;
}

ul#navigation 
{ 
	list-style-type: none; 
	margin: 0;
	padding: .5em 0;
	border-top: 1px solid #666;
}

.Button
{
	
	width: 6.5em;
	color: White;
	background-color: #014C5C;
	padding: .2em 0;
	text-align: center;
	text-decoration: none;
}

ul#navigation .left
{
	float: left;
	width: 5em;
}

ul#navigation .center
{
	float: none;
	width: 5em;
}

ul#navigation .right
{
	float: right;
	width: 5em;
	padding-right:35px;
}

ul#navigation li a:hover
{
	color: #FFF;
	background-color: #69C;
}


.Error
{
	color:Red;
}

.DetailsViewHeaderText
{

	width:170px;

}

.PageHeader
{
	color:White;	
	font-weight:bold;
	padding: 5px 5px 5px 5px;
	text-align:center;
	height: 28px;
	font-size: 1.25em;
}

.PageHeaderNoAlignment
{
	color:White;	
	font-weight:bold;
	background-image: url('Images/SearchPanelBackground.png');
	background-repeat: repeat-x;
	padding: 5px 5px 5px 5px;
	height: 28px;
	font-size: 1.25em;
}

.PageSubHeader
{
	 color: #014C5C;
	 font-weight:bold;
	 padding-left:10px;
}












