@charset "UTF-8";

<style>
    #myFrame { width:100%; height:100%; }
</style>

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

a:visited {
	color: #ffd;
	text-decoration: none;
}
a:hover {
	color: #cc4;
	text-decoration: none;
}
a:link {
	color: #ffd;
	text-decoration: none;
}
a:active {
	color: #Fdd;
	text-decoration: none;
}
/* CSS Document */

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #888;
	font-size: 15px;
}
#body {
	background-color: #000;
	color: #fff;
	box-shadow: 2px 2px 2px #333;
}
h1 {
	font-size: 32px;
	color: #cdc;
}

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

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

#footer {
	font-size: 12px;
	background-color: #aa9;
	color: #454;
	text-align: center;
}

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

.gridContainer.clearfix {
	background-color: #333;
	background-image: none;
	background-position: center center;
}
.outlineAndDropShadow {
	border: 1px solid #333;
box-shadow: 3px 3px 3px #000;
	
}

.centerText {
	text-align: center;
}

figure {
	text-align: center;
}

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