@charset "UTF-8";
/* CSS Document */

body{
	margin: 0px;
	padding: 0px;
	background-color:#FFFFFF;
	background-image:url(images/yc09_bg.gif);
	background-repeat:repeat-x;
	font-family: Trebuchet, "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 11px;   
    line-height: 1.5em; /* equal to 18px */  
	color:#333333; 
}
p, li {
	font-family:Trebuchet, "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 1em;
	line-height: 1.5em;
}
p {
	margin-top:0px;
}
a {
	color:#FFFFFF;
	text-decoration:none;
	}
a:hover, a:active {
	text-decoration:underline;
	}
input, textarea, select {
	margin: 0;
	padding: 1px;
	font-size: 100%;
	font-family: inherit;
}
table, td {
	font-size: 100%;
	font-family:Trebuchet, "Trebuchet MS", Arial, Verdana, sans-serif;
}
/* ---------------------------------------------------------------*/

#page{
	width:640px;
	margin:0px auto;
}
#header{
	height: 135px;
	padding-top:1px;
	background-image:url(images/yc10_header.gif);
	background-repeat:no-repeat;
}
#header img{
	float:right;
	}
#header h1{
	color:#FFFFFF;
	margin-top:30px;
	font-size:20px;
	}
h2 {
	color: #F7941E;
}
h4{
	border-bottom: 1px solid #333333;
	margin-top:25px;
	margin-bottom:7px;
	font-size:1.1em;
	font-weight:bold;
}
.formTxt, .formTable{
	margin-left:10px;
	margin-right:10px;
}
.formTable td{
	padding-bottom:4px;
	padding-right:2px;
	}

.ast {color: #FF6600}

.wid30{
	width:180px;
}	
.wid50p{
	width:50px;
}
.wid260p{
	width:260px;
}

.wid310p{
	width:310px;
}
.wid220p{
	width:220px;
}

.dates td{
	padding-left:15px;
	padding-right:0px;
}

.date {
	width:65px;
	display:block;
	float:left;
	
}

.day {
	float:left;
	width:25px;
	display:block;
	color:#FF6600;
}

#footer{
	background-color:#302F30;
	background-image:url(../images/footer_tile.gif);
	background-repeat:repeat-x;
	background-position:top;
	vertical-align:top;
	line-height:normal;
	text-align:center;
	margin-bottom:0px;
	height:370px;
	}
#footerText{
	margin-top:10px;
	font-size: 0.9em;
	color:#CCCCCC;
	margin-bottom: 15px;
	line-height:normal;
	}
#footerText a {
	color:#FF6600;
	text-decoration:none;
	}
#footerText a:hover, a:active {
	text-decoration:underline;
	}

/* SAFARI HACK */  
@media screen and (-webkit-min-device-pixel-ratio:0) {
    body { background-color: FFFFFF; }
}
