/* imports for other page objects */

/* the contact form objhects */
@import url(ContactForm.css);

/* import the news styles */
@import url(News.css);



body
{
	background-color:#cccccc;
	margin:0px 0px 0px 0px;
	font-family:Verdana, Arial, Tahoma;
	font-size:.8em;
	color:Black;
}

input
{
	border:Solid 1px #666666;
}

textarea
{
	border:solid 1px #666666;
}

h1
{
	font-size:1.2em;
}

h2
{
	font-size:1.1em;
}

.button
{
	background-color:#cccccc;
	color:#333333;
	border:Solid 2px #666666;
	font-family:Verdana, Arial, Sans-Serif;
	padding:5px 10px 5px 10px;
}


/***********************  Main ID Classes *******************************/

/*****Class for the main div container in the main.master file ***********************/
#MainDiv
{
	margin:0px auto 0px auto;
	width:711px;
	border-right:Solid 1px White;
	border-left:Solid 1px White;
	border-bottom:Solid 1px White;
	background-color:#a6bac5;
}




/*  Main Content Div in teh MAster PAge */
#TextContentDiv
{
	background:#ededed;
	border:Solid 1px #999999;
	padding: 10px 10px 10px 10px;
	margin:5px 5px 5px 5px;
	float:right;
	width:450px;
}


/* the NewsContentDiv in teh master page */
#NewsContentDiv
{
	padding: 10px 10px 10px 10px;
	margin:5px 5px 5px 5px;
	color:#333333;
	width:170px;
}



/************* Main HEader Div in Main.Master ****************************/
#MainHeaderDiv
{
	background-image:url(/images/header3.jpg);
	height:128px;
	width:711px;
}

/************* Main Footer Div in Main.Master ****************************/
#MainFooterDiv
{

	width:711px;
	text-align:center;
	margin:5px auto 5px auto;
}

/***************** Main Title Text DIv  **********************/
#MainTitleText
{
	margin:5px auto 5px 200px;
	font-family:Times New Roman;
	font-style:normal;
	font-size:28px;
}


/*******************Main Menu Div for teh Main.Master file **************/
#MainMenuDiv
{
	background-color:#96AAB5;
	height:20px;
	padding-top:3px;
}

/******************* Main COntent Div container for the content on the Main.Master Page ********************/
#MainContentDiv
{
	margin:10px 10px 10px 10px;
}


/************  Thin inner main content on the master page  *******/
#InnerMainContent
{
	background-color:White;
	border:Solid 1px Black;
	margin:10px 10px 10px;
	float:right;
}

/********Main Menu Link ********************/
.MainMenuLinkSpan
{
	font-family:Verdana, Arial, Tahoma;
	color:White;
	margin:6px 6px 4px 6px;
}

/******** Navigation lins in teh manu **************/
a.nav:link
{
	color:White;
	text-decoration:none;
}

a.nav:hover
{
	color:Silver;
	text-decoration:none;
}

a.nav:visited
{
	color:White;
	text-decoration:none;
}

a.nav:active
{
	color:White;
	text-decoration:none;
}


/************ Footer Span ****************/
.FooterSpan
{
	font-size:.7em;
}
	
	
	/*************************8  PageNotFound Classes **********************/
	.PageNotFoundDiv
	{
		margin:30px auto 30px auto;
		width:500px;
		
	}
	
