/* Main Style Page for LRUMC */
body {
	margin:0;
	background-color: #CEC099;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}

#main_table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;

	background-color: #CEC099;
}

#main_content {
	background-color: #FFFFFF;
	width: 920px;
	padding: 10px;
	min-height: 600px;
}

.header_text, .header_text a {
	text-align: center;
	font-size: 11px;
	font-style: italic;
	color: #7E7E7E;
	font-weight: bold;
}

#menu_bar {
	background-color: #B0C3C7;
}

#corner_top_left {
	background-image: url(../images/ctopl.gif);
	background-repeat: no-repeat;
	width: 19px;
	height: 17px;
}

#corner_top_right {
	background-image: url(../images/ctopr.gif);
	background-repeat: no-repeat;
	width: 21px;
	height: 17px;
}

#corner_bottom_left {
	background-image: url(../images/cbottoml.gif);
	background-repeat: no-repeat;
	width: 19px;
	height: 20px;
}

#corner_bottom_right {
	background-image: url(../images/cbottomr.gif);
	background-repeat: no-repeat;
	width: 19px;
	height: 20px;
}

.bk_top {
	background-image: url(../images/bk_top.gif);
	background-repeat: repeat-x;
	width: 920px;
	height: 17px;
}

.bk_left {
	background-image: url(../images/bk_left.gif);
	background-repeat: repeat-y;
	width: 19px;
}

.bk_right {
	background-image: url(../images/bk_right.gif);
	background-repeat: repeat-y;
	width:21px;
}

.bk_bottom {
	background-image: url(../images/bk_bottom.gif);
	background-repeat: repeat-x;
	height: 20px;
}

.quick_header {
	background-color: #C6AA78;
	width: 175px;
	border: 1px solid #CEC099;
	text-align: center;
	text-transform: uppercase;
	padding: 5px;
	font-weight: bold;
}

.quick_block {
	background-color: #FBF8EF;
	border: 1px solid #CEC099;
	padding: 2px;
	width: 180px;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 12px;
}
.quick_block p {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 12px;
	padding: 2px;	
}

h3 {
	background-color: #FBF8EF;
	border: 1px solid #CEC099;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 16px;
	text-align: center;
	text-transform: uppercase;
	padding: 5px;
	width: 100%;
}

h4 {
	color: #000000;
	font-weight: bold;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 14px;
	border-bottom: thick solid #C6AA78;
}

a, a:link, a:visited {
	color: #000000;
	text-decoration: underline;
}

a:hover {
	background-color: #B0C3C7;
	
}