@charset "utf-8";
body  {
	background: #cccccc;
	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; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
}
.twoColFixLtHdr #container {
	width: 1050px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #BABABA;
	background-repeat: no-repeat;
} 
.twoColFixLtHdr #header {
	color: #FFFFFF;
	font-size: 12px;
	font-family: "Times New Roman", "Bookman Old Style", "Book Antiqua", Garamond;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	background-color: #333333;
	background-image: url(../graphics/photos/c4.jpg);
	background-position: 930px 15px;
	background-repeat: no-repeat;
} 
.twoColFixLtHdr #container #header #headerpad {
	padding-left: 30px;
	padding-bottom: 18px;
	z-index: 30;
}
.twoColFixLtHdr #container #header #headerpad ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: inline;
}
.twoColFixLtHdr #container #header #headerpad li {
	display: inline;
	list-style-type: none;
}
.twoColFixLtHdr #container #header #headerpad a {
	text-decoration: none;
	letter-spacing: 2px;
	font-family: "Bookman Old Style", "Book Antiqua", Garamond, "Times New Roman";
	padding-right: 20px;
	background-image: url(../graphics/bkgds/horizlinkbkgd.gif);
	background-position: right 5px;
	background-repeat: no-repeat;
}
.twoColFixLtHdr #container #header #headerpad a:link,  .twoColFixLtHdr #container #header #headerpad a:visited {
	color: #FFFFFF;
}
.twoColFixLtHdr #container #header #headerpad a:hover,  .twoColFixLtHdr #container #header #headerpad a:active {
	color: #B59379;
}

.twoColFixLtHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 28px;
	font-weight: normal;
	letter-spacing: 2px;
	padding-top: 25px;
	padding-right: 0;
	padding-bottom: 25px;
	padding-left: 40px;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 160px;
	background-image: url(../graphics/bkgds/sidebarbkgd.jpg);
	background-position: 41px top;
	background-repeat: no-repeat;
}
.twoColFixLtHdr #container #sidebar1 .ipad1 .firstp {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
	margin-top: 0px;
	padding-top: 0px;
	color: #B59379;
}

.twoColFixLtHdr #container #sidebar1 .ipad1 {
	text-align: center;
	color: #B59379;
	padding-top: 60px;
}
.twoColFixLtHdr #container #sidebar1 .ipad1 ul {
	margin: 0px;
	list-style-type: none;
	background-color: #4d4d4d;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}


.twoColFixLtHdr #mainContent {
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	z-index: 3;
} 
.twoColFixLtHdr #container #mainContent .ipad2 table td {
	padding-right: 6px;
}
.twoColFixLtHdr #container #mainContent .ipad2 #rightcontent .bar {
	color: #FFF;
	background-color: #585858;
	padding-top: 1px;
	padding-right: 10px;
	padding-bottom: 1px;
	padding-left: 10px;
	text-align: right;
	margin-right: 5px;
}
.twoColFixLtHdr #container #mainContent .ipad2 #leftcontent p a img {
	margin-bottom: 9px;
	margin-top: 4px;
}



.twoColFixLtHdr #container #mainContent .ipad2 {
	padding-right: 40px;
	padding-bottom: 10px;
	padding-left: 40px;
	padding-top: 8px;
}
.twoColFixLtHdr #container #mainContent .ipad2 #leftcontent {
	float: left;
	width: 320px;
	line-height: 20px;
}
.twoColFixLtHdr #container #mainContent .ipad2 #rightcontent {
	margin-left: 360px;
}


.twoColFixLtHdr #footer {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	color: #FFFFFF;
	text-align: right;
	background-color: #333333;
	background-image: url(../graphics/aotwlogo.gif);
	background-repeat: no-repeat;
	background-position: 40px center;
	padding-right: 40px;
	padding-left: 160px;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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;
}
.pad5left {
	padding-left: 5px;
}
.twoColFixLtHdr #container #mainContent .ipad2 #flashcontent {
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: center;
	z-index: 1;
}
.marg15right {
	margin-right: 15px;
}
.twoColFixLtHdr #container #mainContent .ipad2 #rightcontent .staff {
	padding-top: 25px;
	padding-bottom: 20px;
}
.twoColFixLtHdr #container #mainContent .ipad2 #rightcontent .staff h4 {
	margin-top: 0px;
	margin-bottom: 0px;
	color: #960;
}
.twoColFixLtHdr #container #mainContent .ipad2 #rightcontent #pagetabs h4, .twoColFixLtHdr #container #mainContent .ipad2 #rightcontent #pagenav h4 {
	color: #960;
		margin-top: 0px;
	margin-bottom: 0px;
}
.twoColFixLtHdr #container #mainContent .ipad2 #rightcontent #pagetabs {
	margin-right: 400px;
	padding-bottom: 20px;
	padding-top: 20px;
}

.twoColFixLtHdr #container #mainContent .ipad2 #leftcontent h3 {
	color: #960;
	margin-bottom: 0px;
}
.twoColFixLtHdr #container #mainContent .ipad2 #leftcontent h3+p {
	margin-top: 12px;
}

.twoColFixLtHdr #container #mainContent .ipad2 #rightcontent #form1 table tr td input {
	background-color: #E6E6E6;
	border: 1px solid #000;
}
.twoColFixLtHdr #container #mainContent .ipad2 #rightcontent #form1 {
	padding-top: 10px;
	padding-bottom: 15px;
}

.twoColFixLtHdr #container #mainContent .ipad2 #rightcontent #form1 table tr td #send {
	color: #FFF;
	background-color: #666;
}
.twoColFixLtHdr #container #mainContent .ipad2 #rightcontent #form1 table td {
	padding-top: 10px;
}
.twoColFixLtHdr #container #mainContent .ipad2 #rightcontent #form1 table tr td textarea {
	background-color: #e6e6e6;
	border: 1px solid #000;
}
.twoColFixLtHdr #container #mainContent .ipad2 #rightcontent #form1 table tr td strong {
	color: #960;
}
.twoColFixLtHdr #container #mainContent .ipad2 #leftcontent #show p {
	font-size: 13px;
	line-height: normal;
}
.twoColFixLtHdr #container #mainContent .ipad2 #leftcontent #show h3 {
	font-size: 16px;
}
a {
	text-decoration: none;
}
.twoColFixLtHdr #container #mainContent .ipad2 #rightcontent #pagenav {
	float: right;
	text-align: right;
	margin-top: 20px;
}
.twoColFixLtHdr #container #mainContent .ipad2 #leftcontent .pbreak {

}
.twoColFixLtHdr #container #mainContent .ipad2 #leftcontent .pbreak p {
	margin: 0px;
}
.twoColFixLtHdr #container #mainContent .ipad2 #leftcontent .pbreak {
	margin-bottom: 12px;
}
.twoColFixLtHdr #container #mainContent a:link, .twoColFixLtHdr #container #maincontent a:visited {
	color: #4D4D4D;

}
.twoColFixLtHdr #container #mainContent a:hover,  .twoColFixLtHdr #container #maincontent a:active, .twoColFixLtHdr #container #maincontent a:visited:hover {
	color: #805F46;
}
.twoColFixLtHdr #container #mainContent .ipad2 #rightcontent .bar p {
	margin-top: 0px;
	margin-left: 0px;
	padding-left: 0px;
	margin-bottom: 7px;
	line-height: 21px;
}
.twoColFixLtHdr #container #mainContent .ipad2 #rightcontent .bar {
	margin-left: 0px;
	padding-left: 0px;
}
