
BODY	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	margin:0;
	background:#CDBFF2;
	text-align: center;
	color:black;
}

h1	{
	text-align: center;
	margin-left: 30px;
	margin-right: 30px;
	margin-top: 30px;
	margin-bottom: 30px;
	font-size: 200%;
}
h2	{
	text-align: left;
	margin-left: 30px;
	margin-right: 30px;
	margin-top: 30px;
	margin-bottom: 30px;
	font-size: 200%;
}
h3	{
	text-align: center;
	margin-left: 30px;
	margin-right: 30px;
	margin-top: 30px;
	margin-bottom: 30px;
	font-size: 150%;
}

.quote {
	font-family: Garamond,Times,serif;
	font-size: medium;
	font-style: italic;
	text-align: center;
	margin: 10px;
}
p	{
	text-align: left;
	margin-left: 30px;
	margin-right: 30px;
	margin-top: 10px;
	margin-bottom: 10px;
}
ul	{
	text-align: left;
	list-style-position: inside;
}
ol      {
        text-align: left;
        list-style-position: inside;
}
dl	{

	text-align: left;
	list-style-position: inside;
	margin-left: 30px;
	margin-right: 30px;
	margin-top: 10px;
	margin-bottom: 10px;
}

div.content {
        font-family: Arial, Helvetica, sans-serif;
	margin-left: auto;
	margin-right: auto;
	width: 832px;
	min-height: 380px;
	border: 1px solid #4E4B70;
	background: #E1FB93;
}

div.sponsor {
        font-family: Arial, Helvetica, sans-serif;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	width: 832px;
}

/* Navigation */
div.nav	{
	margin-left: auto;
	margin-right: auto;
	width: 832px;
	min-height: 22px;
	border: 1px solid #4E4B70;
	background: #B5D065;
}

/* Fix IE. Hide from IE Mac \*/
* html ul.nav li { float: left; height: 1%; }
* html ul.nav li a { height: 1%; }
/* End */

ul.nav,
.nav ul {
/* remove spacings from list items*/
	padding: 0;
	margin: 0 auto;
	cursor: default;
	list-style: none;
}

ul.nav {
/* our basic nav style */
	display: table;
	text-align: center;
}

ul.nav li{
/* Main list cells*/
	display: table-cell;
	position: relative;
	text-align: center;
	padding: 2px 4px;
	font-size: 16px;    /* IE uses the a ref and mozilla uses both */
	font-weight: bold;
	float: left;
}

/*Make the sub list items invisible*/
ul.nav li ul{
	display: none;
	position: absolute;
	top: 27px;
	/*max-width: 60ex;*/
	/*margin-left: -6px;*/
	/*margin-top: 26px;*/
	font-size: 80%;
	font-weight: normal;
}

/* This will work in IE only if DOCTYPE is set in the html*/
ul.nav li:hover ul{
/*When hovered, make them appear*/
	display: block;
}

.nav ul li a{
/*Make the hyperlinks as a block element, sort of a hover effect*/
	padding: 2px 8px;
	/* IE uses this only but all else inherit from the base ul li */
        display: block;
	position: relative;
	text-align: center;
        font-weight: bold;
	font-size: 16px;
	float: left;
}

/*** Menu colors (customizable) ***/

ul.nav,
.nav ul,
.nav ul li a{
	background-color: #B5D065;
	color: #000000;
}
ul.nav li:hover,
.nav ul li a:hover{
	background-color: #4E4B70;
	color: #B5D065;
}
ul.nav li:active,
.nav ul li a:active{
	background-color: #4E4B70;
	color: #B5D065;
}
ul.nav,
.nav ul{
	/*border: 1px solid #4E4B70;*/
}
.nav a{
	text-decoration: none;
}

/* Images */
.imageborder {
	border: 1px solid #4E4B70;
}
.imageright {
	border: none;
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
}
.imageleft {
	border: none;
	float: left;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
}

.photoleft {
        border: 1px solid #4E4B70;
	float: left;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
}
.photoright {
        border: 1px solid #4E4B70;
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
}

address {
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}


/* Link behavior */
:link {color: #4E4B70; text-decoration: none;}
/* :visited {color: #4E4B70; text-decoration: none;}
:focus {color: #4E4B70; text-decoration: none;}
:hover {background: #4E4B70; color: #B5D065;}
*/
