body {
font-family: Cambria, Arial, sans-serif;
color: black;
font-size: 15px;
background-image: url(http://www.trinitycollegelawreview.org/page_bg.png);
background-repeat: repeat;
}

p {
line-height: 17px;
text-align: justify;
}


h1 {
font-weight: bold;
text-align: center;
}

h2 {
font-weight: normal;
text-transform: uppercase;
text-align: center;
}

h3 {
font-weight: normal;
}

h4 {
font-weight: normal;
text-align: center;
}

a {
	color: #006295; 
        text-decoration: none;
	font-weight: bold;
}


a:link, {
	color: #006295; 
        text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: #742E21; 
        text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #FF7900;	
        text-decoration: none;
	font-weight: bold;
}


#wrap {
width: 800px;
padding: 10px 0;
margin: 5px auto;
background-color: #EAE9E4; 
}

#text {
margin-right:60px;
margin-left:60px;
padding: 10px 0;
}

#paypal {
padding: 10px;
}

.designer{color: #666; text-align: center;}
.designer a:link,.designer a:visited{color: #666;font-size: 0.8em;text-decoration: none;}
.designer a:hover{color: #666;}

___ MENU_____

.menu{
	border:none;
	border:0px;
	margin:0px;
	padding:0px;
	font-family:verdana,geneva,arial,helvetica,sans-serif;
	font-size:14px;
	font-weight:bold;
	color:8e8e8e;
	}
.menu ul{
	background:url(http://www.trinitycollegelawreview.org/images/menu-bg.gif) top left repeat-x;
	height:43px;
	list-style:none;
	margin:0;
	padding:0;
	}
	.menu li{
		float:left;
		padding:0px 8px 0px 8px;
		}
	.menu li a{
		color:#666666;
		display:block;
		font-weight:bold;
		line-height:43px;
		padding:0px 25px;
		text-align:center;
		text-decoration:none;
		}
		.menu li a:hover{
			color:#000000;
			text-decoration:none;
			}
	.menu li ul{
		background:#e0e0e0;
		border-left:2px solid #a80329;
		border-right:2px solid #a80329;
		border-bottom:2px solid #a80329;
		display:none;
		height:auto;
		filter:alpha(opacity=95);
		opacity:0.95;
		position:absolute;
		width:225px;
		z-index:200;
		/*top:1em;
		/*left:0;*/
		}
	.menu li:hover ul{
		display:block;
		}
	.menu li li {
		display:block;
		float:none;
		padding:0px;
		width:225px;
		}
	.menu li ul a{
		display:block;
		font-size:12px;
		font-style:normal;
		padding:0px 10px 0px 15px;
		text-align:left;
		}
		.menu li ul a:hover{
			background:#949494;
			color:#000000;
			opacity:1.0;
			filter:alpha(opacity=100);
			}
	.menu p{
		clear:left;
		}	
	.menu #current{
		background:url(http://www.trinitycollegelawreview.org/images/current-bg.gif) top left repeat-x;
		color:#ffffff;
		}