@charset "utf-8";

[if IE 5]>
/* place css box model fixes for IE 5* in this conditional comment */

body  {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	background: #CFC url(images/mainbg2.jpg) repeat scroll; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #80a92f;
	margin: 0px;
        background-attachment: fixed;
	background-repeat: repeat;
}
body {
	font: normal 12px Arial, "Comic Sans MS", "Times New Roman", sans-serif;
	color: #000000;
	margin: 0px;
	padding: 0px;
	background-attachment: fixed;
	background-repeat: repeat;
	background: #CFC url(images/mainbg2.jpg);
	filter: Alpha(Opacity=55%, FinishOpacity=65%, Style=0, StartX=0, StartY=0, FinishX=1100px, FinishY=280px);
}
.headerTitle {
	text-align: center;
	padding-top: 40px;
}
.copyright {
	color: #030;
	font-size: 10px;
}



#container {
	width: 900px;
	margin: 0 auto;
	background-color: #FFFFFF;
	background-image: url(images/bg4sidebarContact.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.hrstyle {
	font-size: medium;
	color: #030;
	width: 85%;
	border-style: dotted;
	border-width: thin;
}

#header  {
	height: 220px;
	width: 900px;
	background-repeat: no-repeat;
	background-color: #4e772d;
	margin: 0px;
	padding: 0;
}

.logoText {
	float: none;
	height: 62px;
	width: 472px;
	padding-left: 410px;
	padding-top: 10px;
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 250px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFC; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 8px 10px;
	text-align: center;
}

#sidebar1 div {
	color: #030;
	margin: 0px;
	padding: 0px;
	font: normal 12px Arial, "Comic Sans MS", "Times New Roman", sans-serif;
}

#sidebar1 p {
	color: #030;
	padding: 3px 2px 3px 0px;
	text-align: left;
	width: 220px;
	font: normal 12px Arial, "Comic Sans MS", "Times New Roman", sans-serif;
	vertical-align: middle;
}
#mainContent {
	margin: 0 0 0 270px;
	text-align: left;
	top: 0px;
} 
#mainContent p {
	margin-left: 10px;
	margin-right: 10px;
	padding-left: 20px;
	color: #030;
	font: normal 12px Arial, "Comic Sans MS", "Times New Roman", sans-serif;
}
li {
	font: 12px Verdana, Geneva, sans-serif;
	color: #030;
	padding-right: 10px;
}
#mainContent h1 {
	text-align: center;
	font: bold normal large Georgia, "Times New Roman", Times, serif;
	color: #030;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#mainContent2 .table {
	color: #030;
	background: #FFC;
	text-align: center;
	margin-left: 80px;
	vertical-align: middle;
}
#mainContent2 ul {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #030;
	text-align: left;
	padding-left: 90px;
}
#footer {
	background:#FFC;
	margin: 0px;
        width: 900px;
	float: none;
	text-align: center;
} 

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.roundCorner {
	-moz-border-radius-topright: 12px;
	-moz-border-radius-topleft: 12px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	text-align: center;
	border: thin solid #060;
	background: #7EAA31;
	font: bold 14px "Times New Roman", Times, serif, Arial, "Comic Sans MS";
	color: #FFFFFF;
}
.tableText {
	font-size: 14px;
	color: #030;
	font-weight: normal;
	text-align: center;
	padding: 2px;
}
#MenuBar1 {
	bottom: 0px;
	position: relative;
	padding: 0px;
	height: 30px;
	width: 900px;
	top: -3px;
}
a:link {color:#3300CC; font-size: 11px; text-decoration:none;}      /* unvisited link */
a:visited {color:#9900CC; font-size: 11px; text-decoration:none;}  /* visited link */
a:hover {color:#CC0000; font-size: 11px; text-decoration:underline;}  /* mouse over link */
a:active {
	color:#0000FF;
	font-size: 14px;
	background-color:#FFFFFF;
	font-family: Algerian;
	font-weight: bold;
}  /* selected link */
.name {
	font: bold small-caps 14px Georgia, "Times New Roman", Times, serif;
	color: #030;
	text-align: center;
	width: 210px;
	padding-left: 0px;
}

.subtitle {
	color: #000;
	text-align: center;
	padding-left: 10px;
	width: auto;
	font: bold small-caps medium Georgia, "Times New Roman", Times, serif;
	margin-left: 20px;
}

.strip {
	height: 6px;
	padding-top: 0px;
	background: #7EAA31 url(images/strip.jpg) repeat-x;
	width: 900px;
	margin: 0px;
	top: -4px;
	bottom: 0px;
	padding-bottom: 0px;
	position: relative;
}
#strip1 {
	height: 6px;
	width: 900px;
	background: url(images/strip.jpg) repeat-x;
}

.button {
	padding: 10px;
	border-style: none;
}



h1 {
	font-size: x-large;
	font-weight: bold;
	font-variant: normal;
	color: #030;
}

h2 {
	font-size: large;
	font-weight: bold;
	font-variant: small-caps;
	color: #030;
	position: static;
}

h3 {
	vertical-align: top;
	padding: 0px;
}
.linkbox {
	background: #FFC;
	border: thin dotted #7EAA31;
	width: 380px;
	margin-left: 30px;
}
#mainContent div {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #030;
}
.divBar {
	margin-left: 40px;
}
.roundCorner1 {
	-moz-border-radius-topright: 12px;
	-moz-border-radius-topleft: 12px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	text-align: left;
	border: double solid #060;
	background: #FFFFCC;
	font: bold 14px "Times New Roman", Times, serif, Arial, "Comic Sans MS";
	color: #360;
}
.LtRoundCorner {
	background: #FFFFC0 url(images/LtRoundCorner.gif) no-repeat left top;
}
#imgMargin {
	margin-left:;
	margin-bottom: 20px;
}
.para {
	clear: right;
	overflow: auto;
}
.titlebar {
	font-weight: bold;
	color: #FFF;
	height: 40px;
	width: 230px;
	margin: 0px;
	background-image: url(images/titlebar.gif);
	background-repeat: no-repeat;
}
.titlebar1 {
	background-image: url(images/titlebar1.gif);
	background-repeat: no-repeat;
	color: #030;
	height: 40px;
	width: 230px;
	font-weight: bold;
}

