html{min-height:100%;margin-bottom:1px}

FONT		{
	FONT-FAMILY: Verdana,Helvetica;
	FONT-SIZE: 11px;
}
H1 {
	FONT-FAMILY: Verdana,Helvetica;
	FONT-SIZE: 24px;
	FONT-WEIGHT: bold;
}
H2 {
	FONT-FAMILY: Verdana,Helvetica;
	FONT-SIZE: 18px;
	FONT-WEIGHT: normal;
}

BODY		{
	FONT-FAMILY: Verdana,Helvetica;
	FONT-SIZE: 11px;
	background-color: #ebebeb;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin-top: 0px;

}

/* The is a main construction table */
.ContainerTable		{
	background-color: #ebebeb;
/* The two margins make the table centered as the HTML Align has been http://www.granneman.com/webdev/coding/css/centertables/ */
	margin-left: auto;
	margin-right: auto; /* These two below makes the table consistant position and width */
	table-layout: fixed;
	width: 842px;
}

/* START Header and Footer Styling */
.HeaderFooterSpacerRow{
	height:2px;
}
.HeaderFooterBreakRow{
	height: 2px;
	background-color: black;
}
/* END Header and Footer Styling  */

/* Bullet Cells Styling */
.BulletTable	{
	vertical-align: center;
	padding-bottom: 1px;
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 1px;
	margin: 1px;
}

/* START General Content Styling */
.ContentCell {
	width: 100%;
	vertical-align: top;
}

.Content 	{
	FONT-FAMILY: Verdana,Helvetica;
	FONT-SIZE: 12px;
}

.ContentSmall 	{
	FONT-FAMILY: Verdana,Helvetica;
	FONT-SIZE: 10px;
}

.ContentHeader 	{
	font-family: Verdana,Helvetica;
	font-weight: bold;
	font-size: 20px;
	color: #0000cd;
}

.ContentSubHeader 	{
	font-family: Verdana,Helvetica;
	font-weight: bold;
	font-size: 14px;
	color: navy;
}
/* END General Content Styling */

/* START Constact Us Styling */
.EmailStatusMessage {
	font-family: Verdana,Helvetica;
	font-weight: bold;
	font-size: 13px;
	color: red;
}			
/* END Constact Us Styling */
														
/* START Document Header styles usefuldocuments and newsletters */
.DocumentDetailsHeader {
	font-family: Verdana,Helvetica;
	font-weight: bold;
	font-size: 11px;
	color: #2E8B57;
}		
.DocumentDownloadPrompt {
	/* Used in the usefuldocuments section*/
	font-family: Verdana,Helvetica;
	font-weight: bold;
	font-size: 11px;
	color: #FF0000;
}
								
.DocumentDownloadSize {
	/* Used in the usefuldocuments section*/
	font-family: Verdana,Helvetica;
	font-weight: bold;
	font-size: 11px;
	color: #000000;
}							
/* END  Document Header styles usefuldocuments and newsletters */

/* START Panel Styling */
.PanelTableStyleDefault	{
   padding: 0px;
   width: 160px;
   border-color: #600;
   border-width: 1px 1px 1px 1px;
   border-style: solid;
}

.PanelContentCell	{
	padding: 10px;
	vertical-align: top;
}

.PanelHeaderMiddle 		{
	background-image: url(../images/panelMiddle.gif);
	font-weight: bolder;
	font-size: 11px;
	text-align: center;
}

.PanelContentStyleDefault			{
	height: 200px;
	font-family: Verdana,Helvetica;
	font-weight: bolder;
	font-size: 11px;
	text-align: center;
	text-decoration: none;
	background-color: #FFFFFF;
	line-height: 20px;
	vertical-align: top;
}

.PanelTableStyleTopBottom	{
	padding: 0px;
	width: 100%;
	border-color: #500;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
}

.PanelContentStyleBottom			{
	font-family: Verdana,Helvetica;
	font-weight: bolder;
	font-size: 11px;
	text-align: center;
	text-decoration: none;
	background-color: #FFFFFF;
	line-height: 20px;
	vertical-align: top;
}


/* END Panel Styling */

.CopyrightStyle		{
	font-family: Verdana,Helvetica;
	font-size: 11px;
	color: #BABABA;
	font-weight: bold;
}

#createdByStyle		{
	font-family: Verdana,Helvetica;
	font-size: 6px;
	color: #BABABA;
	font-weight: bold;
	text-align: right;
}
#createdByStyle	a	{
	font-size: 6px;
	color: #BABABA;
}	
						
/* START LINK Styling */
a:link {
	text-decoration: underline;
	font-size: 12px;
	color: black;
	font-weight: normal;
}
a:visited {
	text-decoration: underline;
	font-size: 12px;
	color: black;
	font-weight: normal;
}
a:active {
	text-decoration: none;
	font-size: 12px;
	color: black;
	font-weight: normal;
}
a:hover {
	text-decoration: none;
	font-size: 12px;
	color: black;
	font-weight: normal;
}
/* END LINK Styling */