@charset "UTF-8";
/* CSS Document */

a {
text-decoration:none;
color:#990000;
}

h1{
    font-family:Arial, Helvetica, sans-serif;
	line-height:20px;
}
h2{
    font-family:Arial, Helvetica, sans-serif;
	line-height:0px;
}
.minorTitles{
    font-family:Arial, Helvetica, sans-serif;
	font-size:22px;
	font-weight:bold;
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#mainContent p{
	text-align:justify;
}

.caption {
	font:11px normal Arial, Helvetica, sans-serif;
}
img.floatLeft { 
    float: left; 
    margin: 10px; 
	clear:left;
}
img.floatRight { 
    float: right; 
    margin: 10px;
	clear:right;
}
img.ICEfloatRight { 
    float: right; 
    margin: 10px;
	margin-top:-50px;
	clear:right;
}