/******BASICS******/

a:link {
	color: #000066;
	text-decoration: underline;
	}
a:visited {
	color: #330066;
	text-decoration: underline;
	}
a:active, a:hover {
	color: #ffffff;
	text-decoration: underline;
	}

body {
	font-family: "Century Gothic", Arial, Verdana, Sans-serif;
	background-color: #d5d9f2;
	margin: 0px;
	padding: 0px;
	text-align: center;
	}

h1 {
	text-align: center;
	text-indent: 0;
	font-family: "Century Gothic", Arial, Verdana, Sans-serif;
	}
h1.SiteTitle {
	margin-bottom: -10px;
}
h2 {
	text-align: center;
	font-family: "Century Gothic", Arial, Verdana, Sans-serif;
	text-indent: 0;
	}
h3 {
	font-family: "Century Gothic", Arial, Verdana, Sans-serif;
	text-indent: 0;
	}
h4 {
	font-family: "Century Gothic", Arial, Verdana, Sans-serif;
	text-indent: 0;
	}

p.centered {
	text-align: center;
	text-indent: 0;
	}
p.ind {
	text-indent: 3%
	}

UL {
	list-style-type: none;
}
UL LI {
	margin: 0px 20px 0px -20px;
}

.PageNote {
	text-align: center;
	font-family: "Century Gothic", Arial, Verdana, Sans-serif;
	font-size: 11pt;
	padding: 0px 20px;
}

P {
	text-align: center;
	font-family: "Century Gothic", Arial, Verdana, Sans-serif;
	font-size: 11pt;
	padding: 0px 20px;
}

.NoteTitle {
	line-height: 80%;
	margin-bottom: -10px;
}

span.top {
	font-family: "Century Gothic", Arial, Verdana, Sans-serif;
	text-align: center;
	font-size: 12;
	border-width: 0px;
	color: #000000;
	background-color: #eef5fb;
	}
span.top a:link {
	color: #b3b39a;
	text-decoration: none;
	}
span.top a:visited {
	color: #b3b39a;
	text-decoration: none;
	}
span.top a:active, span.top a:hover {
	color: #8c6493;
	text-decoration: none;
	}
span.top img, span.here img {
	padding-top: 5px;
	margin-right: -0.15em;
	margin-left: -0.15em;
}
span.here {
	font-family: "Century Gothic", Arial, Verdana, Sans-serif;
	font-size: 12;
	text-align: center;
	color: #efedd9;
	border-width: 0px;
	background-color: #eef5fb;
	}

.blockquote {
	width: 300px;
	margin: auto;
	font-size: 12px;
	font-style: italic;
	}

.left {
	float: left;
	}

span {
	font-size: 200%;
	font-family: cursive;
	line-height: 100%;
}

img {
	border: none;
}

table {
	margin: auto;
}

dl {
	width: 50%;
	margin: auto;
	text-align: left;
}

/******SPECIFICS******/


#block {
	font-family: "Century Gothic", Arial, Verdana, Sans-serif;
	font-size: 11pt;
	width: 692px;
	background-color: #bcd6f1;
	margin: auto;
	margin-top: 10px;
	border: solid white 5px;
	text-align: center;
	}

div.idofooterwrap {
    	margin: auto;
	padding-top: 8px;
	text-decoration: none;
	font-size: 10px;
	line-height: 14px;
	width: 692px;
}

a.idofooter:link {
	text-decoration: none;
}

a.idofooter:visited {
	text-decoration: none;
}

div.logo {
        float: left;
        margin: 0px 10px 10px 0px;

}

div.footerleft {
        margin: 0px 145px;
        padding: 0px;
        text-align: center;
}

div.footerright {
        margin: 0px 145px;
        padding: 0px;
        text-align: center;
}

div.footerbottom {

}

p.copyright {
        margin: 0px 145px;
        text-align: center;
	font-size: 10px;
}

/* Fucking IE \*/
* html div#nav img {
	margin-bottom: -3px;
}
* html div#nav div img {
	margin-top: 5px;
}
/* End Mac hack */
* html div#block {
	width: 702px;
}