/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFCC;
}

h1 {
	font: normal normal bolder large Verdana, Arial, Helvetica, sans-serif;	
}

h1:first-letter {
	font-size:xx-large;
}

a:link {
	color: #0000F0;
	/*font-weight: bold;*/
	text-decoration: underline;
}
a:visited {
	color: #000060;
	/*font-weight: bolder;*/
	text-decoration: none;
}
a:hover {
	color: #0000A0;
	text-decoration: underline;
}
a:active {
	color: #0000FF;
	text-decoration: underline;
}

.container {
	width:100%;
	margin:0px;
	line-height:150%;
}

.center {text-align:center;}

.inline {display:inline;}

.alignBottom {
	vertical-align:text-bottom;
}

.alignTop {
	vertical-align:text-top;
}

.logoRight {
	position:absolute;
	right:0px;
	top:0px;
	margin:15px 20px 20px 20px;
}

.logoLeft {
	position:absolute;
	top:0px;
	margin:15px 20px 20px 0px;
}

.header {
	padding:0.5em;
	clear:left;
}

.headerFont {
	font: normal normal bolder xx-large Verdana, Arial, Helvetica, sans-serif;
	color: black;
	margin: 25px 85px 0px 200px;
	text-align: center;
}

.subHeaderFont {
	font: Verdana, Arial, Helvetica, sans-serif;
	font-variant:small-caps;
	margin: 0px 85px 0px 150px;
	text-align: center;
}

.menu {
	float:left;
	width:15%;
	margin:0;
	padding:1em;
}

#menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
} 

#menu li a {
	background:#FFFFCC;
	height: 1.5em;
	line-height: 1.5em;
/*	width: 9em;*/
	display: block;
	border: 1px solid #dcdce9;
	color: #000000;
	text-decoration: none;
}

.level2 {
	list-style-position: inside;
	font-size:80%;
	list-style-type: circle;
}

.mainArea {
	position:absolute;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFCC;
	color: #000000;
	left:20%;
	width:75%;
	max-height:60%;
	overflow: auto;
	padding:1em;
	float:left;
}

.footer {
	position:fixed;
	bottom:0px;
	width:90%;
	clear:both;
	text-align:center;
	font-size:120%;
	margin: 0px 10px -10px 10px;
	padding:0px;
	z-index:-1;
}

.hide {
	visibility:hidden;
	display:none;
}

.show {
	visibility:visible;
	display:block;
}

.answer {
	padding-left: 15px;
	font-style: italic;
}

#photoholder {
  width:500px;
  background:#FFFFCC url('/images/loading.gif') 50% 50% no-repeat;
}

#thephoto {
  width:500px;
  visibility:hidden;
}