﻿body {
	background-color:#feedf3;
	background-image:url(images/bg_flag_usa.jpg);
	font-family:Verdana, Arial, Helvetica, Sans-Serif;
	font-size:80%;
	margin:0;padding:0;
}

a:link, a:visited {
    color: #a61801;
    }

a:hover, a:active {
    color: #dc5741;
    text-decoration:underline;
    }

h1 {
	color:#320b18;
	padding: 6px 4px 6px 4px;
	margin:0px;
	font-size:150%;
	text-align:center;
}

h2 {
	color:#630a28;
	padding:4px;
	font-size:120%;
    margin-bottom:2px;
}

h3 {
	color:#630a28;
	padding:0px 0px 0px 4px;
	font-size:100%;
	margin-top:0px;
	margin-bottom:2px;
}

ul {
	margin-left:0px;
}

li {
	text-align:left;
	margin-left:0px;
	margin-bottom:4px;
	padding-left:2px;
}

li.small {
    margin-left:1px;
    font-size:80%;
}

p {
	margin-top:0px;
	margin-bottom:9px;
}

p.textleft {
	text-align:left;
}

td.home {
    border-style:solid;
  border:1px #d9054c;
  text-align:center;
}

td.borderleft {
	padding-left:4px;
    border-style:none;
  border-left:solid 1px #bf8095;
}

.menu {
    font-weight:bold;
    font-size:88%;
	text-align:left;
	padding:4px;
}

.menuchoice {
  margin:4px;
  padding:6px 4px 6px 4px;
  background-color:#ede6c5;
  border-right:solid 1px #521102;
  border-bottom:solid 1px #521102;
}

.pictureleft {
	float:left;
	margin-right:16px;
	border:none 0;
}

.pictureright {
	float:right;
	margin-left:16px;
	border:none 0;
}

.pad {
    padding:8px 10px 8px 10px;
}

.padleftalign {
    padding:2px 20px 2px 20px;
    text-align:left;
}

.righttext {
    padding:2px 20px 12px 20px;
    width:250px;
    border: solid 1px #8c8c89;
}

.yellow {
    background-color:#fdf16d;
    border-top: solid 1px #4f4f4e;
    border-bottom: solid 1px #4f4f4e;
    border-right: solid 1px #4f4f4e;

}
#header {
	background-color:#ffffff;
	background-image:url(images/star-back.jpg);
	height:200px;	

}

hr.dark { background-color: #320B18; color: #320B18; }
hr.lite { background-color: #D5C0C5; color: #D5C0C5; }

/* menu buttons */

#button {
	width: 200px;
	border-right: 1px solid #000;
	padding: 0 0 0 0;
	margin-bottom: 1em;
	font-family: 'Trebuchet MS', 'Lucida Grande',
	  Verdana, Lucida, Geneva, Helvetica, 
	  Arial, sans-serif;
	background-color: #cccccc;
	color: #333;
	text-align:left;
	}

#button ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
		}
		
#button li {
		border-bottom: 1px solid #999999;
		margin: 0;
		}

#button li a {
		display: block;
		padding: 5px 5px 5px 0.5em;
		border-left: 12px solid #efd2db;
		border-right: 12px solid #a3888e;
		background-color: #d5c0c5;
		color: #451061;
		text-decoration: none;
		width: 100%;
		}

html>body #button li a {
		width: auto;
		}

#button li a:hover {
		border-left: 12px solid #dcb9c4;
		border-right: 12px solid #dcb9c4;
		background-color: #efd2db;
		color: #451061;
		}

/* menu buttons */

#container {
    width:760px;
    margin:0 auto;
    position:relative;
    top:0px;
    text-align:left;
    background-color:#ffffff;
    border:solid 1px #6b6d75;
    border-left:solid 10px #320b18;
    border-right: solid 10px #320b18;
	border-top:none 0px;
}

#innercontainer {
  	text-align:justify;
	margin:9px;
	border:none 0px;
}

#footer {
    width:760px;
    margin:0 auto;
	text-align:center;
	padding:4px;
	color: #d5c0c5;
	background-color:#320b18;
}

a:link.footer, a:visited.footer {
    color: #d5c0c5;
    text-decoration:underline;
    }

a:hover.footer, a:active.footer {
    color: #a3888e;
    text-decoration:none;
    }

#center { 
	text-align:center;
}
