/* CSS Document */

* { padding: 0; margin: 0; }

body {
				font-family: Arial, Verdana, Helvetica, sans-serif;
				font-size: 12px;
				background-image:url(template/mainbodybackground.jpg);
				background-repeat:no-repeat;
				background-position: top center;
				background-color: #374E82;
			}
/* Structure used to place background and rotator behind main content */
	#backgroundwrapper { 
		margin-left: auto ;
		margin-right: auto;
		width: 980px;
		height:623px;
	}
		#topspacer {
			height:221px;
			width:980px;		
		}
		#photoholder {
			height:402px;
			width:980px;
			background-image:url(userimages/rotator/rotatorstart.jpg);
			background-repeat: no-repeat;
			background-position:top left;
		}
/* Main body content layout */
	#wrapper { 
		top: -623px;
		position:relative;
		margin-left: auto ;
		margin-right: auto;
		width: 980px;
		z-index:110;
						
	}
		#abovemenubar{
			position:relative;
			height:23px;
			width:980px;
			z-index:112;
		}
		#menubar {
			position:relative;
			height:37px;
			width:980px;
			line-height:37px;
			z-index:115;
		}
		#belowmenubar {
			position:relative;
			height: 162px;
			width: 980px;
			z-index:114;		
		}
		#leftcolumn {
			position:relative;
			float:left;
			width:576px;
			padding-left: 57px;
			padding-bottom:30px;
			margin-bottom:-623px;			
		}
		#rightcolumn {
			padding-top:20px;
			width:338px;
			position:relative;
			float:right;
			padding-bottom:30px;
			margin-bottom:-623px;						
		}
			.toprighthandbutton {
				display:block;
				width: 338px;
				height: 56px;
				border:0;
			}
						
		#footer {
			clear:both;						
			margin-left: auto ;
			margin-right: auto;
			position:relative;
			height: 58px;
			width:980px;
			background-color: #001F62;
			line-height:58px;
			text-align:center;
			color:#89AAF6;
			font-family:Arial;
			font-size: 10px;
			font-weight:normal;
			
		}
		#footer A {
			text-decoration:none;
			color:#89AAF6;
			font-family:Arial;
			font-size: 10px;
			font-weight:normal;		
		}
		#footer A:visited {
			text-decoration:none;
			color:#89AAF6;
			font-family:Arial;
			font-size: 10px;
			font-weight:normal;		
		}
		#footer A:hover {
			text-decoration:none;
			color:#89AAF6;
			font-family:Arial;
			font-size: 10px;
			font-weight:normal;		
		}

		#bottom {
			margin-left: auto ;
			margin-right: auto;
			position:relative;
			height:45px;
			width:980px;
			background-color: #374E82;
		
		}
	h1 {
			font-family: "Trebuchet MS", "Helvetica", sans-serif;
			font-weight:normal;
			font-size:60px;
			color:#001E62;
			letter-spacing:4px;
			padding-bottom:20px;
			line-height:66px;		
		}
