﻿
/* REGION HTML ELEMENTS */
body 
{	
	text-align:center;
	margin:0 auto 0 auto;	
	padding:0 0 0 0;
	width:100%;
	font-family:Verdana;
	font-size:75%;
}

#maincontent
{
	width:955px;
	text-align:center;
	margin:0 auto 0 auto;
}

h2
{
	font-family:Verdana;
	font-size:18px;		
	font-weight:normal;
}

img { border:0; }
sup {font-size:8px; }
/* GLOBAL CLASSES */


#banner_bluesky
{	
	/*background: #fff url("../images/banners/Banner_bluesky.jpg") NO-REPEAT CENTER TOP;*/
	width:780px;
	height:175px;		
}

/* REGION FOOTER CSS*/
#footer
{
	width:660px;
	float:left;
	margin:15px 0 0 0;
	padding:0 18px 0 12px; /* move left to align with dropshadows */	
}
#footer #hr
{
	width:660px;
	height:3px;
	background-color:#FFF;
	margin:0;
	float:left;	
	font-size:1px;
}

#footer #toc
{
	clear:left;
	float:left;
	margin:1px 0 0 5px;
	color:#FFF;
	font-size:76%;
	width:250px;
}

#footer #footerlinks
{
	float:right;
	margin:4px 5px 0 0;
}

#footer #footerlinks img
{
	float:left;
	margin:0px 0px 0 0;
}


/* REGION CLEAR FIX - REF: http://www.positioniseverything.net/easyclearing.html */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */


.left	{float:left;}
.right	{float:right;}
.hide	{display:none;}
.clear {clear:both;}
