
h2 { color: #be2026; }
h3 { color: #298f45; }
hr { border: solid thin #f29cb1; }
label { margin-right: 1ex; }
input, textarea, select { font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif; }
#Container {
  position: absolute;
  min-height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
* html #Container { height: 100%; }
#LeftSidebar {
  background: #be2026;
  position: fixed;
  width: 250px;
  padding: 5px;
  top: 0;
  left: 0;
}
#SideBarContent { margin-top: 2em; }
#MainContent { margin-left: 270px; /* padding-bottom: 260px; */ }
#Footer {
  /* margin-top: -250px; */
  vertical-align: bottom;
  text-align: center;
  font-size: xx-small;
  color: #666;
}
#Footer p { margin: 1ex 0 0 0; }
.SideBox { background: linen; border: dotted medium #298f45; padding: 1ex; text-align: center; }
.nowrap { white-space: nowrap; }
.menu {
  position: relative;
  width: auto;
  border: none;
  font-weight: bold;
  text-align: center;
}

.menuDrop {
  background: #94ACC8;
  border: outset #94ACC8;
  border-width: 0 2px 2px 2px;
  color: #004EB3;
  -moz-border-radius: 0 0 8px 6px;
  -webkit-border-bottom-left-radius: 17px 12px;
  -webkit-border-bottom-right-radius: 17px 12px;
}
.menuSub {
  background: #94ACC8;
  border: outset #94ACC8;
  border-width: 2px 0 2px 2px;
  color: #004EB3;
  -moz-border-radius: 0 8px 6px 0;
  -webkit-border-top-right-radius: 17px 12px;
  -webkit-border-bottom-right-radius: 17px 12px;
}

.menuItem {
  display: block;
  width: 230px;
  padding: 0 1ex;
  color: Pink;
  background: #ae3036;
  border: inset 2px #811;
  font-weight: bold;
  margin: 1ex 0;
  -moz-border-radius: 3px 13px 13px 3px;
  -webkit-border-top-left-radius: 12px 10px;
  -webkit-border-top-right-radius: 112px 10px;
  -webkit-border-bottom-left-radius: 12px 10px;
  -webkit-border-bottom-right-radius: 112px 10px;
  border-top-left-radius: 12px 10px;
  border-top-right-radius: 48px 10px;
  border-bottom-left-radius: 12px 10px;
  border-bottom-right-radius: 48px 10px;
}

a.menuItem  {
  color: #be2026;
  margin: 1ex 0;
  background: #f29cb1;
  border: outset 2px #f29cb1;
  text-decoration: none;
}

a.menuItem:Hover {
  color: #ec2224;
  background: LightPink;
  border-color: LightPink;
}

.menu a { text-decoration: none; }
.menu a:hover { color: #039; text-decoration: none; }

.framed { border: ridge 4px #004EB3; -moz-border-radius: 4px; -webkit-border-radius: 4px; }
.data { padding-left: 1ex; padding-right: 1ex; }

tr.roundAll a {
	padding-top:10px;
	padding-bottom:10px;
	font-size:18px !important;
}

.roundAll {
  -moz-border-radius: 11px;
  -webkit-border-radius: 12px 10px;
  border-radius: 12px 10px;
  background: #123873;
}
.roundTop {
  -moz-border-radius: 11px 11px 0 0;
  -webkit-border-top-left-radius: 12px 9px;
  -webkit-border-top-right-radius: 12px 9px;
  border-top-left-radius: 12px 9px;
  border-top-right-radius: 12px 9px;
}
.roundLeft {
  -moz-border-radius: 11px 0 0 11px;
  -webkit-border-top-left-radius: 12px 9px;
  -webkit-border-bottom-left-radius: 12px 9px;
  border-top-left-radius: 12px 9px;
  border-bottom-left-radius: 12px 9px;
}
.roundRight, .roundVal {
  -moz-border-radius: 0 11px 11px 0;
  -webkit-border-top-right-radius: 12px 9px;
  -webkit-border-bottom-right-radius: 12px 9px;
  border-top-right-radius: 12px 9px;
  border-bottom-right-radius: 12px 9px;
}
.roundVal { border-width: 2px 2px 2px 0; }

.mstheme
{
	navbutton-background-color: rgb(255,255,255);
	top-bar-button: url(blglb.gif);
}
.mstheme-topbar-font
{
	font-family: arial, Arial, Helvetica;
	font-size: 1;
	color: rgb(0,0,0);
}


html, body {
  margin: 0;
  padding: 0;
  background: transparent url(images/pagebg.gif) top repeat-x;
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  color:#414141;
  line-height:18px;
} 

img {
	border:0;
}

a {
	color:#004af1;
	text-decoration:none;
}

h1 {
	font-size:24px;
	font-weight:bold;
	color:#780c13;
	padding-top:10px;
	padding-bottom:10px;
}

a:hover {
	color:#427cff;
	text-decoration:underline;
}

div#wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 982px;
}

div#logo {
	height:91px;
	width:260px;
	float:left;
}

div#topmenu {
	height:73px;
	padding-top:18px;
}

.loginnav {
	color:#7e808c; font-size:11px; font-weight:normal;
}

.loginnav:hover {
	color:#ffffff;
	text-decoration:none;
}

#nav {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
}

#nav li {
	display:inline;
	padding-left:0px;
}

#nav a {
	float:left;
	padding-right:0px;
	padding-left:25px;
	color:#7e808c;
	text-decoration:none;
}

#nav a:hover {
	color:#ffffff;
}

div#topbanner {
	width:980px;
	height:254px;
	background: transparent url(images/topbanner_bg.jpg) top no-repeat;
}

#buttonFind {
	display: block;
	width:273px;
	height:57px;
	background: url("images/button_findsingers.png") no-repeat 0 0;
}


#buttonFind:hover
{ 
  background-position: 0 -57px;
}

#buttonFind span
{
  display: none;
}

#leftcolumn {
	width:320px;
	padding-right:20px;
	float:left;
}

#middlecolumn {
	width:320px;
	padding-right:20px;
	float:left;
}

#rightcolumn {
	width:300px;
	float:left;
}

.title {
	font-size:18px;
	font-weight:bold;
	color:#780c13;
	padding-top:20px;
	padding-bottom:20px;
	text-align:center;
}

.quote {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#b22b38;
	padding-left:35px;
	padding-top:10px;
	padding-bottom:10px;
	font-style:italic;
}

.quote2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#b22b38;
	font-style:italic;
}

.footer {
	padding-bottom:20px;
	font-size:10px;
	text-align:center;
}

.footerimage {
	margin-top:20px;
}

.contentblock {
	padding-left:20px;
	padding-right:20px;
	padding-top:10px;
}