html, body {
		margin: 0;
		padding-bottom: 20px;
		background-color: black;
		font-family: Verdana;
		font-size: 10.5pt;
		color:#7f7f7f;
		height: auto;
		text-align: left;
}


h1, h2, h3 {
		font-weight: bold;
		color: #1a8ad2;
		font-size: 11pt;
}

h1 {
		font-size: 14pt;
		font-weight: bold;
		
}

h3 {
		color: #7f7f7f;
		font-size: 10pt;
}

h2 {line-height: 1em;
margin-top: 4px;
margin-left: 4px;}


p {
		line-height: 1.3em;
		
}

a:link, a:visited, a:hover, a:active {
		color: #1a8ad2;
		text-decoration: underline;
} 

p.intro {
font-style: italic;
font-weight: bold;
}

a img {
border:0; margin:0; text-decoration: none;
}

a.button, a.button:link, a.button:visited {
	color: #7f7f7f;
    	display: block;
    	float: right;
	clear: both;
	font-size: 9pt;
    	font-weight:bold;
    	text-decoration: none;
	width: 245px;
	border-width:1px;
	border-style:solid;
	border-color:#7f7f7f;
	margin-bottom: 10px;
	margin-left: 20px;
	padding: 5px;
}

a.button:hover, a.button:active {
    	color: #1a8ad2;
	border-color:#1a8ad2;
}

.blue {
color: #1a8ad2;
}

div.figure {
  float: left;
  width: 210px;
  min-width: 210px;
  width:auto !important;
  margin: 15px; 
}

.figure p {
  font-style: italic;
  font-size: 9pt;
}

.italicsmall
{font-style: italic;
  font-size: 9pt;
}

div.white {
width: 50px;
height: 150px;
}


#container {
background: url(Pics/greygradient1.png);
margin: 10px auto;
height: 700px;
min-height: 700px;
height:auto !important;
width: 810px;
min-width: 810px;
text-align: left;
overflow-x: hidden;
padding-bottom: 20px;
}



#header {
height: 249px; 
width: 800px;
background: url(Pics/Banner.png);
display: block;
margin-top: 5px;
margin-left: 5px;
}



#content {
display: block;
background-color: white;
width: 800px;
min-height: 400px;
height:auto !important;
height: 400px;
margin-left: 5px;
margin-bottom:15px;
}


/*hack for IE*/
#content {margin-top: -15px;}
#content {*margin-top: 0px;}

#middle {
display: block;
position: relative;
margin-left: 25px;
margin-right: 25px;
width: 750px;
min-height: 80px;
height: auto !important;
height: 80px;
margin-top: 15px;
padding-top: 30px;
}


.teasercol1,.teasercol2,.teasercol3,.teasercol4, .teasercol5, .teasercol6, .teaserbox {
background: url(Pics/greyboxbg.png);
background-repeat: no-repeat;
display: block;
width: 235px;
min-height: 50px;
height: auto !important;
height: 50px;
float: left;
font-size: 10pt;
margin-right: 15px;
margin-top: 20px;
margin-bottom: 10px;
text-decoration: none;
}

.teasercol3  {
margin-right:0;

}

.teasercol4 {
clear: both;
}


.teasercol6  {
margin-right:0;

}

.teaserbox {
float: right;
border: 1px solid;
border-color: #e5e5e5;
margin: 0 0 0 15px;
background-color:#f3f3f3;
margin-bottom: 15px;
}

.bluebox {
width: 600px;
margin: 0 0 30px 5px;
padding: 2px 5px 5px 5px;
}



a.boxlink {
text-decoration: none;
}

a.boxlink:hover {
display: block;
width: 233px;
height: 21px;
background: url(Pics/blueboxbg.png);
margin: -4px;
padding-top: 3px;
padding-left: 3px;
color: #e5e5e5;
}

a.footerlink, a.footerlink:visited {
text-decoration: none;
color: white;
}

a.footerlink:hover {
text-decoration: underline;
}


#links {
clear: both;
display: block;
position: relative;
border-width:1px 0 0 0;
border-style:solid;
border-color:#cccccc;
margin-top: 20px;
width: 750px;
min-height: 80px;
height: auto !important;
height: 80px;
padding-top: 10px;

}


.linkscol {
width: 250px;
min-height: 50px;
height: auto !important;
height: 50px;
float: left;
color: #1a8ad2;
}

#footer {
color: white;
font-weight: bold;
text-align: center;
}

.menu {width:809px; margin-left: 5px; height:32px; margin-top:0; position:relative; z-index:100; font-family:Verdana;font-size:9pt;}

/* hack to correct IE5.5 faulty box model */
* html .menu {width:809px; w\idth:810px;}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none;}
.menu ul ul {width:200px;}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {float:left;width:100px;position:relative; }

/* style the links for the top level */
.menu li, .menu a, .menu a:visited {display:block;text-align: center;font-size:8pt; text-decoration:none; color:white; width:100px; height:32px; line-height:29px; font-weight:bold; font-style:normal;}

/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {width:100px; w\idth:105px;}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {background: #b2b2b2;}

/* style the second level hover */
.menu ul ul a.drop:hover{background-color: #b2b2b2;}
.menu ul ul :hover > a.drop {background-color: #b2b2b2;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:31px;left:0; width:114px;}

/* another hack for IE5.5 */
* html .menu ul ul {top:30px;t\op:31px;}


/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {text-align: left; background-color: #1a8ad2; height:28px; line-height:1.4em; padding:5px 15px; width:170px; font-size: 10pt;}

/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:114px;w\idth:128px;}

/* style the top level hover */
.menu a:hover, .menu li a:hover, .menu ul :hover, .menu ul ul a:hover {color: white; background:#1a8ad2;}
.menu :hover > a, .menu ul ul :hover > a {color: white; background:#b2b2b2; }

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }




</style>

