/********************************************
*********************************************
**                                         **
**      CODE USED TO POSITION FOOTER       **
**                                         **
*********************************************
********************************************/

html, body {

  height: 100%;
  background-image: url(images/background.gif);
  background-attachment: fixed;
  background-repeat: repeat;
  background-position: left top;

}

/* hides from IE/Mac \*/
* html #contentArea { 
    height: 1%;
    }

#header {
	height:100px;
	background: #fff;
	//background: url(images/header.gif) bottom left no-repeat #fff; 
	/*background-image: url(/images/header2.jpg);*/
	cursor:pointer;
} 

body {

  font-size:10pt;
  font-family:arial;
  margin: 0;
  padding: 0 0 0 0;
  background-color: #DCDCDC;
  text-align: center; 

}

#pageContain {

	border-left:1px #2c20a5 solid;
	position:relative;
	border-right:1px #2c20a5 solid;
	margin: 0 auto;
	width: 700px;
	text-align: left;
	background-color: #FFFFFF;
	min-height: 100%; /* For Modern Browsers */
	height: auto !important; /* For Modern Browsers */	
	height: 100%; /* For IE */	
}

#menuArea ul
{
list-style: none;
padding: 0;
margin: 0;
}

#menuArea li
{
float: left;
}

#menuArea li a
{
background: url(background.gif) #fff bottom left repeat-x;
height: 2em;
line-height: 2em;
float: left;
width: 114px;;
display: block;
border: 0.1em solid #dcdce9;
color: #0d2474;
text-decoration: none;
text-align: center;
font-weight: bold;
}

/* Hide from IE5-Mac \*/
#menuArea li a
{
float: none
}
/* End hide */

/* Hide from IE5-Mac \*/
#menuArea li a:hover
{
color: #ff0000;
}
/* End hide */

#menuArea
{
width:100%;
}

#contentArea
{
	padding: 10px;
	padding-bottom: 125px;	
	padding-top:50px;
    display: block;
	/*overflow:hidden*/
}

#contentArea:after {
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}

.heading
{
	color: #888888;
	font-weight: bold;
	font-size:12pt;
}

.announcement
{
	color: #ff0000;
	font-weight: bold;
	font-size:10pt;
	text-align:center;
	width: 100%;
}

.pagetitle
{
	color: #888888;
	font-weight: bold;
	font-size:14pt;
}

.tblhead
{
	padding: 2px;
	padding-left: 5px;
	background-color: #ccc;
	font-weight: bold;
	font-size: 9pt;
}

.clickImage
{
	font-weight: bold;
	font-size: 8pt;
}


/********************************************
*********************************************
**                                         **
**             FOOTER SECTION              **
**                                         **
*********************************************
********************************************/
#footer {
	width: 100%;
	/*border-top:3px #000000 solid;*/
	position: absolute;
	bottom: 0 !important;
	bottom: -1px; /* For Certain IE widths */
	height: 125px;
	text-align:center;
	clear: both;
}

#foot {
  padding: 5px 1em;
}