@charset "utf-8";

/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	color: #333;
	margin: 0 auto;
	background-color: #999;
	text-align: center;
	}


/********************
*	Special Plain (no navigation) Pages	*
********************/


#plain-page-container {
	margin: 0 auto;
	background-color:#FFF;
	text-align: center;
	display: inline-block;
}

.top-nav, .footer-nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: none;
}

	.top-nav ul, .footer-nav ul {
		background: #415B7C;
		list-style: none;
		margin: 0;
		padding: 1.3em 0;
		}
	
	.top-nav li, .footer-nav li {
			margin: 0 auto;
			text-align: center;
			}
			
	.top-nav li a, .footer-nav li a {
		color: #FFF;
		display: block;
		font-weight: bold;
		text-decoration: none;
		}
	
	.top-nav li a:hover, .footer-nav li a:hover {
		text-decoration: underline;
		}

.close-window, .close-window-bottom {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: none;
}

	.close-window ul, .close-window-bottom ul {
		background: #415B7C;
		list-style: none;
		margin: 0;
		padding: 1.3em 0;
		}
	
	.close-window li, .close-window-bottom li {
			margin: 0 auto;
			text-align: center;
			}
			
	.close-window li a, .close-window-bottom li a {
		color: #FFF;
		display: block;
		font-weight: bold;
		text-decoration: none;
		}
	
	.close-window li a:hover, .close-window-bottom li a:hover {
		text-decoration: underline;
		}
					
.plain-body-box {
	margin: 0 auto;
	padding: 5px 0 20px 0;
	background-color:#FFF;
	text-align: center;
}

	.plain-body-box h1 {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 1.9em;
		padding: .5em 0;
		font-weight: bold;
	}
	
	.plain-body-box p {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 1em;
		line-height: 1.7em;
		padding: 0 100px 0 100px;
	}
	
.loop-container {
	margin: 0 auto 10px auto;
	text-align: center;
}

.imgprod-font {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #1d5898;
	font-size: 80%;
}

#plain-footer-box {
	clear: both;
	position: relative;
/*	min-width: 950px;   */
	height: 50px;     
	margin: 0 auto;
	background: url(../graphics/footer-back.png) repeat-x; 
	background-color: #D0D1D3;
}

.close-window, .close-window-bottom {
	display: none !important;
}