@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;
}
table {
	width: 200px;
}
.side {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.9em;
	color: #036;
	text-decoration: none;
	background-color: #FFE396;
	padding-left: 5.5em;
	font-weight: bold;
}

.twoColFixLtHdr #container {
	width: 780px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #CC9;
} 
.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: 400px;
	padding-bottom: 1.3em;
}
.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: Verdana, Geneva, sans-serif;
	font-size: 0.9em;
	line-height: 1.3em;
	color: #333;
	text-align: left;
	width: 400px;
	padding-left: 1em;
}


.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
	background-color: #CC9;
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #CC9;
} 
.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: 0.8em;
	color: #930;
	padding-top: 1em;
	line-height: 1.3em;
	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: .9em;
	font-weight: bold;
	color: #036;
	text-decoration: underline;
}
a:visited {
	font-family: Verdana, Geneva, sans-serif;
	font-size: .9em;
	font-weight: bold;
	color: #036;
	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: #333;
	padding-top: 1em;
	padding-right: 0.3em;
	padding-bottom: 0.5em;
	padding-left: 0.3em;
	margin-top: 0em;
	width: 190px;
	float: left;
}
h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	font-style: italic;
	color: #036;
	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;
}
