/* Normal Tallphil CSS Document */

/* Global Styles */
html, body{ height:100%;}
body {
	min-width:600px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color: #009999;
	background-image:url(background.gif);
	background-repeat: repeat-x;
}
h1 {
	margin-top: 0px;
	font-size: 150%;
	font-weight:bold;
}

h2 {
	margin-top: 4px;
	font-size: 100%;
	font-weight:bold;
}
p {
	color:#000000;
	margin: -5px 0 1em;
	padding: 0;
}
.small{
	font-size: 80%;
	color:#999999;
	margin: -5px 0 1em;
	padding: 0;
}
a, a:active, a:visited{
	color: #999999;
	font-weight:bold;
}
a:hover {
	color: #000000;
	text-decoration:none;
}

/* Header Styles */
#all{
	position:absolute;
	left: 50%;
	margin-left:-300px;
	width:600px;
	z-index:1;
	background-color: white;
	border: 1px solid black;
}
#topimage {
	display:none;
}
#menu {
	width:100%;
	height:100px;
	line-height:100px;
	z-index:6;
	text-align:right;
	background-image:url(main.jpg);
	background-repeat:no-repeat;
	background-color:#4EEEEE;
}
a.menulink, a.menulink:visited, a.menulink:active{
	text-decoration: none;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	display:inline;
}
a.menulink:hover {
	color: #000000;
}

/* MAIN PAGE STYLES */
#main {
	z-index:4;
	border-top: 1px dashed #000000;
}
a.comments, a.comments:visited, a.comments:active{
	text-decoration: none;
	font-size: 80%;
	color:#999999;
}
a.comments:hover {
	color: #000000;
}

/* FOOTER STYLES */
#bottomnav {
	clear:both;
	z-index:3;
	margin-top: 15px;
	border-top: 1px dashed #000000;
	text-align:center;
	width:100%;
	font-size: 80%;
	padding: 5px 0 5px 0;
}
.bottomnavtext{
	color:#999999;
}
a.bottomnavtext, a.bottomnavtext:active, a.bottomnavtext:visited{
	font-weight:normal;
	text-decoration:underline;
}
a.bottomnavtext:hover {
	color:#000000;
	text-decoration:none;
}