/*Attributes for the body tag, note this is not a class*/
body 
{
  background-color:#981919;
  font-family: arial, verdana, sans-serif;
  text-align:center;
}

/*Page Attribute Used as the primary container for the page content*/
.page 
{
  width:800px;
  height:700px;
  text-align:center;
  font-size:12px;
  background-color:#FFFFE5;
  color:#981919;
  border:solid 1px #E6B800;
  font-family: Georgia, Monotype Corsiva, cursive, arial, verdana, sans-serif;
  }

/*This is the header that contains the logo for the site*/
.header 
{
	width:800px;
	height:175px;
	color:#E6B800;
	border:solid 1px #E6B800;
	background: url(/images/header.jpg) top left repeat-horizontal;
	font-family: Monotype Corsiva, cursive, arial, verdana, sans-serif;
	font-size:40px;
	padding-top:20px;
	
}

.header_border
{
	width:800px;
	/*border-top: solid 1px #000099;
	border-bottom: solid 1px #000099;*/
	
}

/*This is the top navigation bar*/
.nav 
{
	width:800px;
	padding-right:10px;
	text-align:center;
	color: #FFFFE5;
	font-family:arial, verdana, sans-serif;
	font-weight:bold;	
	background-color:#981919;
}

/*This is the primary body content*/
.content 
{
	width:700px;
	color:#981919;
	text-align:left;
	
}
.photo_home
{
	text-align:center;
	
}
.contact
{
	text-align:center;
	  color:#981919;
}
.photo_senior
{
	text-align:center;
	padding:10px;
	margin:10px;
}
.bodyheader
{
	text-decoration:underline;
	font-weight:bold;
}
/*These are site wide pseudo classes used to control link presentation*/
a:link {color: #E6B800; text-decoration:none; font-size:18px; font-family:Monotype Corsiva}
a:visited {color: #E6B800; text-decoration:none; font-size:18px; font-family:Monotype Corsiva}
a:hover {color: #E6B800; text-decoration:none; font-size:18px; font-family:Monotype Corsiva}



p.head
{
	font-size:16px;
}

p.index_items
{
	width:18%;
}

b.contact_blue
{
	color:003399;
	font-weight:bold;
}

/*The following tags are used to control the form tags on the order page*/
.label
{
	font-style:italic;
}

.legend
{
	font-style:italic;
	font-weight:bold;
	font-size:larger;
}

/*This class is used for the paragraph tags it is used on the contact page*/ 
p.center_bold
{
	text-align:center;
	font-weight:bold;
}


.rtop,.rbottom{display:block}
.rtop *,.rbottom *{display:block;height: 1px;overflow: hidden}
.r1{margin: 0 5px}
.r2{margin: 0 3px}
.r3{margin: 0 2px}
.r4{margin: 0 1px;height: 2px}

.rs1{margin: 0 2px}
.rs2{margin: 0 1px}



