body {
	font-family:"Calibri","sans-serif";
	background: rgba(13, 85, 110, 0.3);
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	padding-top:10px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtr #container {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #333333;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

strong, .highlight {
	color:#0070C0;
}

.imageRight {
	border: 1px solid #cccccc;
	padding: 1px;
	float:right;
	margin-left:5px;
}

h1 {
	margin:0;
	padding:0; 
}

h2, h2, h3, .menu .menuItem {
	
	color:#0D556E;
}

.movedown {
	margin-top:3000px;
}

.menu {
	width:180px;
	padding:10px;
}

.menu .menuItem {
	display:list-item;
	margin-left:15px;
	font-size:16px;
	padding-bottom:4px;
}

.header {
	padding-top:10px;
}

.header .name {
	font-weight:bold;
	color:#0D556E;
	font-size:28px;
	text-shadow: 3px 3px #f0f0f0;
}

.header .domain, .header .email,  .header .email a {
	font-size:29px;
	color: #999;
	padding-top:13px;
	font-weight:bold;
}

.header .email a {
	font-size:18px;
}

.headerline {
	background-color:#0D556E;  height:30px; width:1021px;
	margin-top:-30px;
	margin-left:3px;
	text-align:center;
	font-size:16px;
	line-height:30px;
	color:white;
}

.Envelope {
	background-color:white;
	box-shadow: inset 2px 2px 2px 2px rgba(13, 85, 110, 0.7), 2px 2px 2px 2px rgba(13, 85, 110, 0.7) ;
	border-radius: 15px;
}