@charset "UTF-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	background: #fcf8f0;
	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: #333;
background-image: url(stripe.png);
background-position: top;
background-repeat: repeat;
}

#containerborder {
	width: 880px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
background-image: url(shadow.png);
background-position: top;
background-repeat: no-repeat;

}


#container {
	width: 840px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #ffffff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #ffffff;
	text-align: left; /* this overrides the text-align: center on the body element. */
}


#header {
	width: 800px;
	margin: 0px;
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #EBDDBA;
}


#menuend{
width: 100%;
background-image: url(images2/menu-bg.gif);
background-repeat: repeat-x;
}


#menubottom {
	background-image: url(images2/menu-bg.gif);
	background-repeat: repeat-x;
	font-size: 1.2em;
	color: #524a48;
	text-align: left;
}

#menubottomleft {
	background-image: url(images2/menu-leftedge.gif);
	background-repeat: no-repeat;
	background-position: left;
}




#barbottom {
	padding: 4px 30px 4px 194px ; 
	margin-top:4px;
	margin-bottom: 0px;
	background-color: #EBDDBA;
	font-size: .9em;
	color: #668696d;
	text-align: right;
}



#sidebar {
padding-left: 10px;
padding-top: 0px;
padding-right: 10px;
padding-bottom: 24px;
background-color: #EBDDBA;

}

.sidebartop {
background-color: #EBDDBA;
}

#mainContent {
padding-left: 2.5em;
padding-top: 1.0em;
padding-right: 3.6em;
padding-bottom: 2.3em;
background-color:#f8f2e6;
border-left: 1px solid #EDE4C7;

}

p {
	margin-top: 0px;
	font-size: 1.2em;
	line-height: 1.4em;
	margin-bottom: 1.3em;
}

p.spotlight {
	margin-top: 0px;
	font-size: 1.4em;
	line-height: 1.3em;
	margin-bottom: 1.3em;
	font-weight:bold;
}

td.nop {
	margin-top: 0px;
	font-size: 1.2em;
	line-height: 1.4em;
	margin-bottom: 1.3em;
}

td.copy {
	margin-top: 0px;
	font-size: 1.1em
}

.tight {
	line-height: 1.3em;
	margin-bottom: 1.0em;
}


.close {
	margin-bottom: 0em;
}

h1 {
font-family: Times, serif;
font-size: 2.9em;
line-height: 2.0em;
font-weight: normal;
color: #887860;
margin-bottom: .0em;
margin-top: .0em;


}

h2 {
font-family: Times, serif;
font-size: 2.2em;
line-height: 1.0em;
font-weight: normal;
color: #887860;
margin-bottom: .4em;
margin-top: 1.0em;

}

h3 {
font-family: Times, serif;
font-size: 1.8em;
line-height: 1.0em;
font-weight: normal;
color: #000000;
margin-bottom: .4em;
margin-top: .0em;
}

h4 {
font-size: 1.3em;
line-height: 1.0em;
font-weight: bold;
color: #000000;
margin-bottom: .0em;
margin-top: .0em;
}

h5 {
font-family: Times, serif;
font-size: 1.8em;
line-height: 1.0em;
font-weight: normal;
color: #da241d;
margin-bottom: .4em;
margin-top: .0em;
}


.pic1  {
	margin-top: .6em;
}

.pic2  {
	margin-bottom: -.34em;
}

.pic3  {
	margin-top: 3.0em;
	margin-bottom: -.34em;
}

.pic4  {
	margin-top: 3.0em;
	margin-bottom: 3.0em;
}

.picright  {
	margin-left: 3.0em;
	margin-bottom: 1.3em;
}

.picbox {
	padding: 6px 6px 0px 6px; 
	background-color:#f8f2e6;

}


.anibox {
	padding: 20px 20px 20px 20px; 
	background-color: #EBDDBA;
}

.topspace{
	margin-top: 3.0em;	
}



a:link {font-size: 1.0em;text-decoration: underline; color: #da241d; line-height: 1.5em;}
a:visited {font-size: 1.0em;text-decoration: underline; color: #da241d; line-height: 1.5em;}
a:active {font-size: 1.0em;text-decoration: underline; color: #da241d; line-height: 1.5em;}
a:hover {font-size: 1.0em;text-decoration: underline; color: #da241d; line-height: 1.5em;}

a.small:link {text-decoration: underline; color: #da241d; line-height: 1.5em;}
a.small:visited {text-decoration: underline; color: #da241d; line-height: 1.5em;}
a.small:active {text-decoration: underline; color: #da241d; line-height: 1.5em;}
a.small:hover {text-decoration: underline; color: #da241d; line-height: 1.5em;}

a.footer:link {text-decoration: none; color: #524a48;}
a.footer:visited {text-decoration: none; color: #524a48;}
a.footer:active {text-decoration: none; color:#524a48;}
a.footer:hover {text-decoration: underline; color: #524a48}


ul  { margin-top: 0em; margin-bottom: 0em; list-style-image: url(bullet.gif);}


li  {
	font-size: 1.2em;
	line-height: 1.2em;
	margin-bottom: 0.4em;
	padding-left: 0em;
}

li.sidelist  {
	font-size: 1.3em;
	line-height: 1.0em;
}



