/* 
	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 	{ width: 14%; }

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

.TanHead {
    color: #EC1314; 
    font-size: 120%; 
    text-transform: uppercase; 
}
.BlueText {color: #000080; }
.BlueItalic {color: #000080; font-style: italic; }
.TanText {color: #EC1314; font-size: 120%; }

div.TextLeft {text-align: left; }
p.BlueSubHead {line-height: 100%; color: #000080; }
p.BlockQuote {font-style: italic; line-height: 120%; margin-bottom: 1em; }

/* Resume styles */
.ResSectionHead { 
    display: block; 
    margin-top: 1em;
    margin-bottom: 1em;
    text-transform: uppercase; 
}

.ResSubSectionHead {
    display: block;
    margin-left: 2%;
}

.ResSubSectionDetail {
    display: block;
    margin-left: 2%;
    font-size: 80%;
    font-style: italic;
}

.ResSubSection {
    display: block;
    margin-left: 4%;
}

