body{
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333;
	background-color:#CC9;
}

.wrapper {
	background-color: #CCCCCC;
	background-image: url(../sections/page_verticalWipe.jpg);
	background-repeat: repeat-y;
	background-position: 0 0;
	width: 800px;
	border: 1px solid #000000;
	margin: 4px auto;
}

.masthead{
	height:65px;
	background-color:#FFF;
	position:relative;
	}

	.masthead #logo{
		position:absolute;
		top:0;
		left:0;
		width: 210px;
		height: 41px;
		background-image:url(../sections/logo.gif);
		background-repeat:no-repeat;
		}
	
	.masthead #border{
		position:absolute;
		top:42px;
		left:0;
		width:800px;
		height: 24px;
		background-image:url(../sections/masthead_subtitle.jpg);
		background-repeat:no-repeat;
		}
		
	.masthead #contact{
		position:absolute;
		top:0px;
		left:585px;
		height:18px;
		width:212px;
		}
		
		.masthead #contact #phone{
			float:right;
			width: 91px;
			height: 18px;
			background-image:url(../sections/upperRight_phone.gif);
			background-repeat:no-repeat;
			}
			
		.masthead #contact #divider{
			float:right;
			width: 5px;
			height: 18px;
			background-image:url(../sections/upperRight_divider.gif);
			background-repeat:no-repeat;
			}
		
		.masthead #contact a{
			float:right;
			width:116px;
			height:18px;
			background-image:url(../sections/upperRight_emailAddress.gif);
			background-repeat:no-repeat;
			}
.contentWrapper{
	position:relative;
	}

.contentWrapper table{
	table-layout:fixed;
	width:100%;
	}

.contentWrapper table tr td#lcol{
	width:180px;
	vertical-align:top;
	min-height:400px;
	}
	
.contentWrapper table tr td#rcol{
	width:620px;
	vertical-align:top;
	min-height:400px;
	}

.contentWrapper #margin{
	position:absolute;
	width:172px;
	padding:4px;
	padding-bottom:-4px;
	top:1px;
	left:0;
		}

.ContentCol{
	padding:5px;
	min-height: 470px;
	>height:470px;
	background-image:url(../sections/content_bg_top.gif);
	background-repeat:no-repeat;
	background-position: 0 1px;
	}
	
.ContentCol h1,h2,h3,h4,h5,h6{
	color: #336;
	}

.ContentCol p{
	color: #333;
	}

.ContentCol a, .ContentCol a:visited{
	color:#00C;
	text-decoration:none;
	border-bottom: 1px solid #ccc;
	padding: 0 2px;
	}
	
.ContentCol a:hover{
	border-bottom: none;
	color:#00F;
	background-color:#FFFF66;
	}
	
.MenuCol{}

	.MenuCol #mButtons{
		padding:4px 0;
		margin:0;
		width:180px;
		}

	.menuLevel_1 a{
		width:172px;
		position:relative;
		display:block;
		background-image:url(../sections/menuOption.jpg);
		padding: 1px 4px 3px 4px;
		font-size:11px;
		text-decoration:none;
		color:#999;
		}
	
	.MenuCol #mButtons a:hover{
		color:#fff;
		}
	
	.MenuCol #mButtons br{
		display:none;
		}
		
	.MenuCol #mButtons p{
		color:#999;
		font-size:11px;
		padding:4px 4px;
		margin:0;
		}
		
	.MenuCol #mButtons p a{
		background-image:none;
		padding:0;
		margin:0;
		color:#DDA;
		text-decoration:underline;
		}
		
	.MenuCol #mButtons h1{
		color:#DDA;
		margin:0;
		padding:14px 4px 2px 4px;
		font-size:12px;
		font-weight:bold;
		line-height:.1em;
		}

.pageFooterLogo{
	position:relative;
	height: 55px;
	}
	
	.pageFooterLogo #nsa{
		float:right;
		background-image:url(../sections/nsa_logo.gif);
		background-repeat:no-repeat;
		width:100px;
		height:55px;
		}
		
.pageFooter{
	position:relative;
	height: 44px;
	}
	
	.pageFooter #border{
		position:absolute;
		width: 620px;
		height: 22px;
		background-color: #99c;
		top: 0px;
		left:180px;
		border-top: 2px solid #000;
		}
	
	.pageFooter #footerText{
		position:absolute;
		width: 620px;
		height: 22px;
		top: 24px;
		left:180px;
		background-image:url(../sections/footer.jpg);
		background-repeat:no-repeat;
		}
	.pageFooter #footerText p{
		color:#CCC;
		margin:0;
		padding:0;
		font-size:10px;
		text-transform:uppercase;
		text-align:center;
		padding-top:4px;
		}

/* Specials */
#hideThis{
	display:none;
	}
