a.menu {
	background-color : black;
	background-repeat : repeat;
	background-attachment : scroll;
	color : white;
	text-decoration : none
}

a.menu:hover, a.title:hover {
	color : white
}

a.title {
	color : white;
	text-decoration : none
}

span.c1, p.small, td.small, tr.small {
	font-size : 80%
}

p.nobr {
	white-space : nowrap
}

p.c3 {
	font-style : italic
}

h1.c2 {
	font-family : Verdana, sans-serif;
	font-style : italic;
	text-align : center
}

h1.bold {
	font-family : Verdana, sans-serif;
	text-align : center;
	font-weight : bold
}

ul.notes {
	list-style-image : url(http://www.bandsman.co.uk/images/sound2.gif)
}

body {
	background-color : white;
	font-family: Times, "Times New Roman", Georgia, Serif;
	font-size : 16px
}

a.black {
	color : black;
	text-decoration : none;
	font-size : 10pt;
	font-weight : bold
}

a:hover, a.black:hover {
	color : red
}

#nav {
	position : relative;
	font-size : 80%;
	width : 204px;
	float : left
}

#contents {
	position : relative;
	margin-left : 204px;
	padding-left : 10px
}

#copyright {
	position : relative;
	font-size : 80%;
	text-align : center
}

#container {
	width : 100%
}

#header {
	width : 100%;
	padding : 1%;
	text-align : center
}

#columnone {
	width : 45%;
	float : left;
	padding : 1%
}

#columntwo {
	width : 45%;
	float : right;
	padding : 1%
}

#footer {
	position: relative;
	font-size: 80%;
	clear : both;
	text-align : center
}

.orange_buttons { float: right; margin: 0 0 4px 4px; }
.main .orange_buttons a,
.main .orange_buttons a:hover
.main .orange_buttons a:visited {
	border: 1px solid;
	border-color: #FC9 #630 #330 #F96;
	padding: 0 3px;
	font: bold 10px verdana,sans-serif;
	color: #FFF;
	background: #F60;
	text-decoration: none;
	margin: 0 0 0 2px;
}

/* http://www.cssbuttongenerator.com/ */
.myButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	-webkit-box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #79bbff), color-stop(1, #378de5) );
	background:-moz-linear-gradient( center top, #79bbff 5%, #378de5 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#378de5');
	background-color:#79bbff;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #84bbf3;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #528ecc;
}

.myButton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #378de5), color-stop(1, #79bbff) );
	background:-moz-linear-gradient( center top, #378de5 5%, #79bbff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#378de5', endColorstr='#79bbff');
	background-color:#378de5;
	color : red;
}

.myButton:active {
	position:relative;
	top:1px;
}

/* http://woork.blogspot.com/2008/06/clean-and-pure-css-form-design.html */
/* ----------- My Form ----------- */
.myform{
margin:0 auto;
width:400px;
padding:14px;
}

/* ----------- stylized ----------- */
#stylized{
border:solid 2px #b7ddf2;
background:#ebf4fb;
}
#stylized h1 {
font-size:14px;
font-weight:bold;
margin-bottom:8px;
}
#stylized p{
font-size:11px;
color:#666666;
margin-bottom:20px;
border-bottom:solid 1px #b7ddf2;
padding-bottom:10px;
}
#stylized label{
display:block;
font-weight:bold;
text-align:right;
width:140px;
float:left;
}
#stylized .small{
color:#666666;
display:block;
font-size:11px;
font-weight:normal;
text-align:right;
width:140px;
}
#stylized input{
float:left;
font-size:12px;
padding:4px 2px;
border:solid 1px #aacfe4;
width:200px;
margin:2px 0 20px 10px;
}
#stylized button{
clear:both;
margin-left:150px;
width:125px;
height:31px;
/*background:#666666 url(img/button.png) no-repeat;*/
text-align:center;
line-height:31px;
color:#FFFFFF;
font-size:11px;
font-weight:bold;
}

