/*******************************************************************************
*                                                                              *
*                                 Javascript Task                              *
*                                Style Definitions                             *
*                                                                              *
*                              Copyright 2006 SIFLAJ                           *
*                                                                              *
*******************************************************************************/

/*******************************************************************************
*                                                                              *
*                             Main Web Page Container                          *
*                                                                              *
*******************************************************************************/
/*
 =======================
 Main Web Page Container
 =======================
*/
div.WebPgeContainer
{
	width: 80.0em;
	border: none;
	border-top: none;
	border-right: 0.1em solid #C1D4E9;
	border-bottom: 0.1em solid #C1D4E9;
	border-left: 0.1em solid #C1D4E9;
	margin-top: 1.0em;
	margin-left: 1.0em;
}

/*******************************************************************************
*                                                                              *
*                                 Web Page Header                              *
*                                                                              *
*******************************************************************************/
/*
 ==============================
 Main Web Page Header Container
 ==============================
*/
/*
 Header Container - Layer 1
 ---------------------------
*/
div.HdrContainer
{
	position: relative;
	width: 100%;
	height: 11.4em;
}

/*
 Header Background Image
 -----------------------
*/
img.HdrBkgrnd
{
	width: 80.0em;
	height: 11.4em;
}

/*
 Header Container - Layer 2
 ---------------------------
*/
div.HdrContainerL2
{
	z-index: 1;
	display: block;
	position: absolute;
	width: 100%;
	top: 0.0em;
	left: 0.0em;
}

/*
 >~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 Web Page Header Text Container
 >~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/
div.HdrLogoContainer
{
	float: left;
	width: 25.2em;
	padding: 0.6em 0em 0em 0em;
	text-align: center;
}

/*
 Logo Image
 ----------
*/
img.HdrLogo
{
	width: 24.0em;
	height: 10.2em;
}

/*
 >~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 Web Page Header Text Container
 >~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/
div.HdrTxtContainer
{
	float: left;
	width: 50.0em;
	margin: 0em 0em 0em 0em;
	padding: 5.0em 0em 0em 0em;
}

/*
 Page Title Paragraph
 --------------------
*/
p.HdrTxtTitle
{
	text-align: center;
	font-family: Arial Rounded MT Bold;
	font-size: 3.5em;
	font-weight: bold;
	font-style: normal;
	color: #21488C;
}

/*******************************************************************************
*                                                                              *
*                                  Web Page Body                               *
*                                                                              *
*******************************************************************************/
/*
 ===================
 Main Body Container
 ===================
*/
div.BdyContainer
{
	width: 100%;
}

/*
 >~~~~~~~~~~~~~~~~~~~~
 Left Column Container
 >~~~~~~~~~~~~~~~~~~~~
*/
div.LeftColumn
{
	width: 13.0em;
	position: relative;
	background-color: #EDF1FC;
	margin: 0em;
	padding: 0em;
}

/*
 >~~~~~~~~~~~~~~~~~~~~~
 Common Panel Container
 >~~~~~~~~~~~~~~~~~~~~~
*/
div.CommonPanelContainer
{
	text-align: left;
	width: 12.0em;
	border: none;
	margin-top: 0em;
	margin-right: auto;
	margin-bottom: 0em;
	margin-left: auto;
}

/*
 Content and Contact Panel Caption Paragraph
 -------------------------------------------
*/
p.ContentPanelCaption
{
	margin-top: 4.5em;
	color: #21488C;
	margin-bottom: 0.2em;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-family: Tahoma;
	font-size: 1.33em;
	font-weight: bold;
	font-style: normal;
}

p.ContactPanelCaption
{
	margin-top: 5.0em;
	color: #21488C;
	margin-bottom: 0.2em;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-family: Tahoma;
	font-size: 1.33em;
	font-weight: bold;
	font-style: normal;
}

/*
 >~~~~~~~~~~~
 Right Column
 >~~~~~~~~~~~
	background-color: #FAFAFA;
	background-color: white;
*/
div.RightColumn
{
	width: 66.85em;
	border-top: 0.1em solid #C1D4E9;
	border-left: 0.1em solid #C1D4E9;
	background-color: white;
	margin: 0em;
	padding-top: 0em;
	padding-right: 0em;
	padding-bottom: 1.0em;
	padding-left: 0em;
}

/*
 Mission Statement Welcome Section
 ---------------------------------
*/
div.CommBkMed
{
	width: 60.0em;
	padding: 3.0em;
}

/*******************************************************************************
*                                                                              *
*                                 Web Page Footer                              *
*                                                                              *
*******************************************************************************/
/*
 ==============================
 Main Web Page Footer Container
 ==============================
*/
div.FtrContainer
{
	clear: both;
	height: 2.0em;
	background-color: #C1D4E9;
	padding-top: 0.4em;
}

/*
 Web Page Footer Text
 --------------------
*/
p.FtrTxt
{
	text-align: center;
	font-family: Arial;
	font-size: 1.3em;
	color: ##000099;
}