﻿body 
{
	margin: 0px;
	padding: 0px;
	background-image:url(/images/backgrounds/Core.jpg);
	background-repeat: repeat-x;
	background-color: #332b16;
	color: #FFFFFF;
	font-family: Arial;
}



.layout_main
{
	width:100%;
	height:550px; 
	
}

.layout_main_content
{
	width: 768px;
	/*margin-top: 0px;
	height: 550px;   May Need This*/ 
	
	/*background-image: url(/images/backgrounds/bg.jpg);
	background-repeat: no-repeat;*/
}
.layout_header
{
	width: 768px;
	height: 93px;
	background-image: url(/images/backgrounds/Header.gif);
	/*background-position: top;*/
}

.loginFailed
{
	vertical-align: top;
	font-family: Arial;
	font-weight: bold;
	font-style: italic;
	color: #FFFFFF;
	font-size: 10pt;
}

a
{
	color: #FFFFFF;
	font-family: Arial;
}

.utilityNav
{
	font-family:Arial;
	color: #FFFFFF;
	font-size:12px;
}
.utilityNav a
{
	color: #FFFFFF;
}

 h1
 {
	font-family:Arial;
	font-size:24px;
	color:White;
 }
 
 h2
 {
	font-family:Arial;
	font-size:20px;
	color:White;
 }


 h3
 {
	font-family:Arial;
	font-size:14px;
	color: #FFFFFF;
	margin: 0px;
 }


a.headerLinks
{
	
}

 a.currentFamily { color:#556f81; }
 
 .scrollinglink
 {
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none
 }

  .scrollinglink_selected
 {
	font-family: Arial;
	font-size: 12px;
	color: #4e6a7e;
	text-decoration: none
 }
 
 
 
 .default_textbox
 {
	height:13px;
	font-family: Arial;
	font-size: 7.5pt;
	color: #000000;
	background-color: #FFFFFF;
	/*background-color:lightGrey;*/
	border:solid 1px #D3D3D3;
	width:150px;
 }
  
 input[type=checkbox]
 {
	background:transparent;
 }
 
 .default_dropdown
 {	
	font-size: 12px;
	color: #000000;
	/*background-color: #D3D3D3;*/
	border:solid 1px #D3D3D3;
	font-family: Arial;
	width: 150px;
 }

 .default_label
 {
	font-family:Arial;
	font-size: 12px;
	color: #FFFFFF;
 }
 
  .default_normal
 {
	font-family:Arial;
	font-size: 12px;
	color: #FFFFFF;
 }
 
 .default_normal_small
 {
	font-family:Arial;
	font-size: 12px;
	color: #FFFFFF;
 }
 .default_normal_tiny
 {
	font-family:Arial;
	font-size: 10px;
	color: #FFFFFF;
 }
 .default_normal_tiny a
 { 
	text-decoration: none;
 }
 .default_normal_tiny a:hover
 { 
	text-decoration: underline;
 }
  
 .errorHeader
 {
	color:White;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	font-style:italic;
 }
 

 
 .HeaderText
 {
	font-family:Arial;
	font-size:26px;
	font-weight:bold;
	color:White;
	text-decoration:none;
 }
 
  .HeaderSmallerText
 {
	font-family:Arial;
	font-size:22px;
	font-weight:bold;
	color:White;
	text-decoration:none;
 }
 
 .balloonText
 {
	font-family:Arial;
	font-size:10px;	
 }