/* calvarylake.css */

/* Universal style rule */
*{
  /* Block all browser default margins and padding */
  margin:0;
  padding:0;
}

body {
	font-family: "Times New Roman", Times, serif;
	background-image: url(Design/Assets/body-bg-fade.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	background-attachment: fixed;
	text-align:center;
}

#wrapper{
  width:47em;
  margin:5px auto 0 auto;  /* Center the wrapper */
}

#footer{
	width:748px;
	border:1px solid #009;
	height:32px;
	padding:0;
	background-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #000;
}
#footer .footer_left{
	float:left;
	text-align:left;
	padding:2px 0 4px 4px;
	width:375px;
}
#footer .footer_right{
	text-align:right;
	padding:8px 4px 0 0;
}
#footer2{
	width:718px;
	padding:8px 15px 8px 15px;
	border-style:solid;
	border-width: 1px;
	border-color: #009;
	background-color: #CCC;
}

#leftcol{
  float:left;
  vertical-align:top;
  border:2px #FFF solid;
  background-color:#CCCCCC
}
#leftcol p{
	text-align:center;
}

/* Vertical link list */
.vlinks
{
  padding:0 0 .1em 0;
  margin: 0 5px 0 5px;;
  border-bottom: 1px solid gray;
  width: 90px;
}
.vlinks li
{
  list-style: none;
  margin: 0;
  padding: 0.25em;
  border-top: 1px solid gray;
}
.vlinks li a
{
  text-decoration: none;
  color:#000099;
}
.vlinks li a:hover
{
  color:#000000;
}

p{
  margin:0.5em 0;
  text-align:left;
}

td {
	font-family: "Times New Roman", Times, serif;
}

th {
	font-family: "Times New Roman", Times, serif;
}
.textborder5 {
	margin: 8px;
}
.textbox {
	margin: 0px;
	padding: 5px;
}
.main_table {
	border-right-width: 2px;
	border-bottom-width: 1px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000099;
	border-right-color: #000099;
	border-bottom-color: #000099;
	border-left-color: #000099;
	background-color: #FFFFFF;
}
.content_table {
	background-color: #FFF;
	border-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-color: #009;
	text-align:left;
}
.bd_table {
  width:90%;
  border:0;
}
.bd_table td {
  font-family:"Times New Roman", Times, serif;
  text-align:center;
  font-size:1.1em;
}
.bd_title {
  font-style:italic;
  font-weight:bold;
}
.covenant-doc {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	border: 1px solid #000;
	margin: 0px;
	padding: 5px;
}
.news_ul{
	list-style-type: none;
	margin:0 0 0.3em 1em;
}

.footer_table {
	border-style:solid;
	border-width: 1px;
	border-color: #009;
	background-color: #CCC;
}
.footer_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
}

.left_column{
	vertical-align:top;
	padding-top:1em;
	border:2px #FFF solid;
	background-color:#CCCCCC
}
.left_column p{
	text-align:center;
}

