@charset "utf-8";
/* CSS Document */


	/* IE6 & 5.5 png fix */
	img, div { behavior: url(../iepngfix.htc) }

	* {
		padding:0px;
		margin:0px;
	}

	body {
		margin:0px;
		padding:0px;
		background:url(../../assets/images/bg.jpg) top no-repeat #64b6e3; 
		font-family:Verdana, Geneva, sans-serif;
		font-size: 12px;
		font-family: Arial, Helvetica, sans-serif;
		line-height: 22px;
	}
	#topMenu {
		background:url(../../assets/images/h-bar-blue-top.png);
		height: 38px;
		width: 1000px;
	}
	#flash-background {
		width: 1000px;
		height: 620px;
	}
	#mainWrap {
		width:1000px;
	}
	#footer {
		background:url(../../assets/images/h-bar-bottom.jpg);
		width: 1000px;
		height: 26px;
		margin-top: 4px;
	}
	#footer a {
		color:white;
		font-weight:bolder;
		text-decoration:none;
	}
	#footer a:hover {
		text-decoration: underline;
	}
	#white-box {
		width:1000px;
		text-align: left;
		/* Fix placement of white-box  due to top padding, slash is for IE6 and 5.5 fix */

	}
	
	#white-box p {
		font-size: 12px;
	}
	
	#white-box h3 {
		font-size: 18px;
		color: #999999!important;
		font-weight:bolder;
	}	
	
	#white-box h2 {
		font-size: 18px;
		color: #13479E!important;
		font-weight:bolder;
	}
			
	#white-box h1 {
		font-size: 26px;
		color: #13479E!important;
		font-weight:bolder;
	}
	
	#white-box .p0 em {
		color: #13479E!important;
		font-weight:bolder;
		font-style: italic;
		font-size: 12px;
	}
	
	
	#white-box p strong {
		color: #13479E!important;
		font-weight:bolder;
		font-size: 12px;
	}
	
	#white-box .p1 em {
		color: black!important;
		font-weight:bolder;
		font-style: italic;
		font-size: 12px;
	}
	
	#white-box table td {
		padding-left: 10px;
		padding-right: 10px;	
	}
		
	#menu {
/*		color: white;*/
	}	
	
	#menu a {
		color: blue;
		display:block;
		float: left;
		font-weight: bolder;
		padding-left: 15px;
		padding-right: 15px;
		margin-top: 9px;
		margin-bottom: 4px;		
		font-size: 14px;
		text-decoration: none;
		min-width: 71px;
		line-height: 22px;
		height: 22px;
		border-left:1px solid white;
	}

	
	input {
		border:none;
		height: 26px;
		line-height:26px;
		vertical-align: middle;
	}
