/* Global Styles */

body  {
	margin: 0; /* 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: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 19px;
	background: url(redesign/images/style/bckgrndtexture.jpg) repeat;
}

ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #333333;
	text-decoration: none;
	clip: rect(auto,auto,auto,auto);
	list-style: disc outside;
	padding-left: 25px;
}

li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #333333;
	text-decoration: none;
	left: 5px;
}

table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #333333;
	text-decoration: none;
}

table td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #333333;
	text-decoration: none;
}

table p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #333333;
	text-decoration: none;
}

table a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #333333;
	text-decoration: none;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}
	
a:hover {
	color: #800000;
	text-decoration: none;	
}

a:active {
	text-decoration: none;
}

#container {
	width: 950px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background: #FFFFFF;
} 

#containermain {
	width: 900px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background: #FFFFFF;
	margin: 0 auto;
} 

#headerfront {
	width: 950px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
} 

#header {
	width: 900px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
} 

#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	
}

.sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	background: #FFFFFF;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}

#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 225px;
	visibility: inherit;
	clip: rect(auto,auto,auto,5px);
	background: #FFFFFF;
	padding: 0px 0px 5px 10px;
}

#sidebar1 p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 18px;
	color: #333333;
	left: 5px;
}

#sidebar1 table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #333333;
	text-decoration: none;
}

#sidebar1 table a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #333333;
	text-decoration: none;
}

#sidebar1 a:hover {
	background-color: #FFFFFF;
	color: #3399CC;
	font-weight: 400;
}

#fullcontent {
	float: none;
	width: auto;
	left: 0px;
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}

#frontnavbar {
	float: none;
	color: #FFFFFF;
	padding-right: 0px;
	padding-bottom: 0;
	clip: rect(auto,auto,auto,auto);
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 125px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;

}

#frontnavbar table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #ffffff;
	text-decoration: none;
}

#frontnavbar table a a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #ffffff;
	text-decoration: none;

}

#mainsingle {
	float: none;
	background: #FFFFFF;
	width: 860px;
	font-size: 12px;
	line-height: 18px;
	margin: 0px 15px;
	
}

#mainsingle table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #333333;
	text-decoration: none;
	padding-left: 5px;
	margin-left: 5px;
}

#mainContent {
	margin: 0 0 0 240px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 10px;
	float: none;
}

#mainContent table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	color: #333333;
	text-decoration: none;
	padding-left: 5px;
	margin-left: 5px;
}

#mainContent ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #333333;
	text-decoration: none;
	clip: rect(auto,auto,auto,auto);
	list-style: disc outside;
	padding-left: 10px;
}

#mainContent li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #333333;
	text-decoration: none;
	left: 5px;
}
 
#footer {
	width:900px;
} 

#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	color: #333333;
	text-decoration: none;
}

#footer table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	color: #333333;
	text-decoration: none;
	top: 0px;
}

#footer a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	color: #333333;
	text-decoration: none;
	top: 0px;
}

#rightbar {
	float: right; /* since this element is floated, a width must be given */
	width: 265px;
	visibility: inherit;
	clip: rect(auto,auto,auto,5px);
	background: #FFFFFF;
	padding: 10px 5px;
}
#rightbar td {
	background-color: #ffffff;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dee7ec;
}
	
#rightbar a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #003366;
	font-weight: 400;
	text-decoration: none;
	letter-spacing: 0.05em;
	letter-spacing:normal;
	text-decoration: none;
	display:block;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}
	
#rightbar a:hover {
	background: #003366;
	color:#ffffff;
	font-weight: 400;
}

.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;
}

.title {
	font-size: 20px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #003366;
	font-style: normal;
	line-height: 26px;
	letter-spacing: .15em;
}

.whitetitle {
	font-size: 18px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-style: normal;
	line-height: 26px;
	letter-spacing: .15em;
}
	
.SubHeader {
	font-size: 16px;
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	color: #0061aa;
	letter-spacing: .15em;
}

.smlSubHeader_blk {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	line-height: 14px;
}
	
.smlHeader_drk {
	font-size: 15px;
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	color: #003366;
	letter-spacing: 0.15em;
	font-weight: 500;
}

.smlHeader {
	font-size: 12px;
	line-height: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #0061aa;
	letter-spacing: .15em;
}

.backtotop {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #790000;
	letter-spacing: 0.2em;
	text-align: right;
	display: block;
}

.bookreview {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	line-height: 28px;
	text-transform: uppercase;
	color: #970000;
	font-weight: 400;
	text-decoration: none;
	letter-spacing: 0.20em;
}

.booktitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #970000;
	font-weight: 400;
	text-decoration: none;
	letter-spacing: 0.2em;
	font-style: italic;
	font-variant: normal;
}

