*,html {
	padding:0;
	margin:0;
}

body {
	width:100%;
	height:100%;

	color:#000000;
	background-color:#ffffff;	

	font-family: verdana, geneva, arial, helvetica, sans-serif;
	font-size: 11px;
	color: #444444;
}
#bottomLeft p {
	line-height: 15px;
	padding-bottom:10px;

}

#container {
	position: relative;
	
	width:950px;
	height:300px;
	
	margin: 0 auto;
	margin-right: 10px;
	margin-top: 70px;
}

#topLeft { 
	position: relative;
	float: left;

	width: 720px;
	height: 260px;
	
	background-image: url(/images/header_background.jpg);
	background-repeat: no-repeat;
}

#topLeftLogo {
	position: absolute;
	float: left;
	
	top: -40px;
	left: -45px;
	
	width: 285px;
	height: 120px;
	
	background-repeat: no-repeat;
}
#topLeftLogo {filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true sizingMethod=nonscale src='/images/logo.png');}
#topLeftLogo[id] {background-image: url(/images/logo.png);}

#topLeftOverlay {
	position: relative;
	float: left;
	
	width: 720px;
	height: 50px;
	
	margin-top: 210px;
	padding-top:14px;

	background-repeat: no-repeat;
}
#topLeftOverlay {filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true sizingMethod=nonscale src='/images/header_background_overlay.png');}
#topLeftOverlay[id] {background-image: url(/images/header_background_overlay.png);}


#topRight { 
	position: relative;
	float: left;
		
	width: 230px;
	height: 260px;
	
	background-image: url(/images/header_background_menu.jpg);
	background-repeat: no-repeat;

}

.topRightMenuItems {
	margin-top:25px;
	list-style: none;
}

.topRightMenuItems li {
	position: relative;
	float:left;
	
	width: 230px;
	height: 32px;

	display: inline;	
	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#bottomLeft { 
	position: relative;
	float: left;

	width: 720px;
	
	padding-top: 30px;

	background-image: url(/images/bottom_background_line.jpg);
	background-repeat: repeat-x;
}

#bottomLeftContentLeft { 
	position: relative;
	float:left;
	
	width:320px;
	 
	padding-left: 25px;
}

#bottomRight { 
	position: relative;
	float: left;

	width: 230px;
}

#bottomLeftContentRight { 
	position: relative;
	float:left;
	
	width:320px;
	 
	padding-left: 25px;
}

#footer {
	position: relative;
	float: left;
	clear:left;
	width: 950px;
	height: 30px;
}

ol {
	margin-left: 45px;
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: bold;
	color: #005292;
}
ol li{
	margin-top:5px;
}

li span{ 
	padding-left: 10px;
	color: #B1B1B1;
	font-weight: normal;
	font-size: 17px;	
	letter-spacing: 1px;	
}

br {
	letter-spacing:0px;
}

h1 {
	display: none;
	visibility:hidden;
}

.sIFR-hasFlash h2 {
	visibility: hidden;
	letter-spacing: -6px;
	font-size: 20px;
}
.sIFR-hasFlash .topRightMenuItems h2 {
	visibility: hidden;
	letter-spacing: -6px;
	font-size: 16px;
}

.sIFR-hasFlash h3.left {
	visibility: hidden;
	letter-spacing: -6px;
	font-size: 20px;
}

.sIFR-hasFlash h3.right {
	visibility: hidden;
	letter-spacing: -6px;
	font-size: 18px;
}

.sIFR-hasFlash .rightHeading {
	visibility: hidden;
	letter-spacing: -6px;
	font-size: 14px;
}

.sIFR-hasFlash .rightText {
	visibility: hidden;
	letter-spacing: -6px;
	font-size: 14px;
}

a:link { color:#444444; text-decoration:none; border-bottom:1px dotted #005292; }
a:active { color:#444444; text-decoration:none; border-bottom:1px dotted #005292;}
a:visited { color:#444444; text-decoration:none; border-bottom:1px dotted #005292;}
a:hover { color:#444444; text-decoration:none; border-bottom:1px dotted #005292;}

a.no_underline:link  { border-bottom:0px; }
a.no_underline:active { border-bottom:0px; }
a.no_underline:visited { border-bottom:0px; }
a.no_underline:hover { border-bottom:0px; }

