html
{
	background-color: black;
}
#custom-doc 
{ 
	width:62.38em;*width:60.88em;min-width:811px; margin:auto; text-align:left; 
}
.yui-t3 .yui-b {
	float: left;
	width: 17.0769em;
	*width: 16.50em;
}

.yui-t3 #yui-main .yui-b {
	margin-left: 18.0769em;
	*margin-left: 17.62em;
}
body
{
	background-color: black;
}
h1
{
	font-size: 182%;
	font-weight: bold;
	color: #EA4498;
}
h2
{
	font-size: 153.9%;
	font-weight: bold;
	color: #EA4498;
	margin-top: .5em;
}
h3
{
	font-size: 123.1%;
	font-weight: bold;
	color: #EA4498;
	margin-top: .5em;
}
h4
{
	font-size: 108%;
	font-weight: bold;
	color: #EA4498;
}
em 
{
	/*bringing italics back to the em element*/
	font-style:italic;
}
strong 
{
	font-weight: bold;
}
blockquote,ul,ol,dl 
{
	/*giving blockquotes and lists room to breath*/
	margin:1em;
}
ol,ul,dl 
{
	/*bringing lists on to the page with breathing room */
	margin-left:2em;
}
ol li 
{
	/*giving OL's LIs generated numbers*/
	list-style: decimal outside;	
}
ul li 
{
	/*giving UL's LIs generated disc markers*/
	list-style: disc outside;
}
.button
{
	color: #EA4498;
	background-color: #F5B6D3;
	font-weight: bold;
	font-size: 108%;
	padding: .2em .4em .2em .4em;
}
#errors
{
	color: red;
}
.errHilite
{
	border: 1px solid red;
}
.hilite
{
	color: #EA4498;
	font-weight: bold;
}
#hd
{
	border-top: 20px solid black;
	height:109px;
	background: black url(/images/HdTop.png) no-repeat;
}
#bd
{
	background: white url(/images/HdBottom.png) no-repeat;
}
#menu
{
	width: 170px;
	border: 2px solid #EA4498;
	background-color: #F194BE;
	margin-left: 50px;
}
#menuHd
{
	height: 97px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
#menuButtons
{
	margin-top: 15px;
	margin-bottom: 15px;
}
#menuButtons p
{
	text-align: center;
	height: 24px;
	margin-bottom: 15px;
}
#menuButtons p li
{
	width: 82px;
}
#menuJoin
{
	border: 1px #EA4498 solid;
	background-color: white;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: right;
	margin-left: 5px;
	margin-right: 5px;
}
#menuJoin .hd
{
	background-color: #EA4498;
	color: white;
	text-align: center;
	font-weight: bold;
	padding-top: 4px;
	padding-bottom: 4px;
}
#menuJoin .controls
{
	padding: 5px;
}
#menuJoin .label
{
	font-weight: bold;
	text-transform: uppercase;
	margin-right: 5px;
}	
#EmailInput
{
	width: 95px;
}	
#GoButton
{
	margin-top: 5px;
	width: 50px;
}
#menuFt
{
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
#leftFt
{
	width: 170px;
	margin-top: 5px;
	margin-left: 50px;
	text-align: center;
	font-size: 90%;
}
#contentFt
{
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
#contentFt
{
	font-size: 90%;
	margin-top: 10px;
}
#contentFt .links
{
	margin-top: 10px;
}
#contentFt .links a
{
	margin-left: 5px;
	margin-right: 5px;
}
#contentFt .links a, #contentFt .links a:visited
{
	color: black;
}
#contentFt .links a:active, #contentFt .links a:hover
{
	color: #EA4498;
}
#ft
{
	border-bottom: 20px solid black;
}
/* Home Page */
#homePage
{
	margin-right: 10px;	
}
#homeLogo
{
	margin-left: 90px;
}
#homePage h1 
{
	font-size: 197%;
}
#homePage h2
{
	color: black;
}
/* Articles */
#article
{
	margin-right: 10px;
}
#article .contentLinks
{
	margin-top: 60px;
}
#article .contentLinks td
{
	vertical-align: top;
}
#article .content
{
	padding-right: 1em;
}
#article .links
{
	font-style: italic;
	font-size: 85%;
	border-left: 1px solid black;
	padding-left: .5em;;
}
#article .leftImage
{
	float: left;
	margin: 0 1em .5em 0;
}
.quote
{
	color: #EA4498;
	font-size: 123.1%;	
	text-align: center;
	float: right;
	margin: 1em;
}
/* Forms */
#form
{
	margin-right: 10px;
}
#form .title
{
	font-weight: bold;
	text-align: right;
	padding-right: 1em;
}
/* Gallery */
#gallery .thumbnail
{
	margin: .25em;
}
#gallery .full
{
	margin-left: 1em;
}
/* Directions */
#directions p
{
	margin-bottom: 1em;
}