/* 
	CSS Stylesheet for Gateway to Reading website
*/

body {margin-top: 3px; margin-left: 3px; 
	font-family: Verdana, Arial, sans-serif; 
	font-weight: bold;
	text-align: center; }

:link, :active, :visited  { color: blue; }
a:hover { background: blue; color: white; }

.MenuItem 	{ display: block; margin: 2em; }
.MenuCol 	{ padding-top: 10em; width: 14%; }

.Content { 
	background: #FFFFCC;
	border-left-color: white;
	border-left-width: 3em;
	border-left-style: solid; }

div.TextLeft {text-align: left; }
.TanHead {color: #EC1314; font-size: 120%; text-transform: uppercase; }
p.BlueSubHead {line-height: 100%; color: #000080; }
p.BlockQuote {font-style: italic; line-height: 100%; margin-bottom: 2; }
.BlueText {color: #000080; }
.BlueItalic {color: #000080; font-style: italic; }
.TanText {color: #EC1314; font-size: 120%; }

