﻿/* Generic Selectors */

body {
	font-family: Arial;
	font-size: 1.4em;
	color: Black;		
	/*margin: 0 0 0 0; top right bottom left*/	
}
.footnote
{
	font-style:italic;
	font-size:small;
}

p {
	width: 90%;
}

li {
	list-style-type: none;
	line-height: 150%;
	/*list-style-image: url("images/diamond2.gif");*/

	
}


h1 {

	font-family: Arial;
	font-size: 1.5em;
	font-weight: bold;
	color: #000000;
}

h2 {
	font-family: Arial;
	font-size: 1.8em;
	font-weight: bold;
	color: #000000;
	/*border-bottom: 1px solid #C6EC8C;*/
}



/*************************  ID's *************************/

#navigation {
	position: absolute;
	
	width: 210px;
	height: 600px;	
	margin-top: 0px;
	border-right: 1px solid Navy;
	font-weight: normal;
}

#centerDoc {
	position: absolute;	
	
	padding: 0 0 20px 235px; /*top right bottom left*/
	margin-top: 0px;		
}
#content
	{
		width: 70%;
	}


/*************************  Pseudo classes *************************/
a:link {
	/*color: #00CC00;*/
	text-decoration: underline;
	font-weight: bold;
}

a:visited { 
color: #00CC00;
text-decoration: underline;
font-weight: bold;
}

a:hover {
color: rgb(0, 96, 255);
padding-bottom: 5px;
font-weight: bold;
text-decoration: underline;

}  
a:active { 
color: rgb(255, 0, 102);
font-weight: bold; 
} 


/*************************  General Purpose Classes ********************/
.rafino_hdr
{
    width:200;
    background-image:url("images/it.gif");
    background-repeat:no-repeat;
    height:2em;
}
.rafino_hr
{
    width:345;
    background-image:url("images/horizontal.jpg");
}
.pagewidth
{
    width:50%;
}

.fleft
{
	float:left;
}
.flright
{
	float:right;
}
.clr
{
	clear:both;
}
.centered_red
{
    color:Red;
    text-align:center;
    font-size:1.1em;
}

/************************* Classes for Special TAPS page ****************/
.taps
{
    /*background-color: Gray;*/
    background-image:url("images/arlington.jpg");
    font-family:Arial;
}
.taps th
{
    background-color:Silver;
    color:Yellow;
    font-weight:bold;
}
.taps table
{
    font-size:.8em;
}
.oldGuard
{
    width:90%;
    text-align:center;
}
.tapsDescribe
{
         background-color:Gray;
         color: White;
         border-style:groove;  
         text-align:justify;
         border-color:Black;
         border-top-width:9;
         border-right-width:9;
         border-bottom-width:9;
         border-left-width:9;
         font-size: .9em; 
         width:90%;
         margin:8 0 8 8;
         padding:12 0 12 12;
}
.tapsStory
{
    width:90%;
}
.coffin
{
    width:40%;
    text-align:left;
}
/***************************  Bullketin Board Page Classes **************/
.bb
{
    font-family: Arial;
    font-size: .8em;
    color: #000000;
  
}
body.bb
{
    background-image: url("images/bluefaint._new2.gif");
    margin-top: 2em;
    margin-left: 2em;
}
.bb p
{
    font-family:Arial;
    font-size: .9em;
}
.bb H3
{
    color:Purple;
    font-weight:bold;
    text-align:center;
    font-size:1.3em;
    margin-right:10%;
}

.bb_update_text
{
    
    
}
.bb_update_separator
{
    background-position:center; 
    background-image:url("images/horizontal.gif");
    background-repeat:no-repeat;

}
.died
{
    background-image: url("images/wreath_small.gif");
    background-repeat: no-repeat;
    background-position: left top;
    border-style: groove;
    border-color: Black;
    border-width: 10;
    vertical-align: top;
    padding-right: 3.5em;
    padding-bottom: 2em;
    padding-left: 2cm;
    padding-top: 2em;
}

.sick
{
    clear: both;
    background-image: url("images/rcv1-1.gif");
    background-repeat: no-repeat;
    background-position: left top;
    text-indent: .5em;
    padding-left: 1.5em;
    padding-top: 2em;
}
.notice
{
    clear: both;
    background-image: url("images/pin1.gif");
    background-repeat: no-repeat;
    background-position: left top;
    text-indent: 1em;
    padding-left: 1em;
    padding-top: 2em;
}
.animatedarrow 
{
    color:Red;
    background-image:url("http://www.rafino.org/images/animatedarrow.gif");
    clear: both;
    background-repeat: no-repeat;
    background-position: left top;
    text-indent: 2em;
    padding-left: 1em;
    vertical-align:bottom;
    padding-top: 44em;
    height:48em;
}
/*p.died:first-line
{
    
    text-indent:8.5em; 
    line-height: 3.5em;
    vertical-align: bottom;
    color: #000000;
}*/


    
.bb table
{
    border-spacing: 0px;
    border-width: 0px;
}
.bb ul
{
    list-style-type: disc;
}
.bb li
{
    list-style-type: disc;
}
.plainlist ul ol
{
	list-style-type:none;
}

p.notice:first-line
{
    padding-top: inherit;
    padding-right: inherit;
    padding-left: inherit;
    padding-bottom: 4em;
    line-height: 2em;
    vertical-align: bottom;
    color: #000000;
}
.main body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	background-image: images/bluefaint._new2.gif;
	margin-left: 3px;
	margin-top: 3px;
}
.main td
{
	width:40%;
}
.halfpage
{
	/*width:60%;*/
	margin-left: 5%;
	margin-right: 45%;
	background-image: url('images/bluefaint._new2.gif');
	background-repeat: repeat;
}
	
.flag {
	padding-left: 38em;
}
.centered {
	text-align: center;
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.triangle
{
	background-image:url('images/triangle.gif');	
	background-repeat:no-repeat;
	padding-left:2.5em;
	height:2em;
	
}
.diamond 
{
	background-image: url('images/time.gif');
	background-repeat: no-repeat;
	padding-left: 2.5em;
	height: 2em;
}
.mailbox
{
	background-image:url('images/mailbox3.gif');
	background-repeat:no-repeat;
	padding-left:2em;
	height:2em;
}
.mailletter
{
	background-image:url('images/mail.jpg');
	background-repeat:no-repeat;
	padding-left:3.5em;
	height:2em;

}
.newitem
{
	background-repeat:no-repeat;
	background-position:right;
	background-image:url('images/new.gif');
}
.hometable tr
{
	width:50%;
}
.emeritus {
	padding: 10px;
	background-color: #FFFFFF;
	font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
	border-width: .5em;
	border-color: #000080;
	text-align: justify;
}
.bluebody {
	background-image: url('images/bluefaint._new2.gif');
	margin-top: 2em;
	margin-left: 2em;
}
#content70 {
	margin-right: 50%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}
.wmcorner {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-large;
	color: #000080;
	background-image: url('images/manatcomputer.gif');
	background-repeat: no-repeat;
	padding-left: 3em;
}
.valentinesday {
	background-image: url('images/hearts.gif');
	background-repeat: repeat;
}
.bordered {
	border-style: groove;
}
.hearts {
	background-image: url('images/hearts_2.gif');
	background-repeat: repeat;
	margin-right: auto;
	margin-left: auto;
}
.pic_left {
	padding-right: 3em;
	float: left;
}
.pic_right{
	float:right;
	padding-left:3em;
}