/* Adult Registration CSS */
div.registration
{
	font-family: "GoudyReg";
    font-size: .9em;
    background-color: #e30e0e;
	border-radius: .2em;
	border: .1em black solid;
	margin-top: 0em;
	margin-bottom: 0em;
	padding: .3em 1.2em;
}
div.registrationtop
{
    font-size: .9em;
	border-radius: 1em 1em 0em 0em;
	box-shadow: 0em -.5em .5em 0em #888888 inset;
	padding: .49em .49em 1em .49em;
	border-top: .1em black solid;
	border-left: .1em black solid;
	border-right: .1em black solid;
	margin: 1em .49em 0 .49em;
}
div.registrationbottom
{
    font-size: .9em;
	border-radius: 0em 0em 1em 1em;
	box-shadow: 0em .7em .7em 0em #888888 inset;
	padding: 1.2em .49em .49em .49em;
	border-bottom: .1em black solid;
	border-left: .1em black solid;
	border-right: .1em black solid;
	margin: 0em .49em 0 .49em;
}
.reg1
{
	font-family: "GoudyReg";
	text-align: center;
	font-size: 1.3em;
	font-weight: bold;
	margin-top: .2em;
	margin-bottom: .6em;
	margin-left: .2em;
	margin-right: .2em;
}
.reg2
{
	font-family: "GoudyReg";
	text-align: center;
	line-height: 1.4em;
	margin-top: 1em;
	margin-bottom: 0em;
}
.reg3
{
	font-family: "GoudyReg";
	text-align: center;
	line-height: 1.4em;
	margin: 0em;
}
.promo
{
	font-family: "GoudyReg";
	text-align: center;
	margin: 0;
	padding: .2em 0 0 0;
	font-weight: bold;
}
.promo1
{
	font-family: "GoudyReg";
	text-align: center;
	margin: .5em;
	padding: .42em .3em .3em .3em;
	border: .2em double black;
	background-color: white;
	box-shadow: 0em 0em .8em black;
}
.promo2
{
	font-size: .849em;
}
.promo3
{
    text-decoration: none;
}
.hrpro
{
    margin-top: 0em;
    margin-bottom: .49em;
    margin-left: 30%;
    margin-right: 30%;
    font-size: .2em;
}

/* Author Bio CSS */
.biophoto
{
	margin-top: 0em;
	margin-bottom: 0em;
	text-align: center;
}
.biocaption
{
    font-size: .7em;
	margin-top: .3em;
	margin-bottom: 0em;
	text-align: center;
}
.biobio1
{
	margin-top: 1.2em;
	margin-bottom: 1.2em;
	text-indent: 0em;
	text-align: justify;
}
.biotxit
{
    font-style: italic;
}
.biomeet1
{
    font-size: .8em;
	margin-top: 0em;
	margin-bottom: 0em;
	text-align: center;
	font-weight: bold;
}
.biomeet2
{
    font-size: 1.2em;
	margin-top: 0em;
	margin-bottom: 1em;
	text-align: center;
	font-weight: bold;
}
.biocredit
{
    font-size: .7em;
	margin-top: .2em;
	margin-bottom: 0em;
	text-align: center;
}
.biobox
{
    margin-left: .3em;
    margin-right: .3em;
    padding: .49em;
    background-color: ghostwhite;
    border-radius: 1em;
    box-shadow: .2em .3em .2em #888888;
}
.biomeetkid1
{
    font-family: "TradeBio";
    font-size: .8em;
    text-align: center;
    margin: 0em;
}
.biomeetkid2
{
    font-family: "TradeBio";
    text-align: center;
    font-weight: bold;
    margin: 0em;
}

