body {
		text-align:center;
		/*background:#cccccc; 06 new */
		 background-color:#D3D2D2; 
		}
	
	#main {
	width:700px;
		margin-right:auto;
		margin-left:auto;
		margin-top:10px;
		padding:0px;
		text-align:left;
		/* background:#CADAD3; 04 blue */
		/*background:#DADAB2; 06 new */
		background-color: #E2E9EB; 
		}

	#menu {
	float:left;
	width:200px;
	padding:0px;
	/* background:#CADAD3; */
	/* background:#DADAB2; 06 new */
	 background-color: #E2E9EB; 
	height: 400px;
	margin: 0px;
		}
		
		#contentheader {
	/* background:#CCCCCC; 06 new */
	 background-color:#D3D2D2; 
	font-family: Verdana;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
	letter-spacing: 0.03em;
	margin: 0px;
	padding: 0px;
		}
		
/*    Text Formatting   */

p,ul,td,pre {
	margin:0px 10px 10px 10px;
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
		}

h1, h2, h3, h4, h5, h6
	{  font-family: Verdana;
		text-decoration: none;
		font-weight: normal;
		color: #333333;
		}	
		
	h1 {
		margin:10px;
		font-size: 14px;
		}
		
	h2 {
		margin:10px;
		font-size: 12px;
		
		}
	h3 {
		margin:0px;
		font-size: 12px;
		}
	h4 {
		margin:0px;
		font-size: 12px;
		font-weight: bold;
		}

	#contentheader h1 {
		font-size:14px;
		padding:10px;
		margin:0px;
		}
	
ul {
        list-style: none;
        margin-left: 10px;
        padding-left: 1em;
        text-indent: -1em;
        }
		
.redtext { color:#B90202 }

		
/*    Navagation   */

.linksmain {
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
	text-align: right;
}
.linksmain:visited {
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
	text-align: right;
}
.linksmain:hover {
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #006699;
	text-decoration: none;
	text-align: right;
}
.linknumbers {
	display: inline;
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #006699;
	text-decoration: none;
	text-align: left;
}
.linknumbers:visited {
	display: inline;
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #728EAE;
	text-decoration: none;
	text-align: left;
}
.linknumbers:hover {
	display: inline;
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
	text-align: left;
}
.lefttext {
	text-align: justify;
}
.navagation {
	
	z-index: 3;
	height: auto;
	width: 190px;
	top: 360px;
	visibility: visible;
	text-align:right;
}.boldtext {
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.resumetext {
	line-height: 1.3em;
	text-decoration: none;
}
.email a:link, a:active {
	color:#B90202;
	text-decoration: none;
	}
.email a:hover {
	color:#B90202;
	text-decoration:underline;
	}

/*   Footer with APS link   */

#footer {
		text-align:right;		/* Footer must have same css as Main to stay aligned */
		width:700px;
		margin-right:auto;
		margin-left:auto;
		padding-top: 5px;
		}
		
#footer p a:hover {
		text-decoration:underline;
		color: #333333;
		}
		
#footer a:link, #footer a:visited {
	color: #999999;
	text-decoration: none;
	}
