/* Revision: 07 */

body 
{
	text-align: center;
}

#container 
{
	width: 740px;
	margin: 0 auto;
	font-size: 12px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #333;
	background-color: white;
}

#menu 
{
	text-align: center;
	padding-bottom: 1em;
}

#menu img
{
	border-width: 0px 0px 0px 0px;
}

#content {
	text-align: left;
}

#footer {
	text-align: center;
	font-style: italic;
	font-size: small;
	background-color: #EEEEEE;
	margin-top: 2em;
	padding: 1em;
}

#videos {
	text-align: center;
	visibility:hidden;
}

table {
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: auto;
	margin-right: auto;
}

table td {
	vertical-align: top;
}

h1,h2,h3,h4 {
	color: #444;
	text-align: center;
	margin-top: 1em;
	margin-bottom: 1em;
	font-size: small;
}

li {
	list-style-type: circle;
	margin-bottom: 1em;
}

a {
	color: #09c;
	text-decoration: none;
	font-weight: 600;
}
a:link {color: #09c;}
a:visited {color: #07a;}
a:hover {background-color: #eee;}

.center {
	text-align: center;
}

.bold {
	font-weight: bold;
}

.u {
	text-decoration: underline;
}

.pictures {
	text-align: center;
	margin-top: 1em;
	margin-bottom: 1em;
}

.disclaimer {
	font-style: italic;
	border: 1px dashed #555555;
	background-color: #EEEEEE;
	margin: 1em;
	padding: 1em;
}

.msgbox_red {
	font-style: italic;
	border: 1px dashed #FF5555;
	background-color: #FFEEEE;
	margin: 1em;
	padding: 1em;
}

.msgbox_green {
	font-style: italic;
	border: 1px dashed #55FF55;
	background-color: #EEFFEE;
	margin: 1em;
	padding: 1em;
}

.table_bd {
	border-width: 1px 1px 1px 1px;
	border-style: outset outset outset outset;
}

.table_bd th {
	border-width: 1px 1px 1px 1px;
	border-style: inset inset inset inset;
}

.table_bd td {
	border-width: 1px 1px 1px 1px;
	border-style: inset inset inset inset;
}

.no_border {
	border-width: 0px 0px 0px 0px;
}

blockquote {
	quotes: "\201C" "\201D";
	display: block;
	padding: 0 40px;
	width: 600px;
}

blockquote:before, blockquote:after {
	color: #69c;
	display: block;
	font-size: 700%;
	width: 50px;
}

blockquote:before {
	font-family: Arial, sans-serif;
	content: open-quote;
	height: 0;
	margin-left: -0.55em;
}

blockquote:after {
	font-family: Arial, sans-serif;
	content: close-quote;
	height: 50px;
	margin-top: -55px;
	margin-left: 580px;
}

blockquote i {
	color: #07a;
}

#instructors {
	border-spacing: 0em 4em;
}

#instructors blockquote {
	width: 400px;
}
#instructors blockquote:after {
	margin-top: -48px;
	margin-left: 405px;

}


.apple_overlay {
	display:none;
	background-image:url(/img/overlay/white.png);
	width:640px;
	padding:35px;
	font-size:11px;
}

.apple_overlay .close {
	background-image:url(/img/overlay/close.png);
	position:absolute; right:5px; top:5px;
	cursor:pointer;
	height:35px;
	width:35px;
}