/* CSS Document */



/* common styles
----------------------------------------------- */
body {
background-color: #333333;
font-family: Verdana, Arial, Helvetica, sans-serif;
margin: 0px;
padding: 0px;
color: #000;
}





/* footer
----------------------------------------------- */

#footer {
text-decoration: none;
color: #333333;
font-size: 9pt;
text-align: center;
}

#photo {
text-decoration: none;
font-size: 12px;
color: #333333;
text-align: center;
}
#linkList {
position: absolute;
width: 166px;
top: 26em;
left: 0px;
border-top: 1px solid #444444;
}



/* text
----------------------------------------------- */
p {
background-color: transparent;
	color: #333333;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 14pt;
	text-decoration: none;
	text-align: left;
}

#quote {
	background-color: transparent;
	color: #333333;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 14pt;
	text-align: left;
	font-style: italic;
}




/* headings
----------------------------------------------- */

#header

{
background-color: transparent;
	color: #333333;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	line-height: 14pt;
	font-weight: bold;
	text-align: left;
}



/* lists
----------------------------------------------- */



/* links
----------------------------------------------- */

a, a:link, a:visited {
color: #990033;
text-decoration: underline;
font-weight: bold;
}
#navbar a, #navbar a:link, #navbar a:visited {
color: #990033;
text-decoration: none;
font-weight: bold;
}
#navbar a:hover {
color: #FF6633;
text-decoration: none;
font-weight: bold;
}
a:hover {
color: #FF6633;
text-decoration: none;
font-weight: bold;
}



