/*GLOBAL*/

html{
   height: 100%;
}

body {
	margin: 0px;
	height: 100%;
	}
	
	
/*POSITIONAL*/	

#leftshadow {
	float: left;
	width: 20px;
}
#rightshadow {
	float: right;
	width: 20px;
}
#pagecontainer {
	width: 790px;
	margin: 0px auto;
	background-color: #ffffff;
	height: 100%;
}
#maincol {
	float: left;
	height: 200px;
	width: 750px;	
}
#topbar {
	width: 750px;
	position: relative;
	left: 0px;
	top: 0px;
}
#leftcol {
	float: left;
	width: 150px;
	clear: left;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(images/boxbackground.gif);
	padding-left: 30px;
	padding-right: 30px;
}
#centrecol {
	width: 340px;
	position: relative;
	color: #333333;
	padding-right: 20px;
	float: left;
}
#rightcol {
	float: right;
	width: 180px;
}
#alpha {
	background-image: url(images/alphabackground.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 160px;
	padding: 10px 10px 15px;
}
#sundaymorning {
	background-image: url(images/sundaymornings1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 100px;
	width: 310px;
	padding: 10px 10px 0px;
	margin-top: 15px;
	margin-bottom: 15px;
}



/*FOOTER*/

#footer{
   background-color: #FFFFFF;
   height: 75px;
   width: 790px;
   position: relative;
   z-index: 10;
   margin: -75px auto 0px;
}



/*TOP NAVIGATION*/
#navbar {
	text-align: center;
	padding-top: 5px;
	margin-bottom: 25px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	margin-right: 20px;
	margin-left: 20px;

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	text-transform: uppercase;
	text-align: center;
	color: #E92D28;
	font-weight: bold;
	text-decoration: none;
}

/*Top Navigation Bar - additions DTJR*/
#navbar img {
	width: 19px;
        height: 12px;
        vertical-align: middle;
}
#navbar :link {
	color: #E92D28;
	text-decoration: none;
}
#navbar :visited {
	color: #E92D28;
	text-decoration: none;
}
#navbar :hover {
	color: #999999;
}
#navbar :active {
	color: #999999;
}

.topnav {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	text-transform: uppercase;
	text-align: center;
	color: #E92D28;
	font-weight: bold;
}
a.topnav:link {
	color: #E92D28;
	text-decoration: none;
}
a.topnav:hover {
	color: #999999;
	text-decoration: none;
}
a.topnav:visited {
	text-decoration: none;
}


/*DEFAULT NAVIGATION*/

a:link {
	color: #666666;
}
a:hover {
	color: #E92D28;}


	
/*TYPE STYLES*/	

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 26px;
	font-weight: bold;
	color: #e92d28;
	margin-top: 0px;
	margin-bottom: 0px;	
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	color: #E92D28;
	margin-top: 10px;
	margin-bottom: 0px;
}
/*ADDITION BY DTJR*/
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #E92D28;
	line-height: 16px;
}
/*ORIGINAL CONTINUES...*/
.redsubheading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #E92D28;
	line-height: 16px;
}
.copy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	line-height: 15px;
}
#leftcol {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #666666;
}
.copysmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #666666;
}
.largecopy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 18px;
	margin: 8px 0px 0px;
}
