body {
margin: 0;
padding: 0;
}
#container {
text-align: left;
margin: 0 auto;
width: 100%;
}
#content {
margin-left: 200px;
margin-right: 200px;
padding: 15px 15px 15px 15px;
background-image: url(../images/bones.gif);
background-repeat: no-repeat;
background-position: bottom left;
}
#masthead {
border-top: 11px solid #FF6633;
border-bottom: 13px solid #8B2E5C;
height: 107px;
background-image: url(../images/masthead_bkg.jpg);
background-repeat: repeat-x;
}
#menunav {
float: left;
width: 200px;
border-top: 40px solid white;
}
#rightmenu {
width: 190px;
float: right;
}
#footer {
clear: both;
background-image: url(../images/footer_bkg.jpg);
background-repeat: repeat-x;
padding: 18px 0 0 0;
height: 41px;
text-align: center;
font-family: Arial, Helvetica, sans-serif;
font-size: 75%;
}
#tips {
margin: 8px;
padding: 10px;
font-family: Arial, Helvetica, sans-serif;
font-size: 80%;
line-height: 150%;
color: #666666;
}
#submenu {
float: right;
margin: 15px;
padding: 15px;
border-top: 1px solid #FF6633;
border-bottom: 1px solid #FF6633;
font-family: Arial, Helvetica, sans-serif;
font-size: 90%;
line-height: 75%%;
}
h1 {
color: #8B2E5C;
padding-top: 10px;
font-size: large;
font-weight: bold;
font-family:  times, georgia, serif;
line-height: 180%;
border-bottom: 1px solid #FF6633;
}
h2 {
color: #8B2E5C;
padding-top: 10px;
font-size: medium;
font-weight: bold;
font-family:  times, georgia, serif;
}
h3 {
color: #8B2E5C;
font-family: times, georgia, serif;
font-size: 90%;
line-height: 135%;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	line-height: 135%;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	list-style-image:  url(../images/arrow_sm.gif);
}
ul#nav {
margin-left: 10px;
padding-left: 25px;
list-style-image: url(../images/arrow_large.gif);
}
ul#nav a {
display: block;
text-decoration: none;
background: white;
color: #8B2E5C;
padding: 10px;
border-bottom: 1px solid #FF6633;
width: 150px;
font-family: times, georgia, serif;
font-size: 120%;
font-weight: bold;
line-height: 120%;
}
ul#nav a:hover{
background-image: url(../images/nav_bkg.jpg);
background-repeat: repeat-x;
color: #8B2E5C;
font-family: times, georgia, serif;
font-size: 120%;
font-weight: bold;
line-height: 120%;
}
ul#nav li{
diplay: inline;
}
.date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color:#666666;
}
.tipshead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:#8B2E5C;
	}
.source {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 60%;
	font-style: italic;
	color:#666666;
	}
a:link {color: #8B2E5C;}
a:visited{color: #666666;}
a:hover{color: #FF6633;}
a:active{color: #FF6633;}
a:focus{color: #FF6633;}

table {
border-collapse: collapse;
}
th, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
}
a.footer:link {color: #000000; text-decoration:none;}
a.footer:visited{color: #666666; text-decoration:none;}
a.footer:hover{color: #666666; text-decoration:none;}
a.footer:active{color: #666666; text-decoration:none;}
a.footer:focus{color: #666666; text-decoration:none;}
