body{
	margin-top: 0px;
	margin-left: 0px;
	background-image: url(../images/angelbg.jpg);
	background-repeat: repeat;
}

h4{
	color: Maroon;
	padding-top: 4px;
	margin-top: 4px;
	padding-bottom: 4px;
	margin-bottom: 4px;
}

ul{
	margin: 0px;
	padding: 0px;
}

li{
	list-style-type: none;
}

.mainborder{
	border: 1px solid Purple;
	background-color: #F0E1F8;
}

#photoholder {
  width:760px;
  height:118px;
  background: url(../images/main-header-8.jpg) no-repeat 50% 50%;
}
#thephoto {
  width:760px;
  height:118px;
}

.headertext{
	font-family: "MS Serif", "New York", serif;
	font-size: 16px;
	color: #B22222;
	font-weight: bold;
}

.hometext{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00016C;
	
}

.homeSubHeader{
	color: #8B0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
}

.footermenu{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: Navy;
	background-color: White;
}


.copyright{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: Black;
}


a.findoutmore:link{
	text-decoration: underline;
	color: #B22222;
}

a.findoutmore:visited{
	text-decoration: underline;
	color: #B22222;
}

a.findoutmore:hover{
	text-decoration: none;
	color: #B22222;
}

a.footerlinks:link{
	text-decoration: none;
	color: Navy;
}

a.footerlinks:visited{
	text-decoration: none;
	color: Navy;
}

a.footerlinks:hover{
	text-decoration: none;
	color: #6E006E;
}



a.headermenu:link{
	text-decoration: none;
	color: Navy;
}

a.headermenu:visited{
	text-decoration: none;
	color: Navy;
}

a.headermenu:hover{
	text-decoration: none;
	color: Black;
}

.headermenus{
	background-color: #F8F8FF;
}

.commonText{
	padding: 10px 20px 20px 20px;
}

.contact{
	color: #8B008B;
	font-weight: bold;
}

#linkContainer{
	border: 1px solid #3CB371;
	padding: 10px;
	background-color: #D8BFD8;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	-moz-border-radius-topright: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-bottomright: 6px;
    -moz-border-radius-bottomleft: 6px;
    -webkit-border-top-right-radius: 6px;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
	 box-shadow: 3px 3px 7px #000000;
	 -moz-box-shadow: 3px 3px 7px rgba(0,0,0,.55);
    -webkit-box-shadow: 3px 3px 7px rgba(0,0,0,.55);
}

#linkContainer a{
	color: Maroon;
	text-decoration: underline;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
}

.linkMargin{
	margin-top: 10px;
}

