/* B-B-Body WOOO! */

body {
	background-color: #F2E3FD;
	/* for IE > v7 =grumble= */
	text-align: center;
}

/* Fonts of Knowledge */

a:link {
	color: #6600CC;
}

a:visited {
	color: #990066;
}

a:hover {
	color: #CC9966;
	text-decoration: none;
}

h1 {
	font-size: 20px;
	color: #9933FF;
	font-family: serif;
}

h2 {
	font-size: 18px;
	color: #9933FF;
	font-family: serif;
}

h3 {
	font-size: 16px;
	color: #9933FF;
	font-family: serif;
}

h4 {
	font-size: 14px;
	color: #9933FF;
	font-family: serif;
}

h5 {
	font-size: 12px;
	color: #9933FF;
	font-family: serif;
}

h6 {
	font-size: 10px;
	color: #9933FF;
	font-family: serif;
}

p {
	font-family: serif;
	font-size: 14px;
	text-indent: 2em;
}

pre {
	font-family: serif;
	font-size: 14px;
}

p.small {
	font-family: sans-serif;
	font-size: 10px;
	text-indent: 2em;
}

u.title {
	font-style: none;
	font-size: 14px;
	color: #9933FF;
	font-family: serif;
	font-weight: bold;
	text-decoration: none;
}

.comment {
}

.georgia {
	font-family: "Georgia", serif;
	font-size: 14px;
}

/* Lists, Bullets, Rulers and Other Unnatural Stuff */

hr {
	clear: both;
	height: 5px;
	width: 55%;
	background-color: #FFFFFF;
	border-style: solid;
	border-width: 1px;
	border-color: #CD366B;
}

ul {
	list-style-image: url(gisitegraphics/sparklestar2.gif);
	font-family: serif;
	font-size: 14px;
}

ol {
	font-family: serif;
	font-size: 14px;
	margin-left: 0; 
	padding-left: 0;
}

li {
	margin-left: 150px; 
	padding-left: 5px;
}

/* Kit'n'Kaboodle */

div.cocoon {
	font-family: serif;
	font-size: 14px;	
	max-width: 720px;
	margin: auto;
	/* for IE > v7 =grumble= */
	text-align: left;
}

/* Pidgeonholes */

div.header {
}

div.content {
}

div.sidebar {
}

div.footer {	border-style: solid;
	border-width: 1px;
	border-color: #CD366B;
	background-color: #FFFFFF;
	clear: both;
	margin: 0;
	padding: .5em
}

div.webhost {
	border-style: solid;
	border-width: 1px;
	border-color: #CD366B;
	background-color: #FFFFFF;
	width: 160px;
	margin: 10px auto;
	padding: 10px;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	font-family: sans-serif;
}

/* What about our image */

img.banner {
}

/* Galleries */

div.img {
	float: left;
	margin: 6px;
	border: 1px solid #CD366B;
	height: auto;
	width: auto;
	background-color: #FFFFFF;
}

div.img img {
	display: inline;
	margin: 6px 6px 0 6px;
	border: 1px solid #0000FF;
}

div.img a:hover img {
	border: 1px solid #CC9966;
}

div.solo {
		top: 10%;
}

p.info {
	margin: 0 0 6px 0;
	font-family: sans-serif;
	font-size: 10px;
	text-indent: 0em;
	text-align: center;
}

/* Move It On Over */

.caption_left_top {
	float: left;
	margin: 0 10px 10px 0;
	padding: 6px;
	border: 1px solid #CD366B;
	height: auto;
	width: auto;
	background-color: #FFFFFF;
}

.caption_right_top {
	float: right;
	margin: 0 0 10px 10px;
	padding: 6px;
	border: 1px solid #CD366B;
	height: auto;
	width: auto;
	background-color: #FFFFFF;
}

.left_wing {
	float: left;
	width: auto;
	padding: 0 10px 0 0;
}

.right_wing {
	float: right;
	width: 50%;
	margin: 0 0 10px 0;
	padding: 0 0 0 10px;
	border-width: 0 0 0 1px;
	border-style: solid;
	border-color: #CD366B;
}

.centerist {
	clear: both;
	text-align: center;
}

/* Menu */

div.menu {
	float: left;
	clear: left;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
	padding-bottom: 5px;
	border-top: none;
	border-right: solid;
	border-bottom: groove;
	border-left: solid;
	border-width: 1px;
	border-color: #CD366B;
	background: url(gisitegraphics/menubg.jpg);
	width: auto;
}

div.menuhead {
	color: #CD366B;
	background: url(gisitegraphics/menuhead.jpg);
	font-family: sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-indent: 0;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 1px;
	border-bottom: groove;
	border-top: none;
	border-left: none;
	border-right: none;
	border-width: 2px;
	border-color: #00BFFF;
}

div.menuentree {
	font-family: sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-indent: 0;
	padding-left: 10px;
	padding-right: 10px;
}

.menuentree a:link {
	color: #0000FF;
	text-decoration: none;
}

.menuentree a:visited {
	color: #0000FF;
	text-decoration: none;
}

.menuentree a:hover {
	color: #CC9966;
	text-decoration: underline;
}

/* Footer stuff */

div.credits {
	font-weight: bold;
	font-size: 14px;
	font-family: sans-serif;
}

div.copyright {
	color: #CC9966;
	font-weight: bold;
	font-size: 14px;
	font-family: sans-serif;
}

div.w3c {
	float: right;
}

/* Lest we forget */

a img {
	border: none;
}

/* Last space here */
