@charset "utf-8";
/* CSS Document */

body {
float:none !important;
overflow:visible !important;
font-family:"Times New Roman", Times, serif;
width:100% !important;
padding: 0% !important;
}

#framecontent{
	float:none !important;
	position:relative;
	display:none;
	width:0 !important;
} 

#maincontent{
float:none !important;
display:inline !important;
overflow:visible !important;
position:static;
background: #fff;
width:100% !important;
left-margin:0 !important;
padding:0% !important;
} 

.innertube{
display:inline !important;
float:none !important;
overflow:visible !important;
position:relative;
background: #fff;
width:100% !important;
left-margin:0 !important;
padding:0% !important;
}  

#maincontent H1 {
	BACKGROUND-COLOR: white; 
	COLOR: #50667a; 
	FONT-FAMILY: sans-serif; 
	FONT-SIZE: 175%; 
	FONT-WEIGHT: bold; 
	MARGIN-LEFT: 2%;
}
#maincontent P {
	MARGIN-LEFT: 5%;
	line-height: 140%;
}

#maincontent UL {
	margin-left: 5%;
	list-style-type:circle;
}
.innertube A:link {
	COLOR: #black !important; 
	TEXT-DECORATION:underline;
}
.innertube A:visited {
	COLOR: #black !important;
	text-decoration:underline;
}
.innertube a {
	color: #black !important;
	text-decoration:underline !important;
}
.innertube a:after {
	content:" [URL: " attr(href) "]";
}

#maincontent A:link {
	COLOR: #black !important; 
	TEXT-DECORATION:underline;
}
#maincontent A:visited {
	COLOR: #black !important;
	text-decoration:underline;
}
#maincontent a {
	color: #black !important;
	text-decoration:underline !important;
}
#maincontent a:after {
	content:" [URL: " attr(href) "]";
}
.inlineimage {
	float:none !important;
	padding:10px;
}
.caption {
	font-size:75%;
	text-align:center;
	line-height:100%;
	width:300px;
}
.pullquote {
	padding: 10px;
	float: none !important;
	width: 200px;
	margin-top: 10px;
	margin-bottom: 10ps;
	margin-left: 20px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color:#b07b83;
	border-bottom-color:#b07b83;
	font-size: 1.2em;
	text-align:center;
	line-height: 1.2em;
	font-family:Arial, Helvetica, sans-serif;
	font-style:italic;
	font-weight:normal;
	color:#666666;
}

#maincontent H2 {
	BACKGROUND-COLOR: white; 
	COLOR: #b07b83; 
	FONT-FAMILY: sans-serif; 
	FONT-SIZE: 125%; 
	FONT-WEIGHT: normal; 
	MARGIN-LEFT: 2%;
}
#maincontent H3 {
	COLOR: #b07b83; 
	FONT-FAMILY: sans-serif; 
	FONT-SIZE: 125%; 
	FONT-STYLE: normal; 
	FONT-VARIANT: normal; 
	FONT-WEIGHT: normal; 
	MARGIN-LEFT: 2%;
}
#maincontent H4 {
	COLOR: black; 
	FONT-FAMILY: sans-serif; 
	FONT-SIZE: 100%; 
	FONT-STYLE: normal; 
	FONT-VARIANT: normal; 
	FONT-WEIGHT: bold; 
	MARGIN-LEFT: 5%;
}






