/* 1 - #5f2482 blue: #deb100, gold: 
 * 2- 5f2482 blue: deb100 gold;
 */
@media screen {
body	{
	font-family:Comic Sans MS,cursive, sans-serif;
	font-size:24px;
	background-color:#5f2482;
	background-image:url(/images/pbg1.gif);
	background-repeat:repeat-x;
	background-position:top left;
	background-attachment:fixed;
	margin:0px;
}
h1,h2,h3,h4	{
	font-size:30px;
	color:#deb100;
	margin-top:10px;
}
h4	{
	border-top:dotted 2px #5f2482;
	border-bottom:dotted 2px #5f2482;
	margin-bottom:10px;
}
address	{
	margin-left:auto;
	margin-right:auto;
	width:70%;
	padding-left:20px;
	padding-right:20px;
	border:ridge 1px #5f2482;
}
blockquote,q	{
	font-style:italic;
}
blockquote:before,blockquote:after	{
	content:'"';
}
img	{
	border:none;
}
.sponsors	{
	padding-top:30px;
	border-top:solid 1px #5f2482;
	text-align:justify;
}
.footer	{
	background-color:#5f2482;
	border-top-style:groove;
	border-bottom-style:groove;
	color:#deb100;
	font-size:12px;
	text-align:center;
	font-weight:bold;
	margin-left:auto;
	margin-right:auto;
	width:800px;
	margin-top:10px;
}
.footer a	{
	color:#deb100;
}
#banner	{
	margin-left:auto;
	margin-right:auto;
	display:block;
	z-index:5;
}
#bannerheart	{
	position:fixed;
	top:0px;
	right:0px;
	z-index:5;
	display:none;
}
#fpbanner	{
	padding:10px;
	padding-top:20px;
}
.image_poss	{
}
.image_alt	{
	display:none;
	border:solid 1px black;
}

#fpinvite	{
	width:300px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	font-weight:bold;
}

.fixme	{
	position:fixed;
}
#header	{
	width:100%;
	position:fixed;
	top:0px;
	left:0px;
	background:#5f2482;
	background-image:url(/images/pbg1.gif);
	background-attachment:fixed;
	background-repeat:repeat-x;
	overflow:hidden;
	height:200px;

	z-index:5;
}
.content, .header_content	{
	background-color:#eed88d;
	color:#5f2482;
	margin-left:auto;
	margin-right:auto;
	padding:0px;
	border:none;
	width:800px;
}
.content	{
	min-height:560px;
	padding-bottom:20px;
	margin-top:200px;
}
.header_content	{
	margin-top:10px;
}
.frontpage	{
	background-image:none;
	margin-top:10px;
}
.innercontent	{
/*	position:relative;
	top:-40px;*/
	width:742px;
	margin-left:auto;
	margin-right:auto;
	font-size:20px;
	background-color:#eeda8d;
	background-image:url(/images/heart2.png);
	background-position:center bottom;
	background-repeat:no-repeat;
	min-height:500px;
}
.innercontent>ul	{
	list-style-image:url(/images/bullet16x22.gif);
}
.innercontent li	{
	margin-bottom:10px;

}
li.pdf	{
	list-style-image:url(/images/pdf.gif);
}
.rounded	{
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}
.rounded_top	{
	-moz-border-radius:10px 10px 0px 0px;
	-webkit-border-radius:10px 10px 0px 0px;
	border-radius:10px 10px 0px 0px;
}
.rounded_bottom	{
	-moz-border-radius:0px 0px 10px 10px;
	-webkit-border-radius:0px 0px 10px 10px;
	border-radius:0px 0px 10px 10px;
}
a	{
	text-decoration:none;
}
a>img	{
	border:none;
}
a.rounded	{
	padding-left:10px;
	padding-right:10px;
	text-decoration:none;
	background:#5f2482;
	color:#deb100;
}
.innercontent a,.innercontent a:visited	{
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}
a.rounded:hover,.innercontent a,.innercontent a:visited	{
	background-color:#deb100;
	color:#5f2482;
}
.innercontent a:hover	{
	color:#deb100;
	background-color:#5f2482;
}
a.imglink,a.imglink:hover,a.imglink:visited	{
	background:#eeda8a;
	border:none;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	border-radius:0px;

}
.emph	{
	font-weight:bold;
}
p.emph	{
	font-size:28px;
	text-align:center;
}
.menubar	{
/*	position:relative;
	z-index:1;
	top:-90px; */
/*	padding-top:150px; */
	width:740px;
	margin-left:auto; 
	margin-right:auto;
	font-size:18px;
	border-bottom:1px solid #5f2482;
}
.menu_item,.menu_item_last	{
	
}
.menubar a, .submenu a	{
	margin-left:2px;
	margin-right:2px;
	padding-left:2px;
	padding-right:2px;
	text-decoration:none;
	background:#5f2482;
	color:#deb100;
	/*z-index:10;*/
}
.menubar a:hover, .submenu a:hover	{
	background-color:#deb100;
	color:#5f2482;
}
.menu_item_level_0>a	{
	-moz-border-radius:10px 10px 0px 0px;
	-webkit-border-radius:10px 10px 10px 10px;
	border-radius:10px 10px 10px 10px;
}
.submenu	{
	background-color:#5f2482;
	font-size:18px;
}

div.submenu>span	{
	border:solid 1px #deb100;
}
div.submenu>span:hover	{
	border:solid 1px #5f2482;
	background-color:#deb100;
}
span.corners-top, span.corners-bottom, span.corners-top span, span.corners-bottom span {
	font-size: 1px;
	line-height: 1px;
	display: block;
	height: 5px;
	background-repeat: no-repeat;
}

span.corners-top {
	background-image: url(/images/corners_left.gif);
	background-position: top left;
	margin: 0px;
}

span.corners-top span {
	background-image: url(/images/corners_right.gif);
	margin:0px;
	background-position: top right;
}

span.corners-bottom {
	background-image: url(/images/corners_left.gif);
	background-position: 0px -5px; 
	clear: both;
}

span.corners-bottom span {
	background-image: url(/images/corners_right.gif);
	background-position: bottom right;
}
.printable_img	{
	display:none;
}
}
