body { 
	background-color:#000000;
	background-image:url(images/bg_line.gif);
	background-repeat:repeat-x;
	background-position:top;
	color:#ccc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:80%;
}

/******************* layout *****************/
div.container {
	margin-top:50px;
}
div.leftImage {
	float:left;
	margin: 0px 20px 20px 20px;
}

div#rightContent {
	margin-left: 250px;
	width: 75%;
}

#head {
	margin: 50px 50px 20px 20px;
}

div.scheduleList {
	margin-left: 250px;
	margin-top: 40px;
	width: 550px;
}

div.scheduleItem {
	padding: 5px;
}

div.menu {
	top: 5px;
	text-align:center;
	width: 100%;
	position:absolute;
	display: table;
	border-bottom: 2px solid #ff7a02;
}

img.main {
	margin-left: auto;
    margin-right: auto;
	display: block;	
}
/******************* text styling *****************/
/*th {font-size: 11pt; text-align: left}*/

#head {
	align: center; 
	color: gray; 
	font-family: Verdana, Arial, Helvetica, sans-serif
}

.scheduleItem dd:first-child {
	color:#CD3700;
}

.scheduleItem dd {
	font-weight: bold;
	margin-left: 0px;
	padding-left: 0px;
	margin-top: 5px;
	margin-bottom:3px;
	padding-bottom:0px;
}

.scheduleItem dt {
	margin-top: 3px;
	margin-bottom: 5px;
	padding-top: 0px;
	padding-left: 10px;
}

#bio th {
	color: #CD3700;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #ff7a02;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}

a { 
	font-weight:bold;
}

.menu .separator {
	color: #ff7a02;
	font-weight:bold;
}

.menu .currentPage {
	color: #ff7a02;
	font-weight:bold;
}

h1 {
	color: red; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	text-align: left; 
	font-size: 80%; 
	top: 150px
}

h2 {
	color: #CD3700;
}

h3 {
	color: #ff7a02;
}

/******************* lists *****************/
ul li {
	list-style-type: none;
	padding: 0;
	margin: 0;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 4px;
	padding-left: 16px;
	line-height: 2em;
}

ul.shortList {
	font-size: 120%;
}