BODY { background: rgb(255,255,255); color: #000000; text-size: 12pt; font-family: "Tahoma", "Arial", "Sans-Serif"; text-align:justify; margin: 20px; }

h1,h2,h4,h6 { text-align: center; font-weight: bold; }
h1 { 
   font-family: "Courier", "Courier New", "Arial", "Sans-Serif"; 
   font-size: 22pt; 
   color: rgb(56,77,254); 
}
h2 { 
   font-family: "Courier", "Courier New", "Arial", "Sans-Serif"; 
   font-size: 16pt; 
   color: rgb(56,77,254); 
}
h3,h4 { 
   font-family: "Courier", "Courier New", "Arial", "Sans-Serif"; 
   margin-bottom: 0em; 
   font-size: 14pt; 
   color: rgb(56,77,254); 
}
h4 { color: #31b5d6; }
h5 { color: #85fe88; font-family: "Courier", "Courier New", "Arial", "Sans-Serif"; font-size: 14pt; margin-bottom: 0em; }

P { color: #000000; font-family: "Tahoma", "Arial", "Sans-Serif"; text-align: justify; font-size: 12pt; }

P.FAQq {
   font-weight: bold;
   margin-bottom: 0px;
}
P.FAQa {
   margin-top: 0px;
}

DIV { color: #000000; font-family: "Tahoma", "Arial", "Sans-Serif"; font-size: 12pt; text-align: center; }
.page { 
    position: relative;
    height: 500;
    width: 750;
    margin: 0px auto;
    padding: 0;
    text-align: left;
    z-index: 1;
}
.menu { 
    overflow: auto;
    width: 150px;
    height: 300px;
    left: 0px;
    top: 85px;
    position: absolute;
    clear: both;
    background: #b3b3b3;
}
.main { 
    overflow: auto;
    width: 570px;
    height: 280px;
    left: 160px;
    top: 85px;
    padding: 10px;
    position: absolute;
    clear: both;
    background: url(tardisbg.jpg) no-repeat center #b3b3b3;
}
.banner { 
    width: 750px; 
    height: 75px;
    color: #2769ef;
    font-size: 26pt;
    font-weight: bold;
    font-variant: small-caps;
    letter-spacing: 1em;
    text-align: center; 
    background: url(westlodge.jpg) no-repeat center #ffffff;
}
.footer { 
    width: 750px; 
    top: 395px;
    position: absolute;
    text-align: center; 
    font-size: 10pt; 
}

DIV.right { float: right; position: relative; }
DIV.left { float: left; position: relative; }

SPAN.small { font-size: 9pt; }

IMG.right { float: right; margin: 10px; }

BLOCKQUOTE {text-align:justify; text-size: 10pt; }
TABLE.layout { background: #ffffff; width: 100%; height: 100%; }
TD { color: #000000; font-family: "Tahoma", "Arial", "Sans-Serif"; font-size: 12pt; text-align: center; vertical-align: middle; }
.left { text-align: left; }

#nav
{
	padding: 0em 0em;
	margin: 10px;
	font-family: arial, sans-serif;
	position: relative;
        font-weight: bold;
}

#nav li
{
    font-size: 12px;
	list-style: none;
	padding: 0.2em 0.2em;
	margin: 0;
}

#nav li a
{
	color: #ffffff;
	text-decoration: none;
	padding: 0.2em 0.2em 0em 0.2em;
	margin: 0;
}

#nav li a:hover
{
    background: #2769ef;
	text-shadow: none;
}

A:link { color: rgb(0,128,255); text-decoration: none; }
A:visited {color: rgb(56,77,254); text-decoration: none; }
A:hover {color: rgb(121,16,160); text-decoration: underline; }
A:active {color: rgb(121,16,160); text-decoration: none; }

