body {
	margin:0px;
	padding:0px;
	background-image:url(../images/stbg2.jpg);
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
h1 {
	margin:0px 0px 0px 0px;
	padding:0px; 
	font-family:"Comic Sans MS", Arial, sans-serif;
	font-size:36px;
	font-weight:900;
	color:#337a98;
	}
h2 { 
	margin:0px 0px 0px 0px;
	font-family:"Comic Sans MS", Arial, sans-serif;
	font-size:14px;
	font-weight:700;
	color:#337a98;
	}
p {
	font:verdana, arial, helvetica, sans-serif;
	margin:0px 0px 16px 0px;
	padding:0px; 
	}

p.small {
      font:9px verdana, arial, helvetica, sans-serif; 
	  line-height: normal;
	  }
	
a:link { color: #337A98; text-decoration: none;}
a:visited {color:#337A98; text-decoration: none;}
a:active {color:#337A98; text-decoration: none;}
a:hover { background-color:#FFCC33; text-decoration: underline; color: #337A98;}

#Content>p {margin:0px;}

#Header {
	margin:20px 0px 10px 0px;
	padding:15px 0px 5px 0px;
	/* For IE5/Win's benefit height = [correct height] + [top padding] + [top and bottom border widths] */
	height:33px; /* 14px + 17px + 2px = 33px */
	border-style:solid;
	border-color:#FFCC33;
	border-width:2px 0px; /* top and bottom borders: 1px; left and right borders: 0px */
	text-align: center;
	line-height:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:11px;
	color:#337a98;
	background-image: url(../stbg2.jpg);

/* Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it. 
IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style declaration. 
The incorrect IE5/Win value is above, while the correct value is 
below. See http://glish.com/css/hacks.asp for details. */
	voice-family: "\"}\"";
	voice-family:inherit;
	height:14px; /* the correct height */
	}
/* The "be nice to Opera 5" rule. Basically, it feeds correct length values to user agents 
that exhibit the parsing error exploited above yet get the CSS box model right and understand 
the CSS2 parent-child selector. */
body>#Header {height:14px;}
#footer {
	background-image: url(../stbg2.jpg);
	border-style:solid;
	border-color:#FFCC33;
	border-width:2px 0px;
	font-size: 9px;
	text-align: center;
	padding:5px 0px 5px 0px;
	clear: both;
	}

#Content { 
	margin-top:0px; 
	margin-right:inherit; 
	margin-bottom:inherit; 
	margin-left:215px;
	width:712px;
	height:inherit;
	font-size:11px;
	padding-top:10px;
	padding-left:10px;
	padding-bottom:350px;
	padding-right:10px;
	}
	
	#Content1 { 
	margin-top:0px; 
	margin-right:inherit; 
	margin-bottom:inherit; 
	margin-left:225px;
	width:712px;
	height:inherit;
	font-size:11px;
	padding-top:10px;
	padding-left:10px;
	padding-bottom:50px;
	padding-right:10px;
	}
#Content2 {
	margin-top:0px; 
	margin-right:inherit; 
	margin-bottom:inherit; 
	margin-left:200px;
	font-size:11px;
	width:712px;
	height:inherit;
	padding-top:10px;
	padding-left:10px;
	padding-bottom:50px;
	padding-right:10px;
	}
	
	#Content3{
	margin-top:0px; 
	margin-right:inherit; 
	margin-bottom:inherit; 
	margin-left:50px;
	font-size:11px;
	width:712px;
	height:inherit;
	padding-top:10px;
	padding-left:10px;
	padding-bottom:50px;
	padding-right:10px;
	}
	
	#Content4{
	margin-top:0px; 
	margin-right:inherit; 
	margin-bottom:inherit; 
	margin-left:110px;
	font-size:11px;
	width:712px;
	height:inherit;
	padding-top:10px;
	padding-left:10px;
	padding-bottom:50px;
	padding-right:10px;
	}
div.btn_cloud{
	/* Create the button */
	width:159px; /* Specify the size of the graphic */
	height: 110px;
	background-image: url(../images/cloud_5border.gif);  
	background-repeat:no-repeat;		
	/*  Format the text for the button */
	text-align: center;
	line-height: 100px; /* Needed for automatically centering the text from  top to bottom. */
	font-family:"Comic Sans MS", Arial, sans-serif;
	font-size:18px;
	font-weight:500;	
	color:#337a98;
	/* Alignment on the page. */
	float: left; 
}
/* Create some rollover effects */
div.btn_cloud a:link{
		text-decoration: none;
		font-size:18px;
		font-weight:500;	
}

div.btn_cloud a:hover{
		text-decoration: underline;
		font-size:18px;
		font-weight:500;
		background-color: #ffcc33;
}

#leftmenu {
	position:absolute;
	top:85px;
	left:10px;
	width:178px;
	height:auto;
	padding:5px;
	font-size: 9px;
	background-image: url(../stbg2.jpg);
	border-style:solid; 
	border-width:2px;
	border-color:#FFCC33;
/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:178px;
	}
	
	#leftside {
	position:absolute;
	top:10px;
	left:10px;
	width:110px;
	height:auto;
	padding:0px;
	background-image: url(../stbg2.jpg);
/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:110px;
	}
/* Again, "be nice to Opera 5". */
body>#Menu {width:170px;}

div.float {
  float: left;
  }
  
div.float p {
   text-align: center;
   font-size:9px
   }
   
   .style1 {
	font-size: 14px;
	font-weight: bold;
}
.style2 {color: #D1ECFA}
.ref {font-size:9px; font-style:oblique;}