/* HTML TAG STYLES */
#motherPage {
	margin-top: 0px;
}

body {
	background-color: #000000;
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	margin-top: 5px;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
}
a:link, a:visited {
	color: #666666;
}
a:hover {
	color: #CCCCCC;
	text-decoration:underline;
}
p {
	color: #CCCCCC;
}
td.column {
	padding-left:12px;
	padding-right:12px;
	text-align: left;
	vertical-align: top;
}
textarea {	
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;	
}
input, select, td {
	font-size: 12px;
}
img.galleryThumbnail {
	border-color:#FFFFFF;
	border-width:1px;
	border-style:solid;
	margin-left: 5px;
}
body.pop {
	background-image:url(../images/pop-background-foliage.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
	margin: 0 0 0 0;
}

/* CUSTOM CLASS STYLES */
.newsTitle, .thoughtsSubject, .writingsTitle {
	font-weight: bold;
	color:#FFFFFF;
	text-decoration:none;
}
.newsTitle:hover {
	text-decoration:underline;
}
.writingsTitle:hover {
	text-decoration:none;
}
.leftbg {
	background-attachment: scroll;
	background-image: url(../images/stretch-side-left.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.rightbg {
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left bottom;
	background-image: url(../images/stretch-side-right.jpg);
}
.fineprint {
	font-size: 10px;
	color: #FFFFFF;
}
.heading {
	font-size:14px;
	font-weight:bold;
}
.adminRowHeader {
	color: #000000;
	background: #FFFFFF;
}
.redundantNav {
	font-size: 10px;
	color: #494949;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left top;
}
.adminForm {
	text-align:right;
	vertical-align:top;	
}
.adminPastDate {
	color: #FF9999;
}
iframe {
	background-color: black;
}