body{
	margin: 0;
	border-top: 3px solid white;
	padding: 0;
	background-color: #111;
	background-image: url("images/bg.gif");
	background-repeat: repeat-x;
	font: 13px arial, sans-serif;
}

div#page{
	width: 784px;
	margin: 0 auto 0 auto;
	padding: 0 0 3px 0;
	background: white;
}

div#top{
	clear: both;
	height: 130px;
	margin: 0 3px 0 3px;
	background: url("images/top.gif");
}

/* MENU */
ul#menu{ 
	clear: both;
	width: 779px;
	height: 25px;
	margin: 0 3px 0 2px;
	border-top: 1px solid white;
	padding: 0; 
	background: #134095;
}

ul#menu li {
	float: left;
	height: 25px;
	margin: 0; 
	border-left: 1px solid white;
	padding: 0 10px 0 9px;
	list-style-type: none; 
	cursor: pointer;
	text-align: center;
}

ul#menu li ul { 
	display: none; 
}

li.inactive{
	background: #008000;
}

li.active{
	background: #3EA523;
}

/*DROP DOWNS*/
ul#menu li:hover > ul { 
	display: block;
	position: absolute;
	width: 160px;
	margin: 0 0 0 -10px; 
	border: 0;
	padding: 0;
	z-index: 5;
}

ul#menu li:hover > ul li {
	float: none;
	height: 25px;
	margin: 0;
	border-bottom: 1px solid white;
	padding: 4px 0 0 9px;
	background: #134095;
	text-align: left;
}

ul#menu li.over {
	position: relative;
	z-index: 7;
}

ul#menu li.over ul { 
	display: block;
	position: absolute;
	top: 26px;
	left: -1px; 
	margin: 0; 
	z-index: 7;
}

ul#menu li.over ul li {
	float: none;
	height: 25px;
	margin: 0;
	border-bottom: 1px solid white;
	padding: 4px 0 0 9px;
	background: #134095;
	text-align: left;
}

/*End Drop Downs*/

ul#menu a:link, ul#menu a:visited, ul#menu a:hover, ul#menu a:active {
	color: white;
}

.menulink:link, .menulink:visited,.menulink:active{
	display: block;
	height: 21px;
	padding: 4px 0 0 0;
	font: bold 14px arial, sans-serif;
}

.menulink:hover, .active:link, .active:visited, .active:hover,.active:active{
	color: #ddd;
}

div#submenu{
	float: left;
	width: 145px;
}

div#submenu a:link, div#submenu a:visited, div#submenu a:active, div#submenu a:hover{
	display: block;
	margin: 3px 0 0 11px;
}

div#submenu h3{
	margin-left: 11px;
}

div#submenu img{

	width: 130px;
	margin: 22px 0 0 10px;
	border: 1px solid #134095;
}

p#quote{
	margin: 15px 0 0 11px; 
	font: italic 12px arial, sans-serif;
	color: #535353;
}

/*CONTENT*/
div#content{
	float: right;
	width: 573px;
	margin: 0;
	padding: 20px 20px 10px 30px;
}

h1{
	margin: 0;	
	font: 27px arial, sans-serif;
	color: #17459D;
}

h2{
	margin: 15px 0 0 0;	
	border-bottom: 1px solid #535353;
	font: 19px arial, sans-serif;
	color: #222;
}

h3{
	margin: 15px 0 0 0;
	font: bold 15px arial, sans-serif;
	color: #222;
}

p, table{
	margin: 15px 0 0 0;
	line-height: 17px;
}

a:link, a:visited, a:active{
	text-decoration: none;
	color: #17459D;
}

a:hover{
}

img{
	border: 0;
}

img.map{
	float: left;
	clear: left;
	margin: 12px 8px 8px 0;
}

ul{
	margin: 10px 0 0 40px;
	padding: 0;
}

li{
	margin: 0;
	padding: 0;
}

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	border: 0;
	padding: 0;
}

div.highlight{
	width: 230px;
	float: right;
	margin: 15px 0 15px 20px;
	padding: 8px 5px 8px 5px;
	background: #C0CFE2;
}

div.highlight h3{
	margin: 0;
}

table#highlight{
	margin: 15px 0 0 0;
	border: 1px solid #134095;
	background: #C0CFE2;
}

div.composers {
	float: left;
	width: 130px;
}

.right {
	text-align: right;
}

.clear {
	clear: both;
}

img.float {
	float: right;
	margin: 13px 0 0 15px;
}

.center {
	text-align: center;
}

/*Contribute*/
table#donors{
	float: left;
	margin-right: 80px;
}

/*Links*/
table#links td{
	border-top: 1px solid #ddd;
}

/*FOOTERS*/
a.siteby{
	font: 11px arial, sans-serif;
	color: white;
}

p.copyright{
	clear: both;
	margin: 0 3px 0 3px;
	padding: 2px 0 2px 0;
	background: #A6B7CE;
	font-size: 11px;
	text-align: center;
	color: white;
}