@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	background-color: #333;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #000;
}
.twoColFixLtHdr #container #mainContent p {
	color: #000;
	text-align: left;
	height: auto;
	width: 90%;
}

table {
	width: 4.2em;
	color: #000;
	height: auto;
}
.twoColFixLtHdr #container #mainContent table {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 100%;
}

.side {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #000;
	text-decoration: none;
	background-color: #FFE396;
	padding-left: 5.5em;
	font-weight: bold;
}

.twoColFixLtHdr #container {
	width: 900px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #CC9;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	color: #000;
} 
.twoColFixLtHdr #header {
	background-color: #CC9;
	padding-top: 0em;
	padding-right: 1em;
	padding-bottom: 0;
	padding-left: 3em;
	height: 140px;
	background-repeat: no-repeat;
	margin-top: 0em;
	text-align: center;
} 
.twoColFixLtHdr #header h1 {
	background-image: url(images/apgasm.gif);
	background-repeat: no-repeat;
	height: 100px;
	padding-top: 2em;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 6em;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 3em;
	background-position: center center;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
	line-height: 1.3em;
	color: #930;
	text-align: center;
	width: 80%;
	padding-bottom: 1.3em;
	height: auto;
	padding-left: 8%;
}
.name {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.9em;
	font-style: italic;
	line-height: 1.5px;
	font-weight: bold;
	color: #930;
}

p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	line-height: 1.3em;
	color: #000;
	text-align: left;
	width: 400px;
	padding-left: 1em;
}


.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 230px;
	background-color: #CC9;
	padding-top: 15px;
	padding-right: 3px;
	padding-bottom: 15px;
	padding-left: 3%;
	clear: both;
	color: #000;
}
.twoColFixLtHdr #mainContent {
	background-color: #CC9;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	margin-left: 33%;
	color: #000;
} 
.twoColFixLtHdr #container #mainContent table tr td img {
	text-align: center;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.agad {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	color: #930;
	padding-top: 1em;
	line-height: 1.4em;
	font-weight: bold;
	float: right;
	font-style: italic;
}
.copyright {
	font-family: Verdana, Geneva, sans-serif;
	font-size: .7em;
	font-style: italic;
	color: #B45400;
}

a:link {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	color: #000;
	text-decoration: underline;
}
a:visited {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	color: #000;
	text-decoration: underline;
}
a:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: .9em;
	font-weight: bold;
	color: #FB723E;
	text-decoration: none;
}
.def {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	line-height: 1.2em;
	color: #000;
	padding-top: 1em;
	padding-right: 0.3em;
	padding-bottom: 0.5em;
	padding-left: 0.3em;
	margin-top: 0em;
	width: 190px;
}
h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	font-style: italic;
	color: #000;
	line-height: 1.3em;
	text-align: center;
	margin-right: 4em;
}
.defCopy {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	line-height: 1.4em;
	color: #903;
	padding-top: 1em;
	padding-right: 0.3em;
	padding-bottom: 0.5em;
	padding-left: 0.3em;
	margin-top: 0em;
	width: 190px;
	float: left;
}
.twoColFixLtHdr #container #mainContent {
	color: #000;
}

