html
{
	height: 100%;
}
/* Zero default margin & padding around common elements */
body, dd, dl, dt, form, h1, h2, h3, h4, h5, h6, li, ol, p, ul
{
	margin: 0;
	border: 0 none transparent;
	padding: 0;
}
body
{
	height: 100%;
	background-color: #2F5288;
/* background-image: url(../images/chalk.jpg); */
	background-position: 50% 0;
	color: #000000;
	line-height: 1.2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 88%;
	text-align: left;
}

 p.big { text-align: center ; color: blue ; margin: 0em 0em 0em 0em; font-family: Arial ; font-size: 14pt ; font-weight: bold ;}
 
p.centerwhite { text-align: center; COLOR: white; font-size: 14pt; font-family: 'Tahoma', 'Times New Roman', Verdana, Arial; font-weight: bold}


p.bigred { text-align: center ; color: red ; margin: 0em 0em 0em 0em; font-family: Arial ; font-size: 14pt ; font-weight: bold ;}

p.center { text-align: center ; color: black ; margin: 0em 0em 0em 0em; font-family: Arial ; font-size: 12pt ; font-weight: bold ;}


span.warning { text-align: center ; color: red ; margin: 0em 0em 0em 0em; font-family: Arial ; font-size: 9pt ; font-weight: bold ;}


a:link
{
	color: #003399;
}

a:visited
{
	color: #B266B2;
}

a:hover
{
	text-decoration: none;
}

/* PAGE CONTAINERS --------------------------- */
page
{width: 360px;
	min-height: 100%;
	
	padding: 0 18px 0 18px;
		text-align: right;
}

* html #page
{
	height: 100%;
}




/* HEADER ---------------------------- */

#header
{
	height: 85px;
	background-color: #B2DD32;
	background-image: url(../images/header1.jpg);
	background-repeat: repeat-x;
}
h1
{
	padding: 5px 25px;
	font-size: 210%;
	font-weight: normal;
	line-height: 20px;
text-align: center;

}


h3
{
	padding: 5px 35px;
	font-size: 130%;
	font-weight: normal;
	line-height: 20px;
text-align: center;

}




/* CONTENT ------------------------------------------------------------------ */

#content
{
	padding: 0 25px;
}

p
{
	margin-top: 1.5em;
}

form
{margin-left: 1.15em;
  float: center;
   margin-top: 1.0em;
	padding-bottom: 1px;
}

input
{
  width: 10.5em;
}