@charset "utf-8";
/* Overall style */
html {background-color:#e071fb;}
hr {background:url(/images/raven_rule.gif);
	border-style:none;
	border:hidden;
	width:600px;
	height:50px;
	visibility:visible;
	}
li {list-style-image:url(/images/sun_li.jpg);}
body,td,th {
	font-family: "Georgia", Times New Roman, Times, serif;
	font-size: 12pt;
	color: #333333;
}
h1 {
	font: bold 20pt "Georgia", Arial, Helvetica, sans-serif;
	color: #770792;
}
h3 {font: bold 18pt "Georgia", Times New Roman, Times, serif;
	color: #770792;
	}
h4 {font: 16pt "Georgia", Times New Roman, Times, serif;
	color: #770792;
	text-decoration:underline;
	}
a {
    text-decoration:none;
}
a:link {
	color: #ffffff;
}
a:hover {
	color: #008494;
	border-bottom: 1px dotted #999999;
}
/* End Overall style */

/* Navigation */
#navigation {
	background-image:url(/images/index_04.jpg);
	background-repeat:no-repeat;
	margin:0px;
	width:627px;
	height:38px;
	vertical-align:top;	 
}

#navigation a {
    font-family:"Georgia", Times New Roman, Times, serif;
    font-size:16px;
	font-style:oblique;
	vertical-align:top;
	text-align:Left;
	white-space:nowrap;
	border: 0;	   
}
#navigation a:link {
	color: #ffffff;   
}
#navigation a:hover {
	color:#008494;
	background: #cd00ff;
}
#navigation a:visited {
	color:#ffffff;
}
/* End navigation */

/* Page content */
#content {
	font:Georgia;
	font-size:18px;
	width:627px;
	background-color:#E071FB;
	background-repeat:repeat-y;
	vertical-align:top;
}
/* End Page content */

#ravenquotes {
	font:Georgia;
	font-size:18px;
	background-image:url(/images/index_06.jpg);
	background-repeat:no-repeat;
	width:168px;
	height:343px;
}

#news {
	font:Georgia;
	font-size:12px;
	font-style:italic;
	text-decoration:blink;
	color:#FFCCFF;
	background-image:url(/images/index_07.jpg);
	background-position:top;
	width:205px;
	overflow:none;
}
#news a:visited {
	color:#ffffff;
}
#front li{	
	list-style:url(/images/clover_sm.gif);
}