/*****************************  Div Positioning ********************************/
Body
{
	
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
}

#Contact_Info
{
	position: absolute;
    height: 200px;
    width: 205px; 
    top: 400px;
    left: 50%;
    margin-left: -385px;
    text-align: center;
    z-index: 1;
}

#Container
{
	position: absolute;
	
	background-repeat: repeat-x;
	height: 100%;
	width: 100%;
	margin: 0px 0px 340px 0px;
	padding: 0px;
	z-index: 0;
}

#Content_Wrapper
{
	position: absolute;
	height: 100%;
    width: 812px; 
    margin-left: -405px;
    padding-top: 212px;
    top: 0px;
    left: 50%;
    z-index: 0;
}

#Content_Wrapper_Background
{
	position: absolute;
	background-color: White;
	height: 159%;
    width: 799px; 
    margin-left: -399px;
    padding-top: 212px;
    top: 0px;
    left: 15%;
    z-index: 0;
}

#Content
{
	position: relative;
	padding: 10px 15px 10px 50px;
	margin-bottom: 50px;
    width: 534px; 
    top: 0px;
    left: 0px;
    z-index: 2;
}

#Footer
{
	position: absolute;
    background-image: url(Images/Footer.jpg);
    background-repeat: no-repeat;
    height: 47px;
    width: 812px; 
    margin-left: -406px;
    left: 50%;
    bottom: -1px;
    z-index: 1;
}

#Header
{
	position: absolute;
    background-image: url(Images/Header.jpg);
    height: 211px;
    width: 824px; 
    margin-left: -410px;
    left: 50%;
    z-index: 1;
}

#Navigation
{
	position: absolute;
    height: 199px;
    width: 192px; 
    top: 140px;
    left: 50%;
    margin-left: -385px;
    z-index: 2;
}

#Shadow-Left
{
	position: absolute;
	background-image: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="Images/Content_Shadow_Left.png", sizingMethod='scale');
    left: 0px;
    top: -46px;
    height: 100%;
    width: 7px;
    z-index: 2;
}

#Shadow-Right
{
	position: absolute;
	background-image: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="Images/Content_Shadow_Right.png", sizingMethod='scale');
    right: 0px;
    top: -46px;
    height: 100%;
    width: 7px;
    z-index: 2;
}
/*****************************  Font Styles ********************************/

.Font1
{
	font-family: Garamond;
	font-size: 14pt;
	font-weight: bolder;
	color: White;
}

.Font2
{
	font-family: Garamond;
	font-size: 12pt;
	font-weight: bolder;
	color: White;
}

.Font3
{
	font-family: Comic Sans MS;
	font-size: 19pt;
	font-weight: bolder;
	font-style: italic;
	color: Black;
}

.Font4
{
	font-family: Arial;
	font-size: 13pt;
	font-weight: bolder;
	color: Black;
}

.Font5
{
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	color: Black;
}

.Font6
{
	font-family: Comic Sans MS;
	font-size: 12pt;
	color: #245b94;
}

.Font7
{
	font-family: Comic Sans MS;
	font-size: 21pt;
	font-weight: bold;
	color: Black;
}

.Font8
{
	font-family: Verdana;
	font-size: 10pt;
	font-weight: bold;
	color: Black;
}

.Font9
{
	font-family: 'Tw Cen MT', 'Times New Roman';
	font-size: 13px;
	color: Black;
}

.Font10
{
	font-family: 'Tw Cen MT', 'Times New Roman';
	font-size: 16px;
	font-weight:bold;
	color: #F75D09;
}

.Font11
{
	font-family: 'Tw Cen MT', 'Times New Roman';
	font-size: 16px;
	font-weight:bold;
	color: Black;
}

.Font12
{
	font-family: 'Tw Cen MT', 'Times New Roman';
	font-size: 11px;
	color: Black;
}

.Font13
{
	font-family: Comic Sans MS;
	font-size: 18pt;
	color: #141d5a;
	font-weight: bolder;
	/*text-decoration: underline;*/
}

.Font14
{
	font-family: Comic Sans MS;
	font-size: 12pt;
	color: #F75D09;
}
/**********************  Link Fonts ************************/

 a.Link1:link, a.Link1:active, a.Link1:visited
{
	font-family: Comic Sans MS;
	font-size: 12pt;
	color: #245b94;
	text-decoration: none;
}

a.Link1:hover
{
	font-family: Comic Sans MS;
	font-size: 12pt;
	color: #e08132;
	text-decoration: none;
}

 a.Link2:link, a.Link2:active, a.Link2:visited
{
	font-family: Garamond;
	font-size: 14pt;
	font-weight: bolder;
	color: White;
	text-decoration: none;
}

a.Link2:hover
{
	font-family: Garamond;
	font-size: 14pt;
	font-weight: bolder;
	color: Black;
	text-decoration: none;
}

a.Link3:link, a.Link3:active, a.Link3:visited
{
	font-family: Garamond;
	font-size: 14pt;
	font-weight: bolder;
	color: Black;
	text-decoration: none;
}

a.Link3:hover
{
	font-family: Garamond;
	font-size: 14pt;
	font-weight: bolder;
	color: Navy;
	text-decoration: none;
}


