/*SCREEN VERSION*/

body {
	margin-top:10px;
	padding:0px;
	font-family:Helvetica, Verdana, Arial, sans-serif;
	font-weight:lighter;
	line-height:1.2em;
	text-align:center;
	height:auto;
}

h1, h2, h3 {
	display: none; 
}
/* FORGET ABOUT HEADERS!!! Big Pain in butt!!!
h1 {
	position:relative;
	float:left;
	width:550px;
}

h2 {
	position:relative;
	float:left;
	width:550px;
}

h2::first-line {font-size:36px;}

h1 p:first-child {
	font-size: 200%; 
}

h1>p {
	color:#000099;
	font-size:3em;
	margin-top:20px;
}
h2>p {
	margin-top:20px;
}
*/

a img {
	border: none; 
}

a:link {
	color: #0000FF; /*blue*/
	text-decoration:underline;
}
a:visited {
	color: #006600; /*forest green*/
}
a:hover {
	color:#000066;
}
a:active {
	color: #0000FF;
	font-style:italic;
}

#container {
	position:relative;	
	padding:5px;
	width:810px;
	height:auto;
	padding:0px;
	margin:auto auto;
	text-align:left;
	border-top:#006600 thick solid;
	border-bottom:#006600 thick solid;
	border-left:#006600 thin solid;
	border-right:#006600 thin solid;
}

#header {
	position:relative;
	top:-5px;
	left:-1px;
	width:100%;
	margin:0px;
	padding:0px;
	background-image: url(images/Family_Capers_Subpage_BG.png);
	background-repeat: repeat-x;
	line-height:3em;
}

#topnav {
	position:relative;
	font-size:12px;
	top:-5px;
}

#subjectnavtitle {
	position:absolute;
	left:310px;
	top:-5px;
	width:170px;
	text-align:center;
	background:#FFFFFF;
	border: #000099 thin solid;
	letter-spacing:6px;
	font-weight:bolder;
	color:#000099;
	padding:0px;
	padding-bottom:2px;
	margin:0px;
}

#subjectnavtitleP {
	display:none;
}

#content {
	position:relative;
	padding:5px;
	margin:5px;
}

#pageinfo {
	position:relative;
	padding:3px;
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:.7em;
	color:#FF0000;
}

#subjectnav {
	position:relative;
	padding:3px;
	border-top:solid thin #000099;
	border-left:solid thin #000099;
	border-bottom:solid medium #000099;
	border-right:solid medium #000099;
	text-align:center;

}

#rightcontainer {
	position:relative;
	top:10px;
	float:right;
	margin:5px;
	padding:5px;
}

#subjectdocs {
	position:relative;
	width:200px;
	padding:3px;
	border-top:solid thin #006600;
	border-right:solid thick #006600;
	border-left:solid thin #006600;
	border-bottom:solid thick #006600;
	color:#000066;
	font-weight:bold;
	font-size:.9em;
}

#subjectads {
	text-align:center;
	position:relative;
	width:200px;
	padding-left:3px;
	padding-right:3px;
	padding-bottom:3px;
	border-top:solid thin #006600;
	border-right:solid thick #006600;
	border-left:solid thin #006600;
	border-bottom:solid thick #006600;
	color:#000066;
	font-weight:bold;
	font-size:.8em;
}

#bottomads {
	position:relative;
	margin-top:20px;
	text-align:center;
}

#footer {
	position:relative;
	text-align:center;
	padding:5px;
}

.head1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:2.2em;
	font-weight:bold;
	line-height:1.4em;
	font-style:italic;
	letter-spacing:1.5px;
}

.head2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.7em;
	font-weight:bold;
	font-style:italic;
	line-height:1.1em;
	letter-spacing:1.4px;
}

.content {
	font-family:Helvetica, Verdana, Arial, sans-serif;
	line-height:1.2em;
	font-weight:lighter;
}

.contentH3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#006600;
	font-size:1.2em;
	line-height:1.4em;
	font-weight:bold;
	font-style:italic;
	letter-spacing:1.2px;
}

.contentB {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#000099;
	font-size:1.0em;
	line-height:1.1em;
	font-weight:bold;
	text-decoration:none;
	letter-spacing:1.1px;
}


.small {
	font-size:9px;
}

.inLineAds {
	font-size:9px;
	float:right;
	padding:5px;
}
	
.clearfix:after {
	clear: both;
	display: block;
	content: " ";
	height: 0px;
	visibility: hidden;
}
