@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: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #1F0107;
	font-family: Verdana, Arial, Helvetica, sans-serif;	/*background-color: #1F0107;*/
	background-color: #1F0107;
}
td {
	border: thin solid #900;
	padding: 2px;
}
.twoColFixLtHdr #container {
	width: 980px;
	background-color: #FFFFFF;
	border: solid #FFF 5px;
	background-image: url(../images/tile.jpg);
	background-repeat: repeat-y;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 2px;
	padding-left: 2px;
} 
.twoColFixLtHdr #container p{
	font-size: 0.8em;
	line-height: 1.4em;
}

.twoColFixLtHdr #header {
	height: 200px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 1em;
}

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 205px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 10px;
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 225px; /* 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;
	background-color: #FFFFFF;
} 
.twoColFixLtHdr #mainContent li{
	font-size: 0.8em;
	line-height: 1.4em;
}
/* @end */
#mainContent {
	margin: 0 0 0 225px; /* 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;
	background-color: #FFFFFF;
}
#indeximage {
	background-image: url(../images/indeximage.jpg);
	background-repeat: no-repeat;
	width: 720px;
	height: 680px;
	background-position: right bottom;
	background-color: #FFFFFF;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #d97402;
}
#indeximage h2 {
	line-height: 2em;
	letter-spacing: .04em;
}
#ejournalimage {
	background-image: url(../images/ejournal.jpg);
	background-repeat: repeat-y;
	width: 720px;
	height: 680px;
}
#ejournalbook {
	background-color: #FFFFFF;
	width: 450px;
	padding: 10px;
}
.smallertexthead{
	font-size: 0.6em;
}

.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #997D02;
	border-top: solid #FFF 5px;
} 
.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;
}

 #sidebar1 .newsletter-form h3 {
	font-size: .9em;
}

#footer a:link {
	color: #700015;
	text-decoration: none;
}
#footer a:visited {
	color: #700015;
	text-decoration: none;
}
#footer a:hover {
	color: #1F0107;
	text-decoration: none;
}
#footer a:active {
	color: #1F0107;
	text-decoration: none;
}
#imgright {
	float: right;
	padding: 5px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#imgleft {
	float: left;
	padding: 5px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.smallertext{
	font-size: 0.7em;
}

.imgleft {
	float: left;
	padding: 5px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.imgright {
	float: right;
	padding: 5px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.imgbot {
	float: right;
	padding: 5px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.keepmiddle {
	float: right;
	padding: 5px;
	border: 1px solid #1F0107;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.imgBorder {
	padding: 5px;
	border: 1px solid #1F0107;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
h1{
	font-size:1.2em;
	color: #700015;
}
h2 {
	font-size:1em;
	color: #700015;
}
h3 {
	font-size:0.9em;
	color: #700015;
}

.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;
}


a:link {
	color: #700015;
	text-decoration: underline;
}
a:visited {
	color: #700015;
	text-decoration: underline;
}
a:hover {
	color: #997D02;
	text-decoration: underline;
}
a:active {
	color: #997D02;
	text-decoration: underline;
}
#aawpimage {
	background-image: url(../images/feet.jpg);
	background-repeat: no-repeat;
	width: 710px;
	background-position: right bottom;
	background-color: #FFFFFF;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #d97402;
	padding-right: 5px;
	padding-left: 5px;
}
#aawpimagewelcome h1 {
	font-size:1.2em;
	color: #700015;
	padding-right: 50px;
	padding-left: 50px;
	text-align: center;
}
#aawpimagewelcome h2 {
	font-size:1em;
	color: #700015;
	padding-right: 50px;
	padding-left: 50px;
}
#aawpimagewelcome {
	background-image: url(../images/welcomeaawp.jpg);
	background-repeat: no-repeat;
	width: 710px;
	background-position: right bottom;
	background-color: #FFFFFF;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #700015;
	padding-right: 5px;
	padding-left: 5px;
}
.whitetext {
	color: #700015;
	padding-right: 60px;
	padding-left: 60px;
}
