﻿#imgbox 
{
    vertical-align : middle;
    position : absolute;
    border: 1px solid #999;
    background : black #FFFFFF; 
    /*filter: Alpha(Opacity=100);*/
    visibility : hidden;
    z-index : 50;
    overflow : hidden;
    text-align : center;
}

* { 
margin: 0; 
} 


/*#acc0cc; background-color: #D9E2E8;*/
html, body
{     
      background: #D5DFEC url(content/images/body_bg.png) repeat-x;      
      min-width: 640px;
      min-height:100%;
      font-family: georgia, Helvetica, sans-serif;
      font-size: .9em;
      color: #344;
      text-align: center;
      height: 100%;
}

#wrapper
{	
	background: #EFF3F7 url(content/images/wrapper_bg.png) repeat-x;
	max-width: 1024px;
	min-width: 800px;
	border-right: #acc7e5 1px ridge;
	border-left: #acc7e5 1px ridge;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -3em;
} 
#mainFooter, #footerPush { 
	height: 3em; 
} 

#bottomContent
{
	margin: 0px  10px 10px 20px;	
	width:95%;
	font-family: arial, Helvetica, sans-serif;
	font-size: .95em;
	font-weight:normal;	
	color: #344; 	
	text-align:justify ;
}


h1
{
	font-size: 3.0em;
	color: #255381;
	font-family: Century;
	font-weight: normal;
	text-align:center;
}
h2
{
	font-size: 2.0em;
	color: #255381;
	font-family: Century;
	font-weight: normal;
	text-align: center;
}
h3
{
	font-size: 1.5em;
	color: #255381;
	font-family: Century;	
	font-weight: normal;
	text-align:center;
}

