/* 
  Vertical 2 Column Centered
  Alumor Design
  --------------------------
*/

body {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 100%;
	color: #666666;
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	background-image:      url(../images/page_background.jpg);
	background-repeat: repeat-x;
	text-align: center;
}

#wrapper {
	text-align: left;
	margin: 0 auto 20px auto;
	width: 770px;
	background-color: #FFFFFF;
}

/*The masthead DIV */
#masthead {
	width: 770px;
	height: 83px;
	background-color: #FFFFFF;
} 

/*RH column is set to 370px*/
#rh_col {
	width: 590px;
	float: right;
} 

/*LH column is set to 180px*/
#lh_col {
	width: 180px;
	float: right;
}

/*The content in rh column */
#rh_content {
	padding: 10px 5px 10px 0;
	font-size: 0.8em;
	line-height: 1.5em;
}

#rh_content p {
	margin: 0 0 1em 0;
}

.quote {
	padding: 10px 0 0 40px;
	background-image: url(../images/quotes_round.gif);
	background-repeat: no-repeat;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

/*The content in lh column */
#lh_content {
	margin-right: 5px;
	padding-top: 24px;
}

/*Applies custom formatting to BULLET LISTS in #maincontenet DIV*/
#rh_content ul {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	list-style-image:      url(../images/bullet.gif);
} 


/* Style for text in lh_col below menu*/
#lh_col_text {
	font-size: 0.75em;
	padding: 10px 0 0 20px;
}


/*Footer styles*/
#footer {
	clear: both;
	color: #999999;
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
}

#copyrightdiv {
	font-size: 0.65em;
	padding: 5px 0 5px 0;
}

/*Heading Styles*/
h1, h2, h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	line-height: 1em;
	color: #1918A2;
	border-left-color: #A21833;
	border-left-style: solid;
	border-left-width: 10px;
	padding-left: 5px;
}
h2, h3 {
	margin: 0;
	font-size: 1.1em;
}
h3 {
	font-size: 1em;
}

/*.clearit {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}*/
/*Link Styles. Applies to links in RH column.*/
#rh_content a:link {
	color: #A21833;
	text-decoration: none;
}
#rh_content a:visited {
	color: #A21833;
	text-decoration: none;	
}
#rh_content a:hover, a:active, a:focus {
	color: #A21833;
	text-decoration: underline;	
}
/*Link Styles. Applies to links in footer.*/
#footer a:link {
	color: #999999;
	text-decoration: none;
}
#footer a:visited {
	color: #999999;
	text-decoration: none;	
}
#footer a:hover, a:active, a:focus {
	color: #999999;
	text-decoration: underline;	
}

/*Member login on home page */
#member_login {
	float: left;
	padding-top: 10px;
	width: 100%;
}
#member_login a {
	color: #A21833;  
}
#member_login a {
	display: block;
	color: #A21833;
	padding: 0 0 0 .8em;
	text-decoration: none;
	background-color: #FFF;
}
#member_login a:visited {
	color: #A21833;
}
#member_login a:hover {
	color: #A21833;
	background-color: #CCCCCC;
}