.titleTable {
	background: url(images/titleTable.gif) repeat-y;
	width: 230px;
	margin: 0px;
	height: 30px;
	font-weight: normal;
	color: #000;
}
.titleTableBottom {
	background: url(images/titleTableBottom.gif) no-repeat;
	margin: 0px;
	height: 16px;
	width: 230px;
}
.calendarbar {
	background: url(images/calendarbar.gif) no-repeat;
	width: 228px;
	height: 10px;
}
.calendarTable {
	background: url(images/calendarTable.gif) repeat-y;
	width: 228px;
	height: 12px;
}
.calendarBottom {
	background: url(images/calendarBottom.gif) no-repeat;
	height: 6px;
	width: 228px;
}
.praiseTable {
	color: #FFF;
	background: url(images/praiseTable.png) repeat-y;
	width: 230px;
	font-weight: bold;
	padding: 5px 5px 10px 10px;
}
.boldText {
	color: #03F;
	font-weight: bold;
}
.linkTable {
	background: url(images/LinkRoundTable.gif) no-repeat fixed center top;
}
.lyricTableBg {
	background-image: url(images/cross.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.linkTableBg {
	background-image: url(images/yellowLily1.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.linkRoundTop0 {
	background: url(images/linkRoundTop0.gif) no-repeat;
	height: 105px;
	width: 372px;
}
.linkRoundContent {
	background-image: url(images/linkRoundContent.gif);
	background-repeat: repeat-y;
	height: 63px;
	width: 372px;
}
.bannertag {
	background-image: url(images/websitelogo.png);
	height: 202px;
	margin-left:200px;
	margin-bottom:-20px;
	width: 197px;
	background-repeat: no-repeat;
}
.bannerText {
	background-image: url(images/logoAnimationDesign1.gif);
	background-repeat: no-repeat;
	margin-right:100px;
	height: 62px;
	width: 472px;
}

