@CHARSET "ISO-8859-1";


/* Force scrollbars on Firefox / Safari for short pages */
html 
{
    height: 100%;
    margin-bottom: 1px;
}

body{
  background: white url(images/background_notype.gif) no-repeat;
		
}


h2 
{
    margin-top: 6px;
    font: bold 15px Georgia, serif;
}

h3 
{
    font: normal 14px Georgia, sans-serif;
    margin-bottom: 0;
}

.copyright 
{
    color: rgb(63,151,219);
    padding-top:50px;
    font: normal 10px Verdana, Arial, serif;
    padding-bottom:25px;
}

#title {

	color: gray;
	width: 250px;
	display: visible;
}


#title h1 {
    font-family: Georgia, Whitman, Times New Roman, serif;
    font-size: 18pt;
    margin: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    
}

#title h3 {
    font-variant: small-caps;
    align:left;
    padding-top: 0px;
    margin: 0px;
    
}

#slogan{
	padding-top:15px;
	color: #5BA2E0;
	font-weight:bold;
	font-style:italic;
	font-family: Georgia, serif;
	font-size:24pt;
	display: visible;
		
	border: solid 0px #848484;
}

#slogan p{
	margin: 0px;
    padding-top: 3px;
    padding-bottom: 0px;
    color: rgb(0,50,83);
    line-height: 100%;
}


#main{
	 position:absolute;
	 left:0px;
	 top: 0px; 
	
	 /* min-height hack for IE */
	 
	min-height: 431px;
	height: auto !important;
	height: 431px;
	width: 419px;
	margin: 0 auto;
	clear: both;
	padding-left: 300px;
	padding-top: 65px;
	padding-right:10px;
	border: solid 0px #848484;
	
}


p 
{
    font-size: 9pt;    
    line-height: 180%;
    padding-top: 10px;
    font-family: Georgia, Times New Roman, serif;
     color: rgb(0,49,81);
}

#brochures{
	padding-top:50px;
	padding-bottom:150px;
}

#brochures p{
	color: rgb(132,132,132);
	font-style:italic;
}

#brochures a{

	color: rgb(132,132,132);
    font-decoration:underline;
}

#brochures a:visited{

	color: rgb(132,132,132);
	font-decoration:underline;
}