html, body
{
	font-size:12px;
	line-height: 21px;
	color: #444;
	font-family: verdana,Helvetica,Arial,sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	background: #f3f3f3;
}

h1
{
	font-weight: bold;
	color: #007ac3;
	font-size: 2.5em;
	line-height: .5em;
	margin: .25em 0 .75em 0;
}

h2
{
	color: #1371aa;;
	font-weight: bold;
	font-size: 1.5em;
	line-height: 1em;
	margin: 1.25em 0 .75em 0;
	text-decoration:underline;
}

h3
{
	color: #1371aa;
	font-size: 1.41667em;
	line-height: .6em;
	font-weight: bold;
	margin: .25em 0 .75em 0;

}

h4
{
	color: #000;
	font-size: 1.1667em;
	line-height: 1em;
	font-weight: bold;
	margin: 1.25em 0 .5em 0;
}

h5
{
	color: #fff;
	font-size: 12px;
	background-color:#999;
	text-align:justify;
	dispaly:block;
	padding:2px;
}

strong
{
	color: #1371aa;
	font-weight: bold;
	border-bottom:dashed 1px #1371aa;
}

em
{
	font-style: italic;
	line-height: 1.75em;
}

p
{
	font-size: 1em;
	line-height: 1.75em;
	margin: .25em 0 1.5em;
	color: #444;
	FONT: 13px/1.61em Georgia, Palatino, "Palatino Linotype", serif;
}
td, td a, th, th a, span
{
	line-height: 1.3333em;
}

a
{
	color: #0e82c7;
	text-decoration: none;
	font-size: inherit;
	font-weight: bold;
}

a:hover
{
	text-decoration: underline;
}

ul, ol
{
	margin: .833em 0;
	padding-left: 2em;
}
ul
{
	list-style-type: disc;
}
ol
{
	list-style-type: decimal;
}
ul li, ol li
{
	line-height: 1.5em;
}

.accordion_headings{
	padding:5px;
	background:#999;
	color:#fff;
	cursor:pointer;
	font-weight:bold;
	margin-bottom:3px;
}

.accordion_headings:hover{
	background:#ccc;
}

.accordion_child{
	padding:15px;
	font-size:14px;
	color: #007ac3;
	font-weight:bold;
}

.header_highlight{
	background:#e1e1e1;
	color:#666;
	border-right:7px #007ac3 solid;
}

#maincontent{
	border:5px solid #EEE;
	padding:5px;
	float:left;
}

#title{
	text-align:center;
	padding:15px;
	font-size: 1.5em;
	line-height: .5em;
}

/* Page Specific
 ---------------------------------------------------------------------*/

#container 
{
	margin:0 auto 10px;
	width:820px;
}
.description 
{
	float:left;
	width:820px;
	background:#fff;
	border:solid 1px #dedede;
	padding:20px;
}
.license
{
	float:left;
	width:820px;
	font-size:10px;
	text-align:center;
	color:#eee;
	background:#666;
	margin:10px auto 0px;
	padding-left:20px;
	padding-right:20px;
}


table.schedule_table tr td
{
text-align: right;
padding: 10px;
padding-left: 3px;
border-bottom: 1px dashed #999;
}

table.schedule_table thead tr td
{
text-align: left;
color: #666;
font-weight: bold;
padding-left: 5px;
font-size: 13px;
border-bottom: 1px solid #666;
}








