/* 
   Document   : styles
   Created on : Mar 2, 2012, 6:53:55 PM
   Author     : efta
   Description:
       Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

* {
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-size: 12px;
    font-weight: normal;
    margin: 0;
    text-align: left;
}

.loginMenuContainer { display: none}
.sep50, .ban, .nav { display: none}
#header form, #footer, .itemMenu, .onlineIcon, .hMenu {display: none}
.noPrint {display: none !important}

#subheader{
	width:100%; margin: 2em 0;
}

h1, h2, .h1, .h2, .fgeorgia {font-family: Georgia, serif; font-weight: normal; }

h1,.h1 { font-size: 2.0em; color: black; font-family: serif; margin: 0 0 .5em;}
h2,.h2 { font-size: 2.0em; color: black;  font-family: serif; margin: 0 0 .5em;}
h3 { font-size: 1em; margin: 0.5em 0 1em; font-weight: normal; }

.imgCaption {
	padding: 0.5em 0 2em;
}

.h400px {
	height: 300px;
}

.mb05em {
	margin-bottom: 0.5em;
}