body { background-color: #F0F7FF;
	color: #000F4F;
	border: 0px;
	margin: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

html {
	overflow: scroll;
}

h1 { font-family: Georgia, "Times New Roman", serif;
	font-size: 1.3em;
	font-style: italic;
	font-variant: small-caps;
	text-align: center;
	width: 790px;
	color: #003399;
	background-color: #CEE3FC;
	border: 1px dashed #790025;
	padding: 8px 0px 8px 0px;
	margin: 10px;
	white-space: nowrap;
}

h2 {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1em;
	font-style: italic;
	color: #003399;
	background-color: transparent;
	margin-right: 25px;
	text-align: right;
	white-space: nowrap;
}

h3 {
	font-family: Georgia, "Times New Roman", serif;
	font-size: .8em;
	font-style: normal;
	color: #003399;
	background-color: transparent;
	margin-right: 13px;
	text-align: center;
	white-space: nowrap;
}

h4 {
	font-family: Georgia, "Times New Roman", serif;
	font-size: .9em;
	font-variant: small-caps;
	font-style: normal;
	line-height: 140%;
	color: #003399;
	background-color: transparent;
	border: none;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	white-space: nowrap;
}

h5 { font-family: Georgia, "Times New Roman", serif;
	font-size: 1.2em;
	font-style: italic;
	font-variant: small-caps;
	text-align: center;
	color: # 000F4F;
	background-color: #D3E1F2;
	width: 800px;
}

#page {
	margin: 10px;
	padding: 10px;
}

#options a{
	background-color: #083B98;
	border-top: 1px solid #003399;
	border-left: 1px solid #003399;
	border-right: 1px solid #003399;
	border-bottom: 1px solid #003399;
}

#content {
	position: absolute;
	border-left: 1px solid #790025;
	padding-left: 20px;
	left: 18px;
	top: 420px;
	right: 0px;
}

#content p {
	font-size: .75em;
}

#content li {
	padding: .4em;
	font-size: .75em;
	line-height: 1.4em;
	margin-left: 50px;
}

#footer {
	border: 1px dotted black;
	color: #003399;
	background-color: #FAFAD2;
	margin-top: 20px;
	margin-bottom: 20px;
}

a { color: #F04D21;
	text-decoration: none;
	background-color: transparent;
}
	
a:hover {
	text-decoration: underline; color: #FF0000;
	background-color: #FFFF00;
	text-shadow: #FF0000 0px 0px 4px;}

.article {
	padding-right: 18px;
}

.article-footer {
	text-align: right;
	font-size: xx-small;
	color: #8DAFD5;
	padding-bottom: 5px;
	
}

.article-indent {
	font-size: .75em;
	font-weight: bold;
	line-height: 140%; 
	color: #003399;
	padding-left: 63px;
	
}

.author, .datetime {
	font-weight: bold;
	color: #003399;
}

.article-title {
	font-size: 1em;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Sans-serif;
	font-style: italic;
	color: #790025
}

#menu {
	position: fixed;
	width: 150px;
	bottom: 65px;
	left: 15px;
	text-align: center;
    font-family: 'Rancho', cursive;
    src: url(Rancho.ttf);
	font-size: 1em;
	z-index:2;
}

#menu a{
	font-family: 'Rancho', cursive;
	src: url(Rancho.ttf);
	font-size: 1.1em;
	font-weight: 500;
	font-variant: small-caps;
	letter-spacing:.5px;
    text-decoration: none;
	text-align: center;
	text-shadow: 2px 2px 1px #000000;
	background-color: none;
	display: block;
    padding: 1.5px;
	width: 150px;
	margin-bottom: 1.5px;
	border: 0px;
	color: #F0F7FF;
	z-index:2;
}

#menu a:hover {
	font-family: 'Rancho', cursive;
	src: url(Rancho.ttf);
	font-size: 1.1em;
	font-style: italic;
	font-weight: 900;
	font-variant: small-caps;
	text-shadow: 1px 1px 4px #FFCE00;
	letter-spacing: 1px;
	background-color: none;
	width: 150px;
	color: #FFF77C;
	border: 0px;
	z-index:2;
}

#level { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
	font-style: italic;
	color: #3399CC;
}

.uppity {
	position: fixed;
	bottom: 1px; right: 3px;
}

.uppity a:hover{ 
	position: fixed;
	bottom: 1px; right: 3px;

}

.uppity2 {
	position: fixed;
	bottom: 20px; right: 4px;
}

.uppity2 a:hover{ 
	position: fixed;
	bottom: 20px; right: 4px;

}

div.date {position: absolute;
	top: 360px;
	right: 10%;
	z-index:1;
	overflow: hidden;
}

.app {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: .7em;
	font-style: bold;
	color: #003399;
	border: 6px solid #003399;
	padding: 15px;
	width: 850px 
	}