.archive {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #970000;
	font-weight: 400;
	text-decoration: none;
	letter-spacing: 0.05em;
	font-variant: normal;
}

.archtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #003366;
	text-decoration: none;
	letter-spacing: 0.05em;
	font-variant: normal;
}

.bodyText {
	color:#000000;
	line-height:19px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	list-style-type: circle;
	padding-right: 3px;
	padding-left: 3px;
}

.medbodyText {
	color:#000000;
	line-height:normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding-right: 5px;
	padding-left: 5px;
}

.prgtitleText {
	color:#000000;
	line-height:normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding-left: 20px;
	text-align: left;
	margin-left: 0px;
	letter-spacing: 0.0125em;
	display: block;
	text-indent: 0px;
	margin-right: 10px;
}

.prgmonthred {
	color: #800000;
	line-height:20px;
	letter-spacing:0.3em;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: 400;
}

.RetreatList {
	color: #003366;
	font-size: 12px;
	line-height: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
}

.smallblack {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	line-height: 14px;
	padding-right: 5px;
	padding-left: 5px;
}
	
.smallgray {
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	line-height: 14px;
	padding-right: 15px;
	padding-left: 15px;
}

.smallText {
	color: #003366;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	line-height: 13px;
}

.smallText a {
	text-decoration: none;
}

.smallwhite {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	text-decoration: none;
}	
	
.bigwhite {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 20px;
	text-decoration: none;
}	
	
.medwhite {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 18px;
	text-decoration: none;
}	
	
.newstuff {
	color: #FFFF00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	text-decoration: none;
}	

.newstuff a:hover{
	color: #FFFF00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	text-decoration: none;
}	

.story{
	clear: both;
	padding: 2px 0px 0px 2px;
}

.story p{
	padding: 0px 0px 2px;

}

.storyLeft {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 17px;
	color: #333333;
	text-decoration: none;
	padding-left: 5px;
}

.medbodyText {
	color:#000000;
	line-height:normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding-right: 5px;
	padding-left: 5px;
}

.annvText {
	color:#66cc33;
	line-height:normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-position: left;
	list-style-type: circle;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 1px;
}
	
.pageName{
	color: #000033;
	line-height:24px;
	letter-spacing:0.2em;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
}
	
.musictitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #759DA1;
	line-height:20px;
	font-weight: 400;
}

.quote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px ;
	color: #759DA1;
	line-height:30px;
}

.messagetext {
	font-family: Papyrus, Georgia, sans-serif;
	font-size:16px;
	color: #000000;
	line-height: 22px;
}

.messagetext_sml {
	font-family: Papyrus, Georgia, sans-serif;
	font-size:13.5px;
	color: #003366;
	line-height: 16px;
	font-style: normal;
	text-decoration: none;
}

.topparagraph {
	color: #003366;
	line-height:16px;
	letter-spacing:.1em;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-variant: small-caps;
}

.navTopTextred {
	color: #800000;
	line-height:16px;
	letter-spacing:.1em;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.Textred {
	color: #800000;
	line-height:normal;
	letter-spacing:.1em;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 400;
}

.predescription {
	color: #800000;
	line-height:18px;
	letter-spacing:0.1em;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 400;
	padding-bottom: 20px;
}	
	
.blueheader {
	font-size: 14px;
	line-height: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #0061aa;
	letter-spacing: .15em;
}

.tabletext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #333333;
	text-decoration: none;
	padding-left: 5px;
	display: block;
	text-align: left;
}

#eventbox {
	position: relative;
	height: 191px;
	width: 224px;
	top: 1003px;
	z-index: 1;
	visibility: visible;
}

#navBar {
	float: left;
	width: 250px;
	margin: 0px;
	padding: 0px;
	background-color: #eeeeee;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a {
	display: block;
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	background-color: #dddddd;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	position: relative;
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 100%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a:link,
.relatedLinks a:visited{
	display: block; 
}
/************** .feature styles ***************/

.feature{
	width: 600px;
	padding: 0px 0px 10px 5px;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	padding: 10px 5px 0px 0px;
}
/************** #advert styles **************/

#advert{
	padding: 30px 0px 10px;
}

#advert img{
	display: block;
}
/*********** threecolumn styles ***********/

#headlines {
	float: right;
	width: 155px;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	background-color:#FFFFFF;
	margin-right: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

#content{
	float: left;
	width: 600px;
	background-color: #FFFFFF;
	margin-right: 0px;
	padding-left: 5px;
}

#content table a a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: 333333;
	text-decoration: none;

}
#content td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
	text-decoration: none;

}


.content{
	width: 615px;
	background-color: #FFFFFF;
	margin-right: 10px;
	padding-left: 20px;
}
