body,td,th {
	font-family: Times New Roman, Times, serif;
	font-size: 18px;
	color: #FFF0C7;
}
body {
	background-color: #242424;
	margin-top: 10px;
}
.style1 {
	font-family:"Myriad Pro Cond";
	font-size:20px;
	color:#FFFFFF;
}
.style3 {font-size: 14px}
.image {border:1px dotted #fff; padding:5px}
a:link {
	color: #FFF0C7;
}
a:visited {
	color: #FFF0C7;
}
a:hover {
	color: #FFF0C7;
}
a:active {
	color: #FFF0C7;
}
p {padding:0 20px 0 0;}

#leftside {height:470px; background:#680F0F; padding-top:5px}

.slidedoormenu{
list-style-type: none;
margin: 0 0 0 5px;
padding: 0;
width: 180px; /* width of menu (don't forget to add border with below!) */


}

.slidedoormenu li{
border-bottom: 1px solid #680F0F; /* Gray border beneath each menu item */
}

.slidedoormenu li a{
background: #680F0F; /* Background image positioned to the left(v) top(h) corner initially */
font: bold 14px "Myriad Pro";
display: block;
color: #fff;
width: auto;
border-bottom: 1px solid #680F0F; /* White border beneath each menu item link, to add depth */
padding: 10px 5px 0 10px; /* Vertical (top/bottom) padding for each menu link */
text-decoration: none;
}

.slidedoormenu li a:visited, .slidedoormenu li a:active{
color: #FFF0C7;
}

.slidedoormenu li a:hover{
background-position: -387px 0; /* Shift background image horizontally 387px, or the start of the 2nd background image */
color: #FFF0C7;
}

.slidedoormenu li.lastitem, .slidedoormenu li.lastitem a{
border-bottom-width: 0; /* For last menu item within menu, remove bottom border */
}

.slidedoormenu li.lastitem a{
padding: 8px 0; /* increase vertical border of last menu link by 2px (default is padding: 7px 0) to account for removed border width */
}


.slidedoormenu li a{ /* Menu link width value for IE */
width: 100%;
}



