.smallHeader {
	font-family: Arial, Helvetica, sans-serif;	
	font-weight: bold;
	font-size: 9pt;
}
.pagetitle {
	font-size: 12pt;
	font-weight: bold;
	color: #EEEEEE;
	background-color: #CC0000;
	padding: 4px;	
	margin-top: 0px;	
}
body {
	background-color: #333366;
}
#wrapper {
	background-color: #FFFFFF;
	width: 797px;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;	
	line-height: 130%;
	color: #000000;	
}
p, ul, ol  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 130%;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 130%;
	vertical-align: top;
}

th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 130%;
	vertical-align: top;
	background-color: #EEEEEE
}
.greytable td {
	vertical-align: top;
	padding: 5px;
	bordercolor="#FFFFFF";
	background-color: #EEEEEE;
}
.yellowtable td {
	vertical-align: top;
	padding: 5px;
	bordercolor="#FFFFFF";
	background-color: #FFFFCC;
}
.photocredit {
	font-size: 8pt;
	line-height: 130%;
	font-style: italic;
	margin-top: 0px;
}
#header {
	border-bottom: 1px solid black;
	margin-bottom: 10px;
}

#search {
	width: 300px;
	float: right;
	position: relative;
	top: 30px;
}

#menu {
	width: 180px;
	float:left;
}
#menu ul {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
}
#menu a {
	display: block;
}

/* Hack to stop menu items from splitting apart in IE */
* html #menu a {
	height: 1px;
}
.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #999999;
	font-weight: bold;
	text-decoration: none;
	padding: 5px;
	border-bottom: #FFFFFF solid 2px;
	background: #EEEEEE;
}

.searchbutton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #999999;
	font-weight: bold;
	text-decoration: none;
	padding: 5px;
	background: #EEEEEE;
}
.yellowhighlight {
	font-family: Arial, Helvetica, sans-serif;
	background: #FFFFCC;
}
#search a:hover {
	background-color:#CC0000;
	color: #EEEEEE;
}
#menu a:hover {
	background-color:#CC0000;
	color: #EEEEEE;
}
/* Styles to set the current page button with black text */
body#aboutUs a#aboutUs,
body#index a#home,
body#cgm-competition a#cgm-competition,
body#cgm-sponsors a#cgm-sponsors,
body#media-publications a#media-publications,
body#fiddleCamps a#fiddleCamps,
body#membership a#membership,
body#contactUs a#contactUs,
body#events a#events,
body#FiddlerMusicDepot a#FiddlerMusicDepot,
body#links a#links {
	color: #000000;
	background-colour: white;
}

#maintext {
	margin-left: 200px;
	background-color: #FFFFFF;
}

#rightsidebar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	width: 160px;
	float: right;
	background-color: #EEEEEE;
	padding: 5px;
	margin-left: 10px;
}
#leftsidebar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	width: 160px;
	float: left;
	background-color: #EEEEEE;
	padding: 5px;
	margin-right: 10px;
}
/* To prevent floated elements from escaping container */
/* From p. 295 CSS: The Missing Manual */
.clear:after {
	content: ".";
	display: block;
	height: 0;
	cont-size: 0;
	clear: both;
	visibility: hidden;
}
.clear {
	min-height: 1px;
}
* html .clear {
	height: 1px;
}
