/* ------------------------------------------------------ */
body
{
margin: 0;
padding: 0;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}
/* ------------------------------------------------------ */







/* ------------------------------------------------------ */
form 
{
margin: 0;
padding: 0;
}


form .formRowType1
{
	padding: 10px;
	width: 300px;
}


form .inputTitle1
{
	float: left;
	font-weight: bold;
}

form .inputTitle2
{

}


form .inputArea1
{
	padding-bottom: 15px;
}


.text
{
	font-family: arial; 
	font-size: 12px; 
	background : #D8DCE0; 
	border: 1px solid #999999; 
	color:#333333; 
	cursor: pointer; 
	width: 300px;
}


.textarea
{
	font-family: arial; 
	font-size: 12px; 
	background : #D8DCE0; 
	border: 1px solid #999999; 
	color:#333333; 
	cursor: pointer; 
	width: 300px;
}

.button
{
	font-family: arial; 
	font-weight: bold;
	font-size: 12px; 
	background : #D8DCE0;
	color:#333333; 
	cursor: pointer; 
	width: 304px;
}



textarea:hover
{
	background-color:#DDDFFF; 
}

input:hover
{
	background-color:#DDDFFF; 
}



/* ------------------------------------------------------ */







/* ------------------------------------------------------ */
.siteOuterContainer
{
	text-align: center;
	float:center;
	width: 100%;
}

.siteInnerContainer
{
	width:780px;
	vertical-align: top;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #000000;
	margin-top: 5px;
}
/* ------------------------------------------------------ */








/* ------------------------------------------------------ */
.stageTopBar
{
	background-color: #3869bb;
	width: 780px;
	height: 20px;
	border-bottom: 2px solid #FFFFFF;
	background-image: url(../../images/global/stage/stage_bar.gif);
}

.stageSiteHeader
{
	background-image: url(../../images/global/stage/stage_header.gif);
	width: 780px;
	height: 123px;
	left: 0;
}


.stageSiteHeader .HeaderLeft
{
	text-align: left;
	left: 1100px;
	top: 25px;
	font-family: Arial;
	font-size: 24px;
	color: #FFFFFF;
}

.stageSiteHeader .HeaderLeft .LargeText
{
	font-family: Arial;
	font-size: 24px;
	color: #FFFFFF;
}


.stageSiteHeader .HeaderLeft .SmallText
{
	font-family: Arial;
	font-size: 14px;
	color: #FFFFFF;
}

.stageSiteHeader .HeaderRight
{
	right: 0;
}

.stageSiteHeader .HeaderRight .LargeText
{
	font-family: Arial;
	font-size: 24px;
	color: #FF0000;
	justify: right;
}


.stageSiteHeader .HeaderRight .SmallText
{
	font-family: Arial;
	font-size: 14px;
	color: #FFFFFF;
	justify: right;
}



/* ------------------------------------------------------ */






/* ------------------------------------------------------ */
.stageContent
{
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;	
	min-height: 400px;
	overflow: auto;
}

.stageContentLeft
{
	float: left;
	width: 140px;
	text-align: left;
	padding-top: 22px;
	padding-left: 5px;
	list-style: bullet;
}

.stageContentLeft ul
{
	padding: 0;
	margin: 0;
	/*
	list-style-type: none;
	
	list-style-image: none;
	*/
}


.stageContentLeft li
{
	height: 20px;
	vertical-align:bottom;
	border-bottom: 1px solid #CCCCCC;
	background-color: #EEEEFE;

	padding-left: 5px;
	padding-top: 5px;
	margin-bottom: 5px;
	/*
	background-image: url(../../images/nav/arrow_up.gif);
	background-repeat: no-repeat;
	*/
	
	padding-left: 5px;
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	color: #3869bb;
	text-decoration: none;
	cursor: pointer;
}


.stageContentLeft li:Hover
{
	background-color: #E4E4F3;
	text-decoration: underline;
	
}


.stageContentLeft li a
{
	padding-left: 5px;
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	color: #3869bb;
	text-decoration: none;
}


.stageContentLeft li a:hover
{
	text-decoration: underline;
}


.stageContentRight
{
	float: right;
	width: 610px;
	text-align: left;
	padding-top: 20px;
	padding-right: 10px;
	/* border: 1px solid #000000; */
}
/* ------------------------------------------------------ */








/* ------------------------------------------------------ */
.stageBtmBar
{
	background-image: url(../../images/global/stage/stage_bar.gif);
	width: 780px;
	height: 23px;
}


.stageFooter
{
	background-image: url(../../images/global/stage/stage_footer_gradient.gif);
	width: 760px;
	min-height: 50px;
	padding: 10px;
	text-align: left;
	height: 120px;
	
}


.stageBtmBarLeftCopy
{
	float: left;
	padding-top: 3px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
	font-weight: bold;
	color: #FFFFFF;
}

.stageBtmBarRightCopy
{
	float: right;
	padding-top: 3px;
	padding-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
	font-weight: bold;
	color: #FFFFFF;
}
/* ------------------------------------------------------ */









/* ------------------------------------------------------ */


.stageContent .pageTitle
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #3869bb;
	padding: 0;
}

.stageContent .pageTitleUnderline
{
	height: 1px;
	background-color: #CCCCCC;
	width: 95%;
	margin-bottom: 10px;
}

.stageContent .pageCopy
{
	width: 90%;
}

.stageContent .pageContentEndUnderline
{
	margin-top: 20px;
	margin-bottom: 20px;
	height: 1px;
	background-color: #CCCCCC;
	width: 95%;
}
/* ------------------------------------------------------ */










/* ------------------------------------------------------ */
.stageFooterLeft
{
	float: left;
	text-align: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666699;
	width: 400px;
}

.stageFooterLeft img
{
	float: left;
	padding-right: 10px;
}

.stageFooterRight
{
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666699;
}


.stageFooterRight a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #003366;
}


.stageFooterTelephone
{
	color: #003366;
}
/* ------------------------------------------------------ */
