﻿body 
{
	background-color:White;
}

/*
-----------------------------------------------------------------------
Settings for the Main Content area
-----------------------------------------------------------------------
*/
.MainContentSettings
{
	width:800px;
	background-color:White;
	text-align:left;
	
	
}
.MainHeaderSettings
{
	width:800px;
	background-color:White;
	text-align:left;
	
	
}

/*
-----------------------------------------------------------------------
Settings for the Header area
-----------------------------------------------------------------------
*/
.HeaderLogoBG
{
	height:100px;
	width:200px;
	background-image:url(../../App_Themes/Default/images/LogoBG.gif);
	background-repeat:no-repeat;
}
.HeaderBannerBG
{
	height:100px;
	width:600px;
	background-image:url(../../App_Themes/Default/images/BannerBG.gif);
	background-repeat:no-repeat;
}
/*-----------------------------------------------------------------------*/

/*
-----------------------------------------------------------------------
Settings for the Menu area
-----------------------------------------------------------------------
*/
.MenuArea
{
	background-color:#B5C7DE;
	text-align:left;
}

/*-----------------------------------------------------------------------*/


/*
-----------------------------------------------------------------------
Settings for the Footer area
-----------------------------------------------------------------------
*/
.FooterBG
{
	background-color:#B5C7DE;
	text-align:center;
}

/*-----------------------------------------------------------------------*/

/*
-----------------------------------------------------------------------
Settings for the Content Header area
-----------------------------------------------------------------------
*/
.ContentHeaderBG
{
	background-color:#0066CC;
	font-family:Verdana;
	font-size:large;
	color:White;
	font-weight:bold;
	font-style:normal;
}

/*-----------------------------------------------------------------------*/

/*
-----------------------------------------------------------------------
Settings for Entry Form Text - Left Align
-----------------------------------------------------------------------
*/
.EntryFormTextLeft
{
	font-size:small;
	text-align:left;
}
/*-----------------------------------------------------------------------*/
/*
-----------------------------------------------------------------------
Settings for Entry Form Text - Right Align
-----------------------------------------------------------------------
*/
.EntryFormTextRight
{
	font-size:small;
	text-align:right;
}
/*-----------------------------------------------------------------------*/



/*Template Settings*/

/*
---------------------------------------------------------------------------
Center Main Template Div
---------------------------------------------------------------------------
*/
.CenterMainDiv
{
	text-align:center;
}
/*-----------------------------------------------------------------------*/
/*
---------------------------------------------------------------------------
Left Main Template Div
---------------------------------------------------------------------------
*/
.LeftMainDiv
{
	text-align:left;
}
/*-----------------------------------------------------------------------*/
/*
---------------------------------------------------------------------------
Right Main Template Div
---------------------------------------------------------------------------
*/
.RightMainDiv
{
	text-align:right;
}
/*-----------------------------------------------------------------------*/
/*
---------------------------------------------------------------------------
Center Main Template Div
---------------------------------------------------------------------------
*/
.TitleText
{
	text-align:center;
}
/*-----------------------------------------------------------------------*/

/*
---------------------------------------------------------------------------
Center Main Template Big Picture Area
---------------------------------------------------------------------------
*/
.PictureArea
{
	text-align:center;
	height:150px;
	width:700px;
}
/*-----------------------------------------------------------------------*/
