body {
/* 		background: #FFBBB6; */
		background: #B2B3B6;
			font-family: Verdana, sans-serif;


}

#container {
	border: 2px solid #4F0A00;
	margin: 0 auto;
	width: 950px;
		background: #FBE4A8;
}


#header{
	text-align: center;	
}

#contents {
	width: 90%;
	margin: 0 auto;
	padding-top: 10px;
}

#bigbullets{
	list-style-image: url("images/bullet3.GIF");
	font-size:  22px;
	line-height: 40px;

}

#contents .bigbullets{
	
}

p {
	font-size: 14px;
	line-height: 18px;
	font-family: Verdana, sans-serif;
	
}

#footer {
	text-align: center;
    background-color:#4F0A00;
}

.black_border{
	border: 4px solid black;
}

/* Nav Styles */

#nav {
    height: 30px;
    border-top: solid #000 0px;
    background-color:#4F0A00;
    margin: 0 auto;	
    border-left: 11px #4F0A00 solid; 
    border-right: 12px #4F0A00 solid;
    text-align: right;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
}

#footer{
	padding: 8px;
}


#footer p{
	color:#FFDF1C;
	text-align: center;
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size: 13px;
	font-family: Verdana, sans-serif;

}

#nav h2{
	margin: 0;
	padding: 0;
	margin-right: 280px;
	font-style: italic;
	display: inline;
}



#nav ul {
    margin: 0 auto;
    width:auto;
    padding: 0px;
    font-size: 14px;
    color: #FFE500;
    white-space: nowrap;
    overflow:hidden;
	
}



#nav li {
    list-style-type: none;
    display: inline;
    width:auto;
    margin:0 0 0 -2px;
    display:inline;
    padding:0 .5em ;
    border-left: 1px solid #FFDF1C;
    list-style:none
}

#nav li a, #footer a {
    text-decoration: none;
    padding: 7px 1px;
    color: #FFE500;
}

#nav li:first-child { border: 0; }

#nav li a:hover, #footer a:hover {
    text-decoration:underline;
}

/* END NAV STYLES */

.odd {
  background-color: #ddd;
}
.even {
  background-color: #fff;
}

table.alternate_rows {
	border-spacing: 0;
	border-style: solid;
	border-color: #aaa;
	border-width: 1px;
	border-collapse: collapse;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 90%;
	font-size: 11px;
	margin: 0 auto;
}

table.alternate_rows p , table.alternate_rows td{
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


table.alternate_rows th, table.alternate_rows td {
	text-align: left;
	padding: 2px 4px 2px 4px;
	width: 100px;
	border-style: solid;
	border-color: #aaa;
	font-size: 11px;
}
table.alternate_rows th {
	border-width: 1px 0px 1px 0px;
	background-color: #FBE4A8;
}
table.alternate_rows th a {
	text-decoration: none;
	color: #000;
}
table.alternate_rows td {
	border-width: 0px;
}
table.alternate_rows tr.odd td {

}
table.alternate_rows tr.even td {
	background-color: #fff;
}
