/*Common*/

html, body {
	font-size: 9pt;
    font-family: Geneva, Arial, helvetica, sans-serif;
    color:#555555;
	background-color:#dbbbd8;
	margin-top: 10px;
    margin-left: 0px;
    margin-right: 0px;
	padding: 0;
	border: none;
	scrollbar-darkshadow-color:#383838;
    scrollbar-3dlight-color:#383838;
    scrollbar-arrow-color: #333333;
    scrollbar-track-color: #c1a4be;
    scrollbar-face-color: #bd83b8;
}

A:link {text-decoration: none; color: #444444;}
A:visited {text-decoration: none; color: #444444;}
A:active {text-decoration: none; color: #444444;}
A:hover {text-decoration: underline; color: #444444;}

h1 { font-family: Geneva, Arial, helvetica, sans-serif;
	FONT-WEIGHT: bold;
	FONT-SIZE: 14px;
}
h2, h3 { font-family: Geneva, Arial, helvetica, sans-serif;
	FONT-WEIGHT: bold;
	FONT-SIZE: 12px;
}

#content-box {
    background-color: #ffffff;
	margin: 0 auto;
	text-align: left;
	width: 900px;
	height: 650px;
	border-width: 4px;
	border-style: solid;
	border-color: #e6e6e6;
}
#banner-box {
	 margin: 0 auto;
	 text-align: center;
	 width: 100%;
	 height: 100px;
	 border-bottom-width: 4px;
	 border-bottom-style: solid;
	 border-bottom-color: #e6e6e6;
}
#menu-box {
     background-color: #dbbbd8;
	 margin: 0 auto;
	 padding: 5px;
	 text-align: center;
	 width: 100%;
	 height: 30px;
     border-bottom-width: 4px;
	 border-bottom-style: solid;
	 border-bottom-color: #e6e6e6;
}
#side-menu {
     width: 100%;
	 height: 500px;
     border-right-width: 1px;
	 border-right-style: solid;
	 border-right-color: #e6e6e6;
	 padding: 10px;
}
.address
{
    font-size: 8pt;
    font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-weight: bold;
    TEXT-DECORATION: none;
	color: #555555;
}
.phone
{
    font-size: 14pt;
    font-family: Geneva, Arial, helvetica, sans-serif;
	font-weight: bold;
    TEXT-DECORATION: none;
	color: #ffffff;
}
.bold
{
    font-family: Geneva, Arial, Helvetica, sans-serif;
	FONT-WEIGHT: bold;
	FONT-SIZE: 14px;
    COLOR: #555555;
    TEXT-DECORATION: none
}
.links
{
    font-size: 8pt;
    font-family: Geneva, Arial, helvetica, sans-serif;
}
.menulinks
{
    font-size: 10pt;
    font-family: Geneva, Arial, helvetica, sans-serif;
	font-weight:bold;
}
.header
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	FONT-SIZE: 20px;
    COLOR: #996699;
    border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e6e6e6;
}

