﻿body
{
	background-image:url(../images/bg.jpg);
	background-repeat:repeat;
}

div#WholePage
{
	width: 100%;
	height: 100%;
	margin-left:auto;
	margin-right:auto;
}

div#Page
{
	position: relative;
	margin-left:auto;
	margin-right:auto;	
	width: 780px;
}

div#Header
{
	width: 780px;
	height: 300px;
	background-image:url(../images/header_full.jpg);
	background-repeat:no-repeat;
}

div#Content
{
	width: 780px;
	background-color:#faca9a;
}

div#Text
{
	width:780px;
	display:block;
	float:left;
	background-color:#faca9a;
	padding-bottom:1px;
}

div#TextTop
{
	background-image:url(../images/content_top.jpg);
	width:780px;
	height:16px;	
	background-repeat:no-repeat;
	overflow:hidden;	
}

div#TextMiddle
{
	background-image:url(../images/content.jpg);
	background-repeat:repeat-y;
	width:780px;
	color:#224c8b;
}

div#TextBottom
{
	background-image:url(../images/content_bottom.jpg);
	width:780px;
	height:16px;	
	background-repeat:no-repeat;
	overflow:hidden;
}

div#Footer
{
	width:780px;
	height:32px;
}

div#FooterLeft
{
	display:block;
	float:left;
	width:25px;
	height:32px;
	background-image:url(../images/menu_left.jpg);
}

div#FooterMiddle
{
	font-size:.9em;
    color:#fde0c3;
	display:block;
	float:left;
	height:32px;
	width:700px;
	background-image:url(../images/menu.jpg);	
}

div#FooterRight
{
	display:block;
	float:left;
	width:25px;
	height:32px;
	background-image:url(../images/menu_right.jpg);	
}

div#Links
{
	height:27px;
	width:780px;	
	text-align:center;
	margin-bottom:0px;
}

div#Links .Link
{
	display:block;
	float:left;	
	height:31px;		
}

a.button
{
	font-size:1.0em;
	height:31px;
	text-decoration:none;
	text-align:center;
	font-weight:bold;
	color:white;
	float:left;
	width:156px;
	background-image:url(../images/button.jpg);

}

a.button:hover
{	
	color:#224c8b;
	font-weight:bold;
	text-align: center;
	height:31px;
	width:156px;
	background-image:url(../images/button_over.jpg);
}
a.button1
{
	font-size:1.0em;
	height:31px;
	text-decoration:none;
	text-align:center;
	font-weight:bold;
	color:white;
	float:left;
	width:750px;
	background-image:url(../images/button1.jpg);

}

a.button1:hover
{	
	color:#224c8b;
	font-weight:bold;
	text-align: center;
	height:31px;
	width:750px;
	background-image:url(../images/button1_over.jpg);
}
a.button4
{
	font-size:1.0em;
	height:31px;
	text-decoration:none;
	text-align:center;
	font-weight:bold;
	color:white;
	float:left;
	width:750px;
	background-image:url(../images/button4.jpg);

}

a.button4:hover
{	
	color:#224c8b;
	font-weight:bold;
	text-align: center;
	height:31px;
	width:750px;
	background-image:url(../images/button4_over.jpg);
}
a.button5
{
	font-size:1.0em;
	height:31px;
	text-decoration:none;
	text-align:center;
	font-weight:bold;
	color:white;
	float:left;
	width:750px;
	background-image:url(../images/button5.jpg);

}

a.button5:hover
{	
	color:#224c8b;
	font-weight:bold;
	text-align: center;
	height:31px;
	width:750px;
	background-image:url(../images/button5_over.jpg);
}

.Center
{
	margin-left:auto;
	margin-right:auto;
	text-align:center;	
}

.BoldText
{
	font-weight:bold;
}
.style1 {
	color: #3b5998;
	font-size: 1.5em;
	text-align: center;
	font-weight: bold;
	font-family: "Lucida Calligraphy";
}

.Subheading
{
	color:#3b5998;
	font-size:1.5em;
	text-align:left;
	font-weight:bold;
}

p.highlight
{
	width:700px;
	background-color
.link {
	font-family: "Lucida Calligraphy";
	background-color:#faca9a;
}
.link:hover {
	font-family: "Lucida Calligraphy";
	color:#224c8b;

}

}
.style1small {
	color: #3b5998;
	font-size: medium;
	text-align: center;
	font-weight: bold;
	font-family: "Lucida Calligraphy";
}

