/* styles for life and liberty site */

body {
	font-family: tahoma, arial, sans-sarif;
	font-size: 3pt;
	color: #000000;
}

.backer {
background-attachment: fixed;
background-color: #ffffcc;
background-image: url(yellowbackground.jpg);
background-repeat: repeat-x;
background-position: 0px 250px;
}

/* style used for purple text */
.text1 {
	font-family: tahoma, arial, sans-sarif;
	font-size: 11pt;
	color: #000000;
	font-weight: bold;
}

/* style used for black text */
.text2 {
	font-family: tahoma, arial, sans-sarif;
	font-size: 10pt;
	color: #000000;
	font-weight: normal;
}

/* style used for list items */
.text3 {
	font-family: tahoma, arial, sans-sarif;
	font-size: 11pt;
	color: #000000;
	font-weight: bold;
}

/* style used for text placed in box with border and bgcolor */
.box {
	background-color: #990066;
	border : medium groove #cc9900;
	padding-bottom : 10;
	padding-left : 10;
	padding-right : 10;
	padding-top : 10;
	color: #ffffff;
	width: 510px;
	font-size: 14px;
}

/* style used for text placed in box with border and bgcolor on contact us page next to pics */
.box2 {
	background-color: #cc9900;
	border : medium groove #cc9900;
	padding-bottom : 10;
	padding-left : 10;
	padding-right : 10;
	padding-top : 10;
	color: #ffffff;
	height : 200px;
}

/* style used for text placed in small boxes with border and bgcolor */
.box3 {
	background-color: #990066;
	border : medium groove #cc9900;
	padding-bottom : 10;
	padding-left : 10;
	padding-right : 10;
	padding-top : 10;
	color: #ffffff;
	width: 200px;
	font-size: 12px;
}

/* style used for images on contact us page */
.imgbox {
   border: medium groove #cc9900;
}

.mainborder {
	border : medium;
	border-style : double;
	border-bottom-color : #cc9900;
	border-left-color: #cc9900;
	border-right-color: #cc9900;
	border-top-color: #cc9900;
}

blockquote {
	font-size: 10pt;
	font-weight: bold;
}

.footer {
	color: #ffffff;
	font-size: 10pt;
	padding-top: 4px;
	padding-bottom: 4px;
}

.middlehead {
	color: #ffffff;
	font-size: 9pt;
	padding-top: 7px;
	padding-left: 10px;
	padding-bottom: 7px;
	font-weight: bold;
}

/* links on a dark background */

A:link {
	text-decoration: underline;
	color: #ffffff;
}
A:active {
	text-decoration: none;
	color: ##ffcc33
	}
A:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #cc9933;
}
A:visited {
	text-decoration: none;
	color: #ffff33;
}

/* links on a light background */

A.li:link {
	text-decoration: underline;
	color: #990099;
	font-size: 12pt;
	font-weight: bold;
	font-family: tahoma, arial, sans-sarif;
}
A.li:active {
	text-decoration: none;
	color: #660099;
	font-size:12pt;
	font-weight: bold;
	font-family: tahoma, arial, sans-sarif;
	}
A.li:hover {
	text-decoration: none;
	color: White;
	font-size: 12pt;
	font-weight: bold;
	font-family: tahoma, arial, sans-sarif;
	background-color : Fuchsia;
}
A.li:visited {
	text-decoration: underline;
	color: #cc9900;
	font-size: 12pt;
	font-weight: bold;
	font-family: tahoma, arial, sans-sarif;
}

fieldset {
	padding-bottom : 10px;
	padding-left : 10px;
	padding-right : 10px;
	padding-top : 10px;
	font-size: 12px;
}

legend {
	text-shadow : Purple;
	color: #cc9900;
	font-weight: bold;
	font-size: 16px;
}

.button {
	width: 75px;
	height: 30px;
	background-color: #ffcc66;
	color: #990099;
	font-weight: bold;
	border : medium outset;
	font-size: 11px;
}
