/* CSS Document */

body	{
		text-align: center;
		background: #3F5978 url(../images/body_bg.jpg) top center repeat-x;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		background-image:url(../images/spt_splash_bg.png);}
		
#topperContainer {		
    	width: 840px;
		height: 12px;
		padding: 0 30px 0 30px;
		float: left; }

#topper {		
    	width: 780px;
		height: 12px;
		float: left;
		font-family:Geneva, Arial, Helvetica, sans-serif;
		color: #fff;
		font-size:12px;
		font-weight: bold;
		text-align:left;}
		
#wrapper {		
		margin: 0 auto;
		margin-top: 40px;
    	width: 840px;
		min-height: 422px;}
		
#container {		
    	width: 840px;
		min-height: 422px;
		float: left; }
		
#bottomPanel {
		width: 840px;
		height: 143px;
		float: left;
		background-image: url(../images/links_bg.png);
		font-family: Geneva, Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #092A4E;
		text-align: left; }
		
#bottomColumnWrapper {
		width: 774px;
		height: 100px;
		float: left;
		margin: 15px 20px 23px 46px; }

#bottomColumn1 {
		width: 173px;
		height: 100px;
		float: left;
		border-right: 1px dashed #092A4E;
		margin: 0 16px 0 0; }
		
#bottomColumn2 {
		width: 173px;
		height: 100px;
		float: left;
		border-right: 1px dashed #092A4E;
		margin: 0 16px 0 0; }

#bottomColumn3 {
		width: 173px;
		height: 100px;
		float: left;
		border-right: 1px dashed #092A4E;
		margin: 0 16px 0 0; }
		
#bottomColumn4 {
		width: 173px;
		height: 100px;
		float: left;
		margin: 0 16px 0 0; }		

#footer {		
		margin-top: 2px;
    	width: 840px;
		height: 12px;
		padding: 0 20px 0 20px;
		float: left;
		font-family:Geneva, Arial, Helvetica, sans-serif;
		color: #fff;
		font-size:10px;
		text-align:left;}
		
#copyright {		
    	width: 400px;
		height: 12px;
		float: left;
		font-family:Geneva, Arial, Helvetica, sans-serif;
		color: #fff;
		font-size:10px;
		text-align:left;}
		
#cfmTag {		
    	width: 400px;
		height: 12px;
		float: left;
		font-family:Geneva, Arial, Helvetica, sans-serif;
		color: #fff;
		font-size:10px;
		text-align:right;}

/* headers */

h1 {
		font-family: Geneva, Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #092A4E;
		font-weight: bold;
		margin: 0 0 3px 0;
		text-align: left;
		text-decoration: underline; }	

		
/* image rollovers */
		

a.button { 
        background:repeat 0px 0px; 
        display: block; }

a.button span { 
        display: none; }

a.button:hover { 
        background: repeat 0px -44px; }
		
/* image rollovers */

a.bottomLink {
	text-decoration: none;
	color:#092A4E;
	font-size: 12px;
	text-transform: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;}

a:hover.bottomLink 
{
	color: #092A4E;
	text-decoration: underline; }

a.footerLink {
	text-decoration: none;
	color:#FFFFFF;
	font-size: 10px;
	text-transform: none;
	font-family: Geneva, Arial, Helvetica, sans-serif; }

a:hover.footerLink 
{
	color: #FFFFFF;
	text-decoration: underline; }
