body 
{
	width: 1000px;
	margin: auto;
	padding: 0px;
}

H1
{		
	font-family: Arial Narrow, Arial, Verdana;
	font-size: 3.125em;
	font-weight: normal;
	text-decoration: none;
	color: #404B7A;
	display: block;
}

H2
{
	font-family: Arial Narrow, Arial, Verdana;
	font-size: 2.1875em;
	font-weight: normal;
	text-decoration: none;
	color: #404B7A;
	display: block;
}

H3
{
	font-family: Arial Narrow, Arial, Verdana;
	font-size: 1.375em;
	font-weight: normal;
	text-decoration: none;
	color: #B17950;
	display: block;
}

H4
{
	font-family: Arial Narrow, Arial, Verdana;
	font-size: 1.1875em;
	font-weight: normal;
	text-decoration: none;
	color: #256397;
	display: block;
}

H5
{
	font-family: Verdana, Arial;
	font-size: .85em;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	display: block;
	line-height: 22px;
}

p
{	
	font-family: Verdana, Arial;
	font-size: .75em;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
	display: block;
	line-height: 22px;
}

a
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	text-decoration: underline;
}

ul
{	
	font-family: Arial;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
}

li
{
	font-family: Arial;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
}

.AdminText
{
	font-family: Verdana, Arial;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
}

.AdminTextBold
{
	font-family: Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}

.AdminTextLink
{
	font-family: Verdana, Arial;
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
	color: #000000;
}

.IEImage
{
	margin-bottom: -4px;
}

/* ------ Borders and Backgrounds ------ */
.LeftCellBorder
{
	border-left: solid 1px #385280;
	border-top: solid 1px #385280;
	border-bottom: solid 1px #385280;
	border-right: solid 1px #385280;
	background-color: #333333;
}

.CenterCellBorder
{
	border-right: solid 1px #385280;
	border-top: solid 1px #385280;
	border-bottom: solid 1px #385280;
}

.BottomBorder
{
	border-bottom: solid 1px #385280;
}

.MenuBg
{
	background-color: #333333;
}

.Logo
{
	background-image: url(Images/Logo.jpg);
	background-repeat: no-repeat;
}

/* ------ News Styles ------ */
.NewsH1
{
	font-size: 16px;
	font-family: Arial;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

.NewsH2
{
	font-size: 12px;
	font-family: Arial;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

.NewsText
{
	font-size: 11px;
	font-family: Arial;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}

/*----------------------------Form Styles-------------------------------*/
.FormText
{
	font-family: Arial;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
}

.FormTextBold
{
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}

.FormTextError
{
	font-family: Arial;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	color: red;
}

.FormTextLink
{
	font-family: Arial;
	font-size: 14px;
	font-weight: normal;
	text-decoration: underline;
	color: #F99D1D;
}

.FormHead1
{		
	font-family: Arial;
	font-size: 24px;
	font-weight: Normal;	
	color: #F99D1D;
}

.FormHead2
{
	font-family: Arial;
	font-size: 18px;
	font-weight: Normal;	
	color: #F99D1D;
}

/*-------------------------------------Home Page Styles----------------------------------------*/
.HomeH1
{
	font-family: Arial;
	font-size: 24px;
	font-weight: Normal;	
	color: #F99D1D;
}

.HomeH2
{
	font-family: Arial;
	font-size: 18px;
	font-weight: Normal;	
	color: #F99D1D;
}

.HomeText
{
	font-family: Arial;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
}

.HomeTextLink
{
	font-family: Arial;
	font-size: 14px;
	font-weight: normal;
	text-decoration: underline;
	color: #F99D1D;
}

/*--------------------------------------Subpage Styles-----------------------------------------*/
.SubH1
{
	font-family: Arial;
	font-size: 24px;
	font-weight: Normal;	
	color: #F99D1D;
}

.SubH2
{
	font-family: Arial;
	font-size: 18px;
	font-weight: Normal;	
	color: #F99D1D;
}

.SubText
{
	font-family: Arial;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
}

.SubTextLink, a.SubTextLink
{
	font-family: Arial;
	font-size: 14px;
	font-weight: normal;
	text-decoration: underline;
	color: #F99D1D;
}

/*--------------------------------------Common Styles--------------------------------------------*/
.Copyright
{
	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
}

.Copyright:Hover
{
	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	color: #F7BA1E;
}

/* IE hacks to fix box-model problem where IE adds border/margin/padding width to outside of the box */
.yourstyle
{
            voice-family: "\"}"";
            voice-family: inherit;
/* Conforming browsers use values below this line */
}

.IEImage
{
	margin-bottom: 0px;
}

ul
{	
	font-family: Arial;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
}

li
{
	font-family: Arial;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
}