/*
 * Combined style sheet for the index pages and the slide pages.
 */

/* Style for all bodies. */
body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	background-color: white;
	color: black;
	margin: 5;
}


/* Put a border on all generated images */
.image {
	border-width: 1;
	border-color: black;
	border-style: solid;
	margin: 5;
}

/* Style for all table cells. */
td {
	font-size: 10px;
}
body
{
background-color: #003300;
font-family: verdana, helvetica,sans-serif;
font-size: 70%;
background-image: Xurl(graphics/green_stucco.gif);
}


.container
{
width:779px;
padding: 0px;
background-color: #840431;
border-style: solid;
border-width: 1px;
border-color: #cc9900;
color: #cc9900;
}


#menubar
{
font-size: 100%;
font-weight: bold;
align: center;
width: 100%;
background-color: #840431;
 border-bottom: 1px solid #cc9900; 
 border-top: 1px solid #cc9900;
 }




hr
{
color: #cc9900;
width: 95%;
height: 1px;
}


hr.full
{
color: #009000;
}


a:link {color:  #cc9900;}
a:visited {color:  #cc9900;}
a:hover {color:  #cc9900;
         background: #a62653}


p.justify
{
text-align: justify;
}


.white
{
background-color:#ffffff;
border-style: solid #cc9900;
margin: 2px;
border-right: 1px solid #CC9900;
border-left: 1px solid #CC9900;
border-top: 1px solid #CC9900;
border-bottom: 1px solid #CC9900;
color: black;
width: 99%;
padding: 2px;
text-align: center;
}

.white a:link {color: black;}
.white a:visited {color: black;}
.white a:hover {color: black;
         background: #eeeeee;}


.green
{
background-color:#003300;
margin: 2px;
border-right: 1px solid #CC9900;
border-left: 1px solid #CC9900;
border-top: 1px solid #CC9900;
border-bottom: 1px solid #CC9900;
color: #cc9900;
width: 99%;
padding: 2px;
text-align: center;
}

.green a:hover {background: #225522;}


.red
{
background-color: #840431;
margin: 2px;
border-right: 0px solid #CC9900;
border-left: 0px solid #CC9900;
border-top: 0px solid #CC9900;
border-bottom: 0px solid #CC9900;
color: #cc9900;
width: 99%;
padding: 2px;
}

.red a:hover {background: #951542;}


.sagexp
{background-color: #f1eada;
margin:  0px;
border-right: 1px solid #000000;
border-left: 1px solid #000000;
border-top: 1px solid #000000;
border-bottom: 1px solid #000000;
color: #000000;
font-size: 120%;
font-weight: bold;
width: 99%;
padding:0px;
}

.sagexp a:hover {color:  #cc9900;
         background: #f1eada;}



.clearboth {clear:both;}


.indent
{
width: 80%;
text-align: justify;
}


.right
{
float: right;
}


.left
{
float:  left;
}


.header
{
border: solid #cc9900 1px;
}



