/* --- 
URMB Web Site
http://www.urmb.org/

Original Design by Gary Rogers
gmrwebde@gmail.com

Maintenance by Gary Robinson
robinsgn@gmail.com

Last revision:  1 September 2009
--- */

body{
	text-align: center;
	background-color: #CCCCCC;
	font-family:Arial, Helvetica, sans-serif;
	font-size: .75em;
}

.centernav{
	background: url('images/urmb_r2_c2.jpg');
	background-repeat: repeat-x;
	text-align: center;
	padding-bottom: 5px;
	font-weight: bold;
}

div#navbar a{
	color:#000000;
	text-decoration:none;
}

div#navbar a:hover{
	text-decoration:underline;
}

.left_border_main{
	background: url('images/urmb_r3_c1.jpg');
	background-repeat: repeat-y;
}

.main_body{
	background-color: #FFFFFF;
	text-align: left;
	color: #666666;
	padding: 15px;
	height: 400px;
}

.right_border_main{
	background: url('images/urmb_r3_c4.jpg');
	background-repeat: repeat-y;
}
/* --- footer styling for links --- */

div#footer_links a{
	color: #787878;
} 

/* --- footer styling for date --- */
.date_style{
	color: #787878;
	text-transform: uppercase;
	font-size: .7em;
}

/* --- styling for document downloads --- */

li.word_doc, li.pdf_doc{
	line-height: 2em;
	list-style-type: none;
}

li.pdf_doc{
	background-image: url(/images/pdf_icon.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}

li.word_doc{
	background-image: url(/images/word.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}

/* --- styling for lists --- */
.nobullets{
	list-style-type: none;
	line-height: 2.5em;
	letter-spacing: 0.7px;
}

.disclaimer{
	padding: 1.25em 0em 2.5em 3.25em;
	font-style: italic;
}

/* --- styling for elements --- */
.past {
	text-decoration: line-through;
}

.red {
	color: #CC0000;
}

/* --- image gallery table styling --- */
