/* CSS Styles */

body {
	font-family: trebuchet ms, verdana, arial, tahoma;
	font-size: 90%;
	color: black;
/*	background-color: #B4CFF5; */
  	background-color: white;
	line-height: 180%;
	margin: 0;
	padding: 0;
	text-align: center;
}

#menubox {
/*	background-color: #e5f0fc; */
	background-color: red;
    border: 1px solid black;
    padding: 2px;
    line-height: 1em;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 80%;
}
#menubox a{ color: white; text-decoration: none; }
#menubox a:hover{ color: #666; text-decoration: none; }

#attention a{ color: red; font-size: 120%; text-decoration: none; }
#attention a:hover{ color: #666; text-decoration: none; }

/* Set the page width */
#header {
	width: 900px;
    height: 226px;
	margin: 0 auto;
	text-align: left;
}

#wrapper-menu-top, #wrapper-content, #wrapper-footer {
	width: 900px;
	margin: 0 auto;
	text-align: left;
}

#header {
	background: transparent url('images/StripThatFatHeader.jpg') no-repeat center top;
}

#folderTop {
 width: 1000px;
 margin: 0 auto 0;
 padding-top: 20px;
 height: 554px;
 background:url(Newimages/TopSecretFolderTop.jpg) no-repeat center top;
}

#folderTile {
 width: 1000px;
 margin: 0 auto;
 background: #fff url(Newimages/TopSecretFolderTile.jpg) repeat-y center top;
}

#folderBottom {
 width: 1000px;
 margin: 0 auto 0;
 padding-bottom: 75px;
 height: 546px;
 background:url(Newimages/TopSecretFolderBottom.jpg) no-repeat center bottom;
}

#content {
    font-family: Arial, Helvetica, sans-serif;
  	font-size: 100%;
} 

#box, #box2 {
	background-color: #85C57E;
	font-size: 90%;
}

#wrapper-footer {
	margin-top: 1em;
	text-align: center;
}

#footer {
	margin: 0 auto;
	background-color: #e5f0fc;
	line-height: 1em;
	border: 1px solid #ccc;
	border-bottom: 0;
	clear: both;
}

h2 { 
	margin: 0 0px;
	padding: 0;
	line-height: 1em;
 	color: Red;
	text-align: center;
	font-size: 140%; }
	
h3 { font-size: 100%; }

a:link, a:visited { color: blue; text-decoration: none; }
a:hover{ color: #666; text-decoration: none; }

