/* 2012-BaxterFamily.css */
/* Latest Update 3-3-2012 by Roger Baxter */

body { 
	background-color: #FFFF99;
	background-image: url("../images/RB_bkgrd.jpg");
	}

div.page_box {
	text-align: center;
	border: 0px solid red;
	}

div.centered_box {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	border: 0px solid blue;
	}

div.page_header {
	width: 800px;
	height: 100px;
	text-align: center;
	border: 0px solid green;
	}

div.left_nav_bar {
	float: left;
	width: 200px;
	border: 0px solid red;
	}

div.featured_content {
	float: left;
	width: 400px;
	border: 0px solid orange;
	}

div.right_bar {
	float: left;
	width: 190px;
	padding-left: 10px;
	border: 0px solid red;
	}

div.page_footer {
	clear: both;
	width: 800px;
	text-align: center;
	border: 0px solid green;
	}

h1 {font-family: Verdana, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #006600;
	text-align: center;
	line-height: 18px;
	white-space: normal;	
	}

h1.index_page_header {font-family: Verdana, sans-serif;
	font-size: 48px;
	font-weight: bold;
	color: #006600;
	text-align: center;
	line-height: 36px;
	white-space: normal;	
	}
	
h2 {font-family: Verdana, sans-serif;
	font-size: 30px;
	font-weight: bold;
	color: #006600;
	text-align: center;
	line-height: 36px;
	white-space: normal;
	}	

h3 {font-family: Verdana, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #006600;
	text-align: center;
	line-height: 18px;
	white-space: normal;	
	}

h4 {font-family: Helvetica, Ariel, sans-serif;
	font-size: 14px;
	font-weight: lighter;
	text-align: justify;
	color: #000000;
	}		

p.quote {font-family: Helvetica, Ariel, sans-serif;
	font-size: 12px;
	font-weight: lighter;
	text-align: center;
	color: #006600;
	}		

h5 {font-family: Helvetica, Ariel, sans-serif;
	font-size: 10px;
	font-weight: lighter;
	text-align: center;
	clear: both;
	}		
	
h5.blog_form {
	color: #000000;
	}	

p {font-family: Helvetica, Ariel, sans-serif;
	font-size: 12px;
	font-weight: lighter;
	line-height: 14px;
	}		

p.directory_header {
	font-family: Verdana, sans-serif;
	font-size: 14px;
	letter-spacing: 1px;
	font-weight: bold;	
	}

p.directory_entry {
	text-align: left;
	font-weight: bold;	
	}

p.blog_side_header {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	letter-spacing: 1px;
	font-weight: bold;
 	}
		
p.blog_side_text {
	font-size: 11px;
	position: relative;
	top: -10px;
	text-align: justify;
	text-indent: 15px;
	margin-top: -5px;
	}		
		
p.blog_side_date {
	position: relative;
	top: -5px;
	text-align: right;
	font-size: 9px;
	font-weight: bold;
	line-height: 10px;
	}		
		
p.blog_side_signature {
	position: relative;
	font-size: 11px;
	top: -16px;
	text-align: right;
	line-height: 0px;
	}		
	
input {
	font-size: 10px; color: black; 
	}
	
table {
	font-size: 12px; color: black; 
	}
	
option {
	font-size: 10px; color: black; 
	}
	
p.hist {
	font-size: 12px; 
	}

li {
	margin-top: 10px;
	text-align: left;
	}	

a:link {
	color: #993333;
	text-decoration: none;
	}

a:hover {
	color: #330000;
	text-decoration: underline;
	}

a:active {
	color: #330000;
	text-decoration: underline;
	background-color: #FFCC00;
	}

a:visited {
	color: #666666;
	text-decoration: none;
	}
