﻿.label
{
	font-weight:bold;
}
.SubTitle
{
	color: #0047B6;
    font-size: 18pt;
    text-align:justify;
}
.SubTitle2
{
	color: #0047B6;
    font-size: 10pt;
    text-align:justify;
}
/* [-] Main Container - defines overall layout and width
=========================================================================================== */
body {
	font-family: Arial,Helvetica;	
	background: #f3f4f4;
	font-size: 12px; 
	color: #333; 
	font-weight: normal;
	line-height: 18px;
	text-align:left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	margin:0px;
	padding:0px;
}
#container { 
	width: 100%;
	margin: 0px; 
	padding: 0px;
	background: url(../images/bg_top.gif) repeat-x top left;
	min-height:500px;
} 
#container_center {
	margin:0 auto;
	width:962px;
	padding:0px;
	background:transparent;
	min-height:270px;
}

/* [-] Main Content Area - Layout and style for main body contents of page
=========================================================================================== */

#mainContent_container {
	margin:auto;
	padding:0;
	width:962px;
	background:white;
	clear:both;
	} 

#mainContent {
	 /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
    padding-left:21px;
    padding-right:21px;
	min-height:0px;
	width:920px;
    margin:auto;
	padding-top:10px;

} 

/* [-] Footer - Layout and style for footer area (copyright and fine print)
=========================================================================================== */

#a8_footer { 
    width:100%;
	margin:0 auto;
	background-color:transparent;
	padding: 2px 0 6px 0;
	line-height: 0pt;
	height:20px;
	clear:both;}

#a8_footer ul {
	float: left;
	font-size: 83%;
	list-style:none;
	margin:0;
}
#a8_footer ul li {
	float: left;
	margin: 0 5px 0 0;
	padding:0 0 0 5px;
	border-left: 1px solid #555;
	line-height: 1.2;
}
#a8_footer ul li.firstItem {
	padding-left:15px;
	border:none;
}
#a8_footer p {
	font-size:11px;
	padding:0px;
	margin:0px;
	color:#555555;
	line-height:18px;	
	}

#a8_footer p.right {
	text-align:right;
	padding-right:5px;
}

#a8_footer #footer_notice {
	text-align:right;
}

#a8_footer a, #a8_footer a:link, #a8_footer a:visited {
    color:#555555;
	text-decoration:none;
	}
	
#a8_footer a:hover {
   text-decoration:underline;
   }
   
   /* [-] Main Content Area - Layout and style for main body contents of page
=========================================================================================== */
#mainContent_top {
	height:16px;
	width:100%;
	}
	
#mainContent_bottom {
	height:60px;
	width:100%;
	}
	
	/* [-] Header - Layout and style for template header elements
=========================================================================================== */

#header { 
	background: transparent; 
	padding: 0px; 
    height:auto;
	clear:both;/* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
#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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.logo_spring {
   padding:0px;
   margin:0px;
   width:143px;
   height:89px;
   }
.sg_logo {
	width:225px;
	height:35px;
	float:right;
   }
