/* IREM  colors
	Dk green	#678902
	Lt green 	#C9DA96
	Grey green	#ABBC78
	Dk grey		#999999
	Grey		#CCCCCC
	Brick		#D37014
	Lt brick	#F4E6C6
	IREM blue	#004184
	IREM lt blue	#DBEAFB
	

*/

body { 
	font-family: georgia, palatino, serif;
	font-size: small; 
	background-color:#E6F4B9;
	color: #000;
	margin:0;
	padding: 0;
	border: 0;
	}

p, blockquote, ol, ul, td, dt, dd { 
	color: #000;
	font-size: small;
	margin-top:0.5em;
	margin-bottom:0.5em;
}

li { margin-bottom: 0.2em; }
ul { list-style:  url('/i/bullet.gif'); list-style-type: square; } 
ul ul { list-style-image: none; list-style-type: square; } 
ul ul ul { list-style-image: none; list-style-type: disc; }

dt { font-weight: bold; }

form td { font-size: 0.85em; }

th { background-color:#C9DA96; }
td { vertical-align:top; }
#data table { border-bottom:2px solid #004184; }
#data table tr td { font-family:Verdana, Arial, Helvetica, sans-serif; }

h1, h2, h3, h4, h5, h6	{
	color: #000;
	font-weight: normal;
	font-family: georgia, palatino, serif;
	margin:0.25em 0;
	}

h1	{
	font-size:175%;
	margin:0 0 0.25em 0;
	color:#D37014;
	font-weight:600;
	}

h2	{
	font-size: 150%;
	margin-bottom: 0.5em;
	}

h3	{
	font-size: 120%;
	margin-bottom:2px;
	font-weight:600;
    }

h4	{
	font-size: 90%;
	letter-spacing: 0.5em; 
	text-transform: uppercase; 
	}
h5	{
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 2px;
	}
h6	{
	font-size:.8em;
	}

img { border:none; }

#title	{
	color: #000;
	font-family: georgia, palatino, serif;
	font-size: 20px;
	padding-left:20px;
	}

#breadcrumb	{
	font-family: Verdana, sans-serif; 
	font-size: 80%;
	padding:0.25em 0 1em 1em;
}

#main {
	height: 100%;
	margin:0 1em 1em 1em;
}

#rsidebar {
	font-family: Verdana, sans-serif; 
	color: #000;
	margin: 0;
	padding: 1em;
	border: 0;
}
#rsidebar p {
	font-size: x-small;
	margin-top: 2px;
	margin-bottom: 0.5em;
}
#rsidebar a:link, #rsidebar a:visited { color: #452958; text-decoration: none; }
#rsidebar a:active, #rsidebar a:hover { color:#006666; text-decoration: underline; }


#main { padding: 0 1em 1em 1em; }
#footer {
	font-family: Verdana, sans-serif; 
	font-size: x-small;
	color: #000000;
}

/* Color */
.grey { color: #999999; }
.red { color: #FF3300; }
.white { color: #FFFFFF; }

/* Anchors */
a:link, a:visited  { color:#004184; text-decoration: underline; }
a:active, a:hover { background:#F4E6C6; text-decoration:none; }

#footer a:link, #footer a:visited { font-family: Verdana, sans-serif; color:#000000; text-decoration:underline; }
#footer a:hover, #footer a:active { color:#FFFFFF; background-color:#004184; }

/* Other */

.padleft { padding-left:1em; }
.padright { padding-right:1em; }
.message { background-color:#D0EEDB; padding:6px; }
.caption { font-size:0.7em; font-family:Verdana, Arial, Helvetica, sans-serif; color:#999999; text-align:right; }
.odd { background-color:#DBEAFB; }
.bborder { border-bottom:1px dotted #678902; }
a.top { text-transform:uppercase; color:#999999; text-decoration:none; font:smaller; margin-top:.5em; }
.pullquote { padding:.5em; margin:1em; border:1px solid #004184; float:right; width:140px; background-color:#E6F4B9; }
.new { background-color:#FFCC00; padding:0 0.25em; }
.redquote { 
	padding:.5em; 
	margin:1em 1em 1em 0; 
	border:1px solid #FF3300; 
	float:left; 
	width:140px; 
	background-color:#CCCCCC; 
	font-family:Verdana, sans-serif;
	font-size:10px;
}
.sponsor {
	padding:.5em; border:1px solid #666666
}
