html {
	font-size:80%;
	font-family:Arial, "Times New Roman", Times, serif;
}

div {
 /* border: 2px solid red; */}

p {
}

a {
	color:#333333;
	text-decoration:none;
	font-weight:bold;
}

a:hover {
	text-decoration:underline;
}

.special_link{
	color:#009900;
	}

 .centeredImage
    {
    text-align:center;
    margin-top:0px;
    margin-bottom:0px;
    padding:0px;
    }

.pageTitle {
	font-size:20px;
	color:#0033CC;
	font-family:Georgia, "Times New Roman", Times, serif;
}

.pageSubtitle {
	font-family:Arial, "Times New Roman", Times, serif;
	display:inline; 
	color: #3399CC;
	font-weight:bold;
}

#container {
	width: 100%; 	
	text-align:left;
}

#headerPrint {
	display:none;
}

#header {
	height: 130px; 
	background-image: url(/images/back2.gif);	
	padding: 0px;
}

#footer {
	height: 50px;
	background-color:#999999;
	width:inherit;
}

#footerPrint {
	display:none;
}

#content {
	position:relative;
	width: 400px;
	background-image:url(/images/key.gif);
	background-repeat:no-repeat;
	background-position:100px 20px;
	text-align:left;
	padding-left:200px;
	padding-top: 10px;
}

.sidelink {
	border: 1px solid #000000;
	padding-top: 2px;
	padding-bottom: 2px;
	}

img.special{
background:url(http://www.michaelleestallard.com/wp-content/themes/spotlight-13/images/shadow.gif) no-repeat right bottom;
	padding:4px 10px 10px 4px;	
	border:none;
	border-top:#eee 1px solid;
	border-left:#eee 1px solid;
	float:left;
	margin:0 20px 16px 0;
	
	
}

img.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}