body
{
	margin: 35px 0 0 0;
	padding: 0;
	text-align: center;
	background: #fff;
}
/* misc */
img
{
	border: none;
}

/* text */
a
{
	border: none;
}
p, h1, h2, h3
{
	font-family: Verdana, Geneva, sans-serif;
	color: #333;
}
p
{
	margin: 0.75em 0 0.75em 0;
	font-size: 0.85em;	
}
h1
{
	margin: 0 0 10px 0;
	padding: 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.5em;
	font-weight: normal;
	color: #06c;
}
h2
{
	display: block;
	padding: 10px 20px 10px 20px;
	font-size: 1.25em;
	font-weight: normal;
	text-align: center;
	color: #eee;
	text-transform: uppercase;
	text-decoration: none;
	background-color: #666;
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
}
h3
{
	margin: 10px;
	padding: 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.25em;
	font-weight: normal;
	color: #06c;
}
#roundup_information h3
{
	margin: 20px 0 10px 0;
	padding: 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.25em;
	font-weight: normal;
	color: #06c;
}
.small
{
	margin-top: 25px;	
	font-size: 0.65em;
	color: #999;	
}

/* links */
a:link, a:visited
{
	text-decoration: underline;
	color: #999;
}
a:hover, a:active
{
	text-decoration: none;
	color: #06C;
}
.adobe_link a:link, .adobe_link a:visited
{
	font-size: 0.75em;
	text-decoration: none;
	color: #999;
}
.adobe_link a:hover, .adobe_link a:active
{
	font-size: 0.75em;	
	text-decoration: none;
	color: #06c;
}

/* list button */
#button_meeting
{
	width: 300px;	
}
#button_meeting ul
{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
}
#button_meeting a
{
	display: block;
	padding: 10px 20px 10px 20px;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
}
#button_meeting a:link, #button_meeting a:visited {
	font-size: 0.85em;
	color: #eee;
	background-color: #666;
}
#button_meeting a:hover, #button_meeting a:active {
	font-size: 0.85em;
	color: #fff;
	background-color: #094eae;
}

/* layout */
#container
{
	margin: 0 auto;
	width: 900px;
}
#header
{
	height: 50px;
}
#header_button
{
	height: 125px;
}
#roundup_button
{
	float: right;
	padding: 10px 0 11px 0;
	width: 375px;
	height: 79px;	
}
#body
{
	clear: both;
	text-align: left;
	background: url(../img/logo.gif) top no-repeat;	
}
#body_roundup
{
	clear: both;
	text-align: left;
	background: url(../img/logo_roundup.gif) top no-repeat;	
}
#ccso_information
{
	float: right;
	margin: 150px 50px 20px 0;
	width: 350px;
	text-align: center;
}
#roundup_information
{
	float: right;
	margin: 150px 50px 20px 0;
	width: 350px;
	text-align: center;
}
#meeting_list
{
	float: left;
	margin: 400px 0 20px 75px;
	width: 300px;
	text-align: center;
}
#footer
{
	clear: both;
	margin-bottom: 50px;
	width: 900px;
	height: 119px;
	background: url(../img/people.gif) bottom right no-repeat;
}
