*
{
	margin: 0;
	padding: 0;
	border: none;
	border-spacing: 0;
}

body
{
	background-color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: black;
	font-style: normal;
	font-weight: normal;
	text-align: center;
}

li{
	margin-left: 30px;
}

.clear
{
	clear: both;
	height: 0;
	line-height: 0; /* IE6 hack */
	font-size: 1px;	/* IE6 hack */
}

#main-panel
{
	margin: 0 auto;
	padding-top: 1px;
	width: 950px;
	background-color: #68A6AD;
	text-align: left;
}

#main-container
{
	margin-left: 25px;
	padding-bottom: 30px;
	width: 900px;
}

#main-header
{
	margin-top: 25px;
	margin-bottom: 20px;
	height: 170px;
	background-color: white;
	border: 1px solid black;

}

#main-header-alvarado
{
	float: left;
	margin-top: 15px;
	margin-left: 20px;
}

.main-header-menu-separator
{
	float: left;
	margin-top: 81px;
	margin-left: 15px;
	margin-right: 15px;
}

#main-header-menu-home
{
	float: left;
	margin-top: 83px;
	margin-left: 55px;
}

#main-header-menu-about
{
	float: left;
	margin-top: 83px;
}

#main-header-menu-contact
{
	float: left;
	margin-top: 83px;
}

#main-photo
{
	
	margin-bottom: 20px;
	border: 1px solid black;
}

.content-panel
{
	background-color: white;
	border: 1px solid black;
	padding: 25px;
}

.content-panel-center
{
	text-align: center;
}

.article-header
{
	margin-bottom: 15px;
	font-size: 14pt;
	font-weight: bold;
}

.article-subhead
{
	margin-bottom: 15px;
	font-weight: bold;
}

.article-text
{
	margin-bottom: 15px;
}

.article-text a { color: blue; text-decoration: none; }
.article-text a:hover { color: blue; text-decoration: underline; }

.article-divider
{
	margin-top: 25px;
	margin-bottom: 25px;
}

.article-divider-line
{
	background: black;
	height: 1px;
}

#register label{
	color: #737270;
}

.inlineNote{
	font-weight: bold;
	color: green;
}

.hidden{
	display: none;
}

.shown{
	display: block;
	margin-bottom: 48px;
}

.faq li{
	margin-bottom: 16px;
}