/*This stylesheet is based on a design by MaKo found at http://www.mako4css.com/ Quixote's Horse acknowledges the debt.*/

a img, img {
	border: none;
	vertical-align: middle;
}

/*normal links in the text*/
a:link {
	color: #0000FF;
	text-decoration: underline;
}

a:visited {
	color: #C71585;
	text-decoration: underline;
}

a:hover {
	background: #EBF5FA;
	color: #3499CC;
	text-decoration: underline;
}

a:active {
	color: #FF0000;
	text-decoration: none;
}

/*the links in the navigation bar on the left side*/
a.nav {
	background: transparent;
	color: #006699;
	display: block;
	text-decoration: none;
	width: 105px;
}

a.nav:visited {
	background: transparent;
	color: #C71585;
	display: block;
	text-decoration: none;
	width: 105px;
}

a.nav:hover {
	background: #EBF5FA;
	color: #708090;
	display: block;
	text-decoration: none;
	width: 105px;
}

/*the actual page*/
a.navtot {
	background: transparent;
	color: #000000;
	display: block;
	font-weight: 600;
	text-decoration: none;
	width: 105px;
}

body {
	background: #f2f2f2; /*this is shorthand and declares the background color and calls the image */
	color: #000000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

form {
	background: #DFEFF7;
	border: 2px solid #3499CC;
	color: #000080;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-left: 50px;
	padding: 3px;
	width: 400px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "MS Serif", "New York", serif;
	margin-bottom: 4px;
	color: #800000;
}

input, textarea {
	background-color: #3499CC;
	border: inset 1px #C71585;
	color: #FFFFFF;
	font-family: Georgia, "MS Serif", "New York", serif;
	font-size: 13px;
	padding: 2px;
}

ol {
	line-height: 1.1em;
	list-style-type: lower-alpha;
}

ol ul {
	font-size: 1em;
	line-height: 1.1em;
	list-style-type: decimal;
}

p, ol, ul, dl, td {
	font-size: 0.8em;
	color: #000000;
}

pre {
	background-color: #F7F7F7;
	border: 1px solid #C71585;
	color: #000000;
	font-family: "Courier New", Courier, monospace;
	font-size: 13px;
	padding: 4px;
	white-space: pre;
}

select, option {
	background-color: #008080;
	border: outset 1px #ADFF2F;
	color: #FFFFFF;
	font-family: "MS Serif", Georgia, "New York", serif;
	font-size: 13px;
	padding: 2px;
}


strong {
	font-weight: bold;
	color: maroon;
}

.centered {
	text-align: center;
}

.big {
	font-size: 1.4em;
	line-height: 1.5em;
	font-weight:bold;
	color: #000;
}

.box {
	
	background: #f2f2f2; /*bottom-navigation and copyright*/
	border-color: #999999;
	border-style: solid;
	border-width: 0 1px 1px 0;
	color: #000099;
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	margin: 2px;
	padding: 4px;
	text-align: center;
}

.cite {
	width: 90%;
	background: #E5E5E5; /*declare a color together with a contrasting background color*/
	color: #000000; /*to insure readability*/
	font-family: Verdana, Eyechart, Geneva, Arial, Helvetica, sans-serif;
	font-size: .9em;
	font-weight: bold;
	margin-left: 5%; /*to position the content area to the right of the navigation*/
	margin-right: 5%; /*to position the content area to the right of the navigation*/
	padding: 5px;
}

.content {
	background: #FFFFFF; /*declare a color together with a contrasting background color*/
	color: #000000; /*to insure readability*/
	font-family: Verdana, Eyechart, Geneva, Arial, Helvetica, sans-serif;
	margin-left: 131px; /*to position the content area to the right of the navigation*/
	padding: 5px;
}

.chess {
	background: #FFFFFF; /*declare a color together with a contrasting background color*/
	color: #000000; /*to insure readability*/
	font-family: Verdana, Eyechart, Geneva, Arial, Helvetica, sans-serif;
	margin-left: 10px; /*to position the content area to the right of the navigation*/
	padding: 5px;
}

.Header {
	background-color: #EBF5FA;
	border-color: #999999;
	border-style: solid;
	border-width: 0 1px 1px 0;
	color: #000088;
	letter-spacing: 1.5px;
	margin-left: 135px;
	margin-top: 0px;
	padding: 4px;
}

.Header h1 {
	font-family: Georgia, "MS Serif", "New York", serif;
	margin: 0px;
}


.navbox {
	background-color: #F5F5F5;
	border-color: #999999;
	border-style: solid;
	border-width: 0 1px 1px 0;
	color: #000088;
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	font-size: 14px; /*some button-like boxes for the left-side navigation*/
	font-weight: 500;
	line-height: 16.5px;
	margin: 2px 1px;
	padding: 2px;
	width: 105px;
}

.Navigation {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background: #FFF;
	left: 5px;
	line-height: 110%; /*line-height set to 110% in order to have the navigation elements better separated*/
	position: relative; 
	top: 10px;
	width: 126px;
	float: left;
}
.pullquote {
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
	background-color: #f2f2f2;
	border-top: solid 10px #000;
	border-bottom: solid 10px #000;
	color: #800000;
	font-family: Georgia, "MS Serif", "New York", serif;
	font-size: 1.1em;
	padding: 5px;
}
.underline {
	text-decoration: underline;
}

.emphasis {
	font-weight: bold;
}

.oldbrowser {
	display: none;
}

.red {
	background: #FFFFFF;
	color: #FF0000;
}

.skipnav {
	display: none;
}

.tagline {
	background: transparent;
	color: #708090;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	letter-spacing: 3px;
	white-space: nowrap;
}

.texta1 {
	background-color: #3499CC;
	border: solid 1px #C71585;
	color: #FFFFFF;
	font-family: Georgia, "MS Serif", "New York", serif;
	font-size: 13px;
	padding: 2px;
}


