@charset "UTF-8";

a {
} 
#sidebar a {
	text-decoration: none;
}

a:visited {
	color: #CCC;
	text-decoration: none;
}
a:hover {
	color: #FF3;
	text-decoration: none;
}
a:link {
	color: #FFd;
	text-decoration: none;
}
a:active {
	color: #FFF;
	text-decoration: none;
}
/* CSS Document */

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #AAAAAA;
	font-size: 15px;
}
#body div p {
	text-align: left;
	padding-right: 10%;
	padding-left: 10%;
}
#body {
	background-color: #000000;
	color: #FFF;
	box-shadow: 2px 2px 2px #333;
}
h1 {
	font-size: 32px;
	color: #FFFFFF;
	text-shadow: 3px 3px 4px black;
}

h2 {
	text-align: left;
	font-size: 24px;
}
#header {
	background-color: #435253;
}
.headerLogo {
	margin-top: 7px;
	margin-right: 7px;
	margin-bottom: 4px;
	margin-left: 7px;
}
#header h1{
	text-align: center;
	font-size: 50px;
	text-shadow: 5px 5px 5px #222;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#header h2{
	text-align: center;
	color: #CCCCCC;
	font-size: 18px;
}

#footer {
	font-size: 12px;
	background-color: #425253;
	color: #CCC;
	text-align: center;
	text-shadow: 2px 2px 2px #333;
	background-image: url(../files/jpegs/header-background.jpg);
}

#sidebar p {
	background-color: #666666;
	border: 1px solid #333;
	font-size: 18px;
}

.gridContainer.clearfix {
	background-color: #333333;
	background-image: none;
	background-position: center center;
}
#body h2 {
	text-shadow: 2px 2px 2px #333;
	color: #CCC;
}

#body h4 {
	text-shadow: 2px 2px 2px #333;
	color: #0F0;
	font-size: 30px;
}

.outlineAndDropShadow {
	border: 1px solid #333333;
box-shadow: 3px 3px 3px #000;
	
}
.homepageIconLinks {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #CCC;
	text-align: center;
}

.photoRow img {
	vertical-align: middle;p 
	border: 1px solid #333333;
	box-shadow: 3px 3px 3px #333;
	text-align: center;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
}
.tinyText {
	font-size: 12px;
}

.centerText {
	text-align: center;
}


figcaption {
	font-size: 13px;
	text-align: center;
}
td {
	vertical-align: middle;
}

.raisedTrademark{
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
	bottom: 1ex;
	font-size: 80%;
}
