* {margin:0;padding:0;} 

/* must declare 0 margins on everything, also for main layout components use padding, not 
vertical margins (top and bottom) to add spacing, else those margins get added to total height 
and your footer gets pushed down a bit more, creating vertical scroll bars in the browser */

html, body, #wrap {height: 100%; font-size:100.01%;}

body > #wrap {height: auto; min-height: 100%;}

body{
font-size: 12px;
line-height: 1.75; /* Baseline grid of 21px */
font-family: Helvetica,Arial, sans-serif;
background: #FFEF00;
color: #000;
}

html>body {
 font-size: 12px;
}

.logo{
width:480px;
height: 42px;
margin: 0 0 42px 0;
padding: 0;
overflow: hidden;
display: block;
text-indent: -9999px;
background: url(../images/resources/cy_title.gif);
}

#intro{
clear: both;
display: block;
overflow: hidden;
}


h1, h2, p, .vcard{
text-transform: uppercase;
font-weight: bold;
} 

#container{
padding: 20px 40px;
overflow: hidden;
width: 960px;
}

/* 32px */
h1 {
	font-size: 2em;
	line-height: 0.875em;
	margin-top: 0;
	margin-bottom: 0.875em;
font-weight: bold;
/* text-shadow: #fff 1px 1px 0px; */
}




/* 21px */
h2{ 
	font-size: 1.75em;
	line-height: 1em;
	margin-top: 1em;
	margin-bottom: 1em;
}

a{
color: #000;
}

a:hover{
text-decoration: none;
}

p, table{
font-size: 1.166667em;
	line-height: 1.5em;
}


.hidden{
display: none;
}

.announcements{
margin-top: 4em;
margin-bottom: 18em;
}

.info_col, .info_col_alt{
width: 360px;
margin-right: 120px;
overflow: hidden;
float: left;
margin-bottom: 4em;
}

.info_col_alt{
margin-right: 0;
}

table{
width: 100%;
}

table td.date{
width: 160px;
}

table td{
vertical-align: top;
padding-bottom: 0.75em;
padding-right: 40px;
font-weight: bold;
}
