body { 
	margin:1;
	padding:0;
	font-family:"arial", arial;
	color: #0000ff;
	background: #ffffff;
	font-size: 100%;
}
     
/* Structure */
     
#main {
	width:740px;
	margin:0 auto;
	padding:0;
	background: #ffffff;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
}
     
#top-nav {
	width: ;
	margin: 0 auto 5px auto;
	font-size: 0.85em;
	font-weight: bold;
	color: #000000;
	text-align: left;
	vertical-align: bottom;
	line-height: 1.125em;
	padding:10px 10px 5px 10px;
	background: #000000;
}
     
#content {
	float: left;
	padding-right: 190px;
	font-size: 0.95em;
	color: transparent;
	width: 510px;
	text-align: left;
	padding: 5px 10px 10px 5px;
	background-color: transparent;
}
     
#right {
	float: right;
	font-size: 0.95em;
	color: #000000;
	background-color: transparent;
	margin: 0;
	padding: 0 10px 10px 0;
	width: 190px;
	text-align: left;
}
     
#footer {
	font-size: 0.75em;
	color: #ffffff;
	padding: 0 0 10px 0;
	text-align: left;
	clear: both;
	background-color: #000000;
}
     
/* Link Styles */
     
a {
	color: #0099ff;
	text-decoration: none;
}
a:hover {
		color: #ff9966;
}
a.top-menu {
	color: #0099FF;
	text-decoration: none;
	padding: 5px;
}
a.top-menu:hover {
	color: #ff9966;
}
     
a.navigation {
	color: #0099FF;
	border-width: 0 5px 0 5px;
	border-color: #000000;
	border-style: solid;
	text-decoration: overline;
	display: block;
	padding: 3px 15px 3px 5px;
	text-align: left;
	font-weight: bold;
	width: 165px;
     
}
     
a.navigation:hover {
	border-color: #660000;
	background-color: #ffffff;
	color: #ff9966;
}
     
/* Other Styles */
     
#header {
	padding:0;
	width: 738px;
	margin:0 auto;
	height:291px;
	background: #FFFFFF url('images/littlefloweronline.png') no-repeat top left;
	clear: left;
}
     
#header h1 { 
	background: transparent; 
	padding: 20px 0 0 0;
	margin: 0 0 0 360px;
	height: 40px;
	color: #fff;
	font-size: 1.5em;
	text-align: left;
	border-style: none;
     
}
     
hr {
	width: 100%;
	height: 0px;
	text-align: center;
	border-color:  #0099FF;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
}
     
h1 {
	color: #FF9966;
	font-size: 1.3em;
	text-align: left;
	margin: 0 5px 10px 20px;
	padding: 10px 10px 1px 0;
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #FF9966;
	background-color: transparent;
     
}
     
p {
	padding: 5px 5px 5px 20px;
	margin: 0;
	line-height: 1.3em;
}
     
#right h2 {
	color: #FF9966;
	font-size: 1.1em;
	padding: 5px 10px 5px 10px;
}
#right h3 {
	color: #FF9966;
	font-size: 1.1em;
	padding: 10px 10px 5px 0;
	border-top: 1px solid #0099FF;
	width: 165px;
	margin-left: 10px;
     
}
#right p {
	padding: 5px 10px;
	margin: 0;
}
     
.clear {
    clear:both;
    height:1px;
    overflow:hidden;
  }
     
/* Images */
     
img.centered {
display:block;
margin-left:auto;
margin-right:auto;
border:1px solid #FFFF99;
padding:4px;
}
     
img.alignright {
float: right;
border:1px solid #FFFF99;
margin:4px 0 3px 7px;
padding:4px;
}
     
img.alignleft {
float: left;
border:1px solid #FFFF99;
margin:4px 7px 3px 0;
padding:4px;
}
     
/* IE hack */
* html #content { height: 1%; }
* html #widecontent { height: 650px; }
     
     
.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: left;
}
     
.shadetabs li{
display: inline;
margin: 0;
}
     
.shadetabs li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #778;
color: #2d2b2b;
background: white url(http://www.domain.com/ajaxtabs/shade.gif) top left repeat-x;
}
     
.shadetabs li a:visited{
color: #2d2b2b;
}
     
.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}
     
.shadetabs li.selected{
position: relative;
top: 1px;
}
     
.shadetabs li.selected a{ /*selected main tab style */
background-image: url(http://www.domain.com/ajaxtabs/shadeactive.gif);
border-bottom-color: white;
}
     
.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}
     
.contentstyle{
border: 1px solid gray;
width: 450px;
margin-bottom: 1em; padding: 10px;
}
     

