* { margin: 0; padding: 0; }

/*BUILT-IN STYLES*/

html {
	}
	
body {
	padding: 1em;
	font-family: "Myriad","Trebuchet MS",sans-serif;
	font-size: 1.1em;
	line-height: 2;
	margin: 0 auto;
	}
	
div#page-wrap	{
		background-color: white;
		max-width: 728px;
		margin: 0px auto;
	}
	
  
#topbar, #midbar	{
	max-width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	}
	
#extra_fall_reception, #extra_spring_reception	{
	display: none;
	}
	
#text-block	{
	font-size: 1.0em;
	line-height: 1.2;
}

#bullet-list	{
	padding-left: 30px;
	padding-bottom: 12px;
	line-height: 1.4;
}


	
/*center submit buttons*/
#ex1, #ex2 {
	float: left;
	
	cursor:pointer; /*forces the cursor to change to a hand when the button is hovered*/
	padding:5px 25px; /*add some padding to the inside of the button*/
	background:#068991; /*the colour of the button*/
	border:1px solid #330000; /*required or the default border for the browser will appear*/
	/*give the button curved corners, alter the size as required*/
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;

	/*style the text*/
	color:#fff;
	font-size:1.1em;
}
	
#ex2 {
	float: right;
	}
	
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
	
p
	{
	margin-bottom: 0.5em;
	}
	
a	{
	text-decoration: none;
	color: #006666;
	}

a:hover	{
	color: red;
	}
	
/*hide honeypot*/

fieldset#hiddenfromuser		{
	display: none;
	}

fieldset	{
	padding: 1em;
	width: 90%;
	max-width: 724px;
	font-family: "Myriad","Trebuchet MS",sans-serif;
	font-size: 1.1em;
	line-height: 2;
	border-style: solid;
	border-color: silver;
	border-width: 1px;
	position: relative;
	color: black;
	height: auto;
	margin: 0 auto;
	}
	
.footnote {
	font-size: 0.7em;
	padding: 0px 0px 6px 24px;
	line-height: 1.2;
	}
	
.indent	{
	padding-left: 24px;
	padding-top: 3px;
	}
	
legend	{
	font-size: 110%;
	font-weight: bold;
	}
	
textarea	{
	font-size: 80%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	

select	{
	width: 60%;
	background-color: #eee;
	}
	
input[type=text]	{
	font-size: 90%;
	text-align: center;
	padding: 3px;
	box-sizing: border-box;
	border: 1px solid black;
	}
	
input[type="Submit"]	{
	font-size: 120%;
	color: white;
	background-color: #006666;
	padding: 3px;
	}
	
input[type="Reset"]	{
	font-size: 120%;
	color: white;
	background-color: #006666;
	padding: 3px;
	}
	
table	{
	padding: 3px;
	border-collapse: collapse;
	border: 1px solid black;
	text-align: center;
	font-family: "Myriad","Trebuchet MS",sans-serif;
	font-size: 0.8em;
	line-height: 1;
	margin: 0 auto;
	}
		
tr:nth-child(odd)		{ background-color:#eee; }
tr:nth-child(even)		{ background-color:#fff; }

td	{
	border: 1px solid #aaa;
	padding: 6px;
	}

th	{ padding: 6px;	}

.report	{
	width: 400px;
	text-align: left;
	
}
