html, body {
 margin: 0;
 padding: 0;
}

body {
 color: #000;
 background: #5470b0;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 0.8em;
}

img {
 border: none;
}

a:link, a:visited {
 color: #5470b0;
 text-decoration: underline;
}

a:hover, a:active {
 text-decoration: none;
}

h2 {
 color: #fff;
 font-family: "Times New Roman", serif;
 font-size: 25pt;
 font-weight: normal;
 margin: 0;
 padding: 9px 0 0 85px;
}

h3 {
 color: #5470b0;
 font-size: 1.3em;
 margin: 0 0 5px 0;
 text-align: center;
}

#middlecontent h3{
	text-align:left;
	padding-left:15px;
}

h4 {
 color: #3b5ba4;
 font-size: 1.1em;
 margin: 0 0 0 15px;
}

h5 {
 font-size: 1em;
 color: #7c7e66;
 text-decoration: underline;
 margin: 15px 0 0 15px;
}

#shadow {
 width: 1000px;
 background: url(../images/shadow.jpg) repeat-y;
 margin: 0 auto; 
 margin-top: 15px;
}

#wrapper {
 width: 992px;
 margin: 0 auto;
}

#header {
 height: 146px;
}

#content {
 margin-top: -4px;
}

html>body #content {
 margin-top: 0;
}

#content {
 background: #fff url(../images/content_bg.jpg) repeat-x top;
 padding-top: 20px;
}

#right {
 width: 210px;
 float: right;
 margin-right: 10px;
}

html>body #right {
 margin-right: 20px;
}

#righttop {
 width: 210px;
 height: 11px;
}

#rightcontent {
 background: #fff;
 margin: -3px 0 -1px 0;
 padding: 0 10px;
}

html>/**/body #rightcontent {
 margin: 0;
}

#newalbum {
 text-align: center;
}

#newalbum img {
 width: 173px;
 height: 154px;
}

#right a {
 font-size: 1.1em;
 font-weight: bold;
}

#right p {
 margin: 10px 0 0 0;
}

#right #righttext {
 padding: 0 6px;
}

.rightlinkstop, .rightlinksbottom {
 text-align: center;
}

.rightlinksbottom a {
 padding: 0 10px;
}

#rightbottom {
 width: 210px;
 height: 12px;
}

#nav {
 width: 146px;
 float: left;
 margin: 0px 0 0 10px;
}

html>body #nav {
 margin-left: 20px;
}

html>/**/body #nav {
 margin-top: 0;
}

#navtop {
 width: 146px;
 height: 12px;
}

#nav ul {
 width: 146px;
 margin: -4px 0 0 0;
 background: #304f9a;
 padding: 10px 0 15px 0;
}

html>/**/body #nav ul {
 background: #3b5ba4;
 margin: 0;
 padding: 1px 0 17px 0;
}

#nav ul li {
 width: 127px;
 list-style: none;
 border-bottom: 1px solid #96a5ca;
 margin: 10px 0 0 6px; 
 padding: 0 0 8px 5px;
}

html>/**/body #nav ul li {
 margin-left: 7px;
}

#nav a {
 color: #fff;
 font-weight: bold;
 font-size: 1.2em;
 text-decoration: none;
}

#nav a:hover, #nav a:active {
 text-decoration: underline;
}

#navbottom {
 width: 146px;
 height: 16px;
}

#middle {
 width: 569px;
 float: left;
 margin: 0 10px 10px 12px;
}

#title {
 height: 51px;
 background: url(../images/content_heading_bg.jpg) no-repeat top;
 margin: 0;
}

#middlecontent {
 width: 565px;
 background: #fff;
 margin-left: 2px;
 padding: 10px 0 25px 0;
 min-height:500px;
}

* html #middlecontent{
	height:500px;
}

#middlecontent p {
 margin: 10px 0 0 15px;
 line-height: 1.4em;
}

#bandpic {
 float: right;
 margin: 0 15px 10px 15px; 
}


.clear { 
 clear: both;
}

#contentbottom {
 height: 21px;
 margin-bottom: -5px;
}

#footer {
 width: 1000px;
 margin: 0 auto;
 margin-top: 5px;
 text-align: center;
 font-size: 0.8em;
}


.smalltext{
	color:#808275;
	font-size:8pt;
}

.container {
	background-color:#FFFFFF; 
	width:200px; 
	border:1px solid #3B5BA4; 
	padding:5 5 15 5; 
	margin-left:auto; 
	margin-right:auto;
	}
	
.pageTitle {
	background-color:#3B5BA4; 
	padding:8px; 
	font-size:16px; 
	font-weight:bold; 
	color:#fff; 
	text-align:center;
	
	}
.pageTitleAlert {
	background-color:#FF0000; 
	padding:8px; 
	font-size:14px; 
	font-weight:bold; 
	color:#FFFFFF; 
	text-align:left;
	}
	
.pageTitleSuccess {
	background-color:#33CC00; 
	padding:8px; 
	font-size:14px; 
	font-weight:bold; 
	color:#FFFFFF; 
	text-align:left;
	}
	
.formLabel {
	font-size:12px;
	}
	
.error {
	color:#FF0000; 
	font-weight:bold; 
	font-size:11px;
	}
	
.small {
	font-size:11px;
	}

