﻿body     
{ 
	background:url(../images/bg_Main.jpg) repeat-Y center top;
	text-align: left; 
	margin: 0 25px;
	vertical-align: top;
    font-family: Arial;
    color:#ffffff;
}

a.Link:Link
{
	font-size:16px;
	font-family:Myriad Pro;
	font-style:italic;
	text-decoration:none;
	color: Yellow;
}

a.Link:Hover
{
	font-size:16px;
	font-family:Myriad Pro;
	font-style:italic;
	text-decoration:underline;
	color: #ffffff;
}

a.Link:active
{
	font-size:16px;
	font-family:Myriad Pro;
	font-style:italic;
	text-decoration:underline;
	color: #3e3e3e;
}

a.Link:visited
{
	font-size:16px;
	font-family:Myriad Pro;
	font-style:italic;
	text-decoration:none;
	color: Yellow;
}

/*-----    This is the container that holds all other layout elements   -------*/
.Canvas
{
	width: 800px;
	border: solid 0px blue;
	margin-left:auto;
	margin-right:auto;
}

/*--------     Master Page Elements      -------------*/

.Header
{
	width:800px;
	height:104px;
	border: solid 0px red;
	margin-right:auto;
    margin-left:auto;
	/*background:url(../Images/Header2.jpg) center top;*/
}

.NavButton1
{
	width:78px;
	position:relative;
	top:-30px;
	margin-top:0px;
	margin-left:182px;
	border: solid 0px silver;
}

.NavButton2
{
	position:relative;
	width:76px;
	height:96px;
	top:-26px;
	left:-6px;
	margin-top:0px;
	margin-left:0px;
	border: solid 0px silver;
}

.NavButton3
{
	width:76px;
	height:97px;
	position:relative;
	top:-25px;
	left:-13px;
	margin-top:0px;
	margin-left:0px;
	border: solid 0px silver;
}

.NavButton4
{
	width:79px;
	height:98px;
	position:relative;
	top:-24px;
	left:-22px;
	margin-top:0px;
	margin-left:0px;
	border: solid 0px silver;
}

.NavButton5
{
	width:82px;
	height:98px;
	position:relative;
	top:-24px;
	left:-29px;
	margin-top:0px;
	margin-left:0px;
	border: solid 0px silver;
}

.NavButton6
{
	width:79px;
	height:108px;
	position:relative;
	top:-24px;
	left:-37px;
	margin-top:0px;
	margin-left:0px;
	border: solid 0px silver;
}

.NavButton7
{
	width:78px;
	height:92px;
	position:relative;
	top:-29px;
	left:-40px;
	margin-top:0px;
	margin-left:0px;
	border: solid 0px silver;
}

.HomeButton
{
	font-family:Kristen ITC;
	position:relative;
	top:0px;
	left:45px;
}
a.HomeButton:link{color:White;}
a.HomeButton:hover{color:Blue; background-color:Blue;}
a.HomeButton:visited{color:White;}

.AnnouncementBlock
{
	width:240px;
	font-size:12px;
	float:left;
	padding: 0px 0px 0px 30px;
	border:solid 0px yellow;
}

.EventBlock
{
	width:240px;
	font-size:12px;
	float:right;
	padding: 0px 10px 0px 20px;
	border:solid 0px yellow;
}

.Label
{
	vertical-align:middle; 
	font-size:18px;
	position:relative;
	top:-12px;
}

.Menu
{
	width:800px;
	height:20px;
	border:solid 1px blue;
}

.Lady
{
	margin-bottom:0px;
	border:solid 0px red;
}

.Footer
{
	width:800px;
	height:138px;
	border:solid 0px silver;
	color: #C89F3D;
	margin-bottom:0px;
	margin-top:0px;
	padding: 0px 0px 0px 0px;
    vertical-align:top;
}

.HomeIcon
{
	position:relative;
	top:-160px;
	left:0px;
	z-index:1;
}

/*--------   Two Column Layout     ----------*/

.LeftColumn
{
	width:240px;
	top:-100px;
	/*height:550px;*/
	float:left;
	border:solid 0px red;
}
.LeftTextBlock
{
	width:200px;
	padding: 0px 20px 10px 20px;
	border:solid 0px yellow;
}

.RightColumn
{
	width:550px;
	/*height:550px;*/
	float:right;
	border:solid 0px green;
}

.RightTextBlock
{
	width:500px;
	padding: 0px 20px 10px 30px;
	border:solid 0px yellow;
}

.CenterColumn
{
	width:700px;
	position:relative;
	float:left;
	top:-100px;
	margin-right:auto;
	margin-left:auto;
	/*height:550px;*/
	border:solid 0px green;
}

.MapImage
{
	position:relative;
	top:-280px;
	left:220px;
}

.divheader
{
	background-image:url(../Images/DivHeader.gif);
	background-repeat:no-repeat;
	width: 500px;
	height:30px;
	margin: 5px 5px 0px 0px;
	font-family: Tahoma, Verdana, Helvetica, Helvetica-Narrow, sans-serif;
	font-size:12pt;
    font-weight:bold;
	color: White;
	text-indent:40px;
	border:solid 0px blue;
}

.divbody
{
	background: url(../Images/DivBody.gif) repeat-y; 
	width:485px;
	padding:15px;
	margin-left:0px;
	margin-right:0px;
	color: Black;
	border:solid 0px blue;
}

.divbottom
{
	background: url(../Images/DivBottom.gif);
	width: 500px;
	height: 30px;
	margin: 0px 5px 5px 0px;
	border:solid 0px blue;
}


/*-----------      Three Column Layout  --------------*/
/*
.LeftColumn
{
	width:245px;
	height:550px;
	float:left;
	border:solid 1px red;
}

.RightColumn
{
	width:245px;
	height:550px;
	float:right;
	border:solid 1px green;

}

.CenterColumn
{
	width:290px;
	height:550px;
	float:left;
	border:solid 1px red;
}

.ColumnContainer
{
	width:545px;
	height:550px;
	float:right;
	border:solid 1px black;
}
*/

img
{
	border:none;
}

ul
{
	font-size:14px;
}

.images
{
	border:solid 1px white;
}