/*Teen Registration CSS*/
.tregistrationtop
{
	border-top: .1em solid #6c0004;
	border-left: .1em solid #6c0004;
	border-right: .1em solid #6c0004;
	border-radius: .7em .7em 0 0;
	margin-top: .49em;
	margin-left: .4em;
	margin-right: .4em;
	box-shadow: .2em .3em .2em 0em #888888 inset;
	padding-left: 1.4em;
	padding-right: 1.4em;
}
.tregistrationbottom
{
	border-bottom: .1em solid #6c0004;
	border-left: .1em solid #6c0004;
	border-right: .1em solid #6c0004;
	border-radius: 0 0 .7em .7em;
	margin-left: .4em;
	margin-right: .4em;
	box-shadow: -.2em -.3em .2em 0em #888888 inset;
	padding-left: 1em;
	padding-right: 1em;
}
.treg1
{
	font-family: "TradeReg";
	font-weight: bold;
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0em 0 .8em 0;
}
.treg3 
{
	font-family: "TradeReg";
	text-align: center;
	font-size: .849em;
	line-height: 1.4em;
	margin-top: 0em;
	margin-bottom: 1.2em;
}
.treg4 
{
	font-family: "TradeReg";
	text-align: center;
	font-size: .849em;
	line-height: 1.4em;
	margin-top: 1.4em;
	margin-bottom: 0em;
}
.tpromo
{
	font-family: "TradeReg";
	font-weight: bold;
	text-align: center;
	font-size: 1.2em;
	margin: 0em;
	text-decoration: none;
}
.tregistration
{
	margin-left: 15%;
	margin-right: 15%;
	text-align: center;
	margin-top: 0em;
	margin-bottom: 0em;
	border: .1em solid black;
	border-radius: .25em;
	padding: .5em .3em .3em .3em;
	background-color: #f0383f;
	box-shadow: .2em .3em .2em #888888;
}
.tpromo3
{
	color: ghostwhite;
	text-decoration: none;
}
.tpromo1
{
	font-size: .8em;
}
.thrtop
{
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 20%;
	margin-right: 20%;
	text-align: center;
}
.thrbot
{
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 20%;
	margin-right: 20%;
	text-align: center;
}

/* Contents Page CSS */
.contentstitle
{
    font-size: 1.2em;
    margin-top: 10%;
    margin-bottom: 0;
    text-align: left;
    text-indent: 0;
}
.contentshr
{
    margin-top: 0;
    margin-bottom: 1em;
    margin-right: 20%;
}
.contentstoc
{
    margin-top: 0;
    margin-bottom: 0;
    text-align: left;
    padding-left: 1em;
    text-indent: -1em;
}
.contentstoci
{
    margin-top: 0;
    margin-bottom: 0;
    text-align: left;
    margin-left: 1em;
    padding-left: 1em;
    text-indent: -1em;
}
.contentstocb
{
    margin-top: 0;
    margin-bottom: .6em;
    text-align: left;
    padding-left: 1em;
    text-indent: -1em;
}

/* Disclaimer CSS */
.disclaimer1
{
    margin-top: 5%;
    margin-bottom: 0;
    text-align: left;
    text-indent: 0;
    line-height: 1.4;
}
.disclaimer2
{
    margin-top: 0;
    margin-bottom: 0;
    text-align: justify;
    text-indent: 1.2em;
    line-height: 1.4;
}
.disclaimer3
{
    margin-top: .5em;
    margin-bottom: 0;
    text-align: center;
    line-height: 1.4;
}

/* Author Bio CSS */
.bio_1
{
    text-align: center;
    margin-top: 15%;
    margin-bottom: 0;
    font-size: 1.3em;
}
.bio_2
{
    text-align: center;
    font-size: .7em;
    margin-top: 1.5em;
    margin-bottom: 1.1em;
    line-height: 1.5;
}
.bio_3
{
    text-align: justify;
    margin-top: 0;
    margin-bottom: 1.8em;
    text-indent: 0;
}
.bio_4
{
    font-family: "TradeBio";
    font-size: .8em;
    margin-top: 0;
    margin-bottom: 0em;
    text-align: center;
    font-weight: bold;
}
.bio_5
{
    font-family: "TradeBio";
    font-size: 1.28em;
    margin-top: 0;
    margin-bottom: 0em;
    text-align: center;
    font-weight: bold;
}
.bio_6
{
    font-family: "TradeBio";
    font-size: .8em;
    margin-top: 0em;
    margin-bottom: 0em;
    text-align: center;
    font-weight: bold;
}

/* Misc CSS */
a
{
    text-decoration: none;
}
.imagefp
{
	margin: 0;
	height: 98%;
	text-align: center;
}
.fnHr
{
    margin-top: 1.5em;
    margin-bottom: .5em;
}
@font-face
{
    font-family: "GoudyReg";
    src: url(../font/RegistrationGoudySans-Book.otf);
    font-style: normal;
    font-weight: normal;
}
@font-face
{
    font-family: "GoudyReg";
    src: url(../font/RegistrationGoudySans-Medium.otf);
    font-style: normal;
    font-weight: bold;
}