body {
	line-height: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4c4c4c;
	background-image: url(images/BodyBG.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	cursor: default;
	background-color:#036ca6;

}
b {
	font-size: 110%;
}
em {
	color: red;
}
#maincontainer {
	background-color:#FFF;
	width: 960px; /*Width of main container*/
	margin: 0 auto; /*Center container on page*/
}
#topsection {
	background: #EAEAEA;
	height: 455px; /*Height of top section*/
}
#topsection h1 {
	margin: 0;
	padding-top: 15px;
}
#contentwrapper {
	float: left;
	width: 100%;
}

#contentwrapper h1{
	color:#041a65;
	}

#contentcolumn {
	margin: 0 280px 0 200px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
}
#leftcolumn {
	float: left;
	width: 200px; /*Width of left column in pixel*/
	margin-left: -960px; /*Set margin to that of -(MainContainerWidth)*/

}
#rightcolumn {
	float: left;
	width: 280px; /*Width of right column*/
	margin-left: -280px; /*Set left margin to -(RightColumnWidth)*/
	background-color: #041a65;
	color:#ffffff;

}

.Footer {
	text-align:center;
	width: 100%;
	font-size: 11px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.Footer a {
	color: #ffffff;
	text-decoration: none;
}
.Footer a:hover {
	text-decoration: underline;
}

.innertube {
	margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
	margin-top: 0;
}

.Artists h1 {
	font-size: 18px;
	color: #041a65;
	margin: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}

.Artists h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: normal;
	background-color:#041a65;
	color: #ffffff;
	margin: 0px;
	text-transform: uppercase;
}


.Artists a {
	
	background-image:url(images/MenuBullet.gif);
	background-repeat:no-repeat;
	background-position:center left;
	border:;
	text-decoration: none;
	overflow: hidden;
	font-size:10px;
	color: #ffffff;
	padding: 3px 5px 3px 15px;
	text-transform: uppercase;
	margin-top: 0px;
	margin-bottom: 2px;
	background-color:;	
	display: block;	
	height: 21px;
	line-height: 21px;	

}
.Artists a:hover {
	background-color:#036ca6;
	color: #ffffff;
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
	display: block;
	margin-top: 0px;
	margin-bottom: 2px;
	height: 21px;
	line-height: 21px;
}

.Features h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: normal;
	color: #0077ae;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #b5b5b5;
	padding-bottom: 3px;
	margin: 0px;
	text-transform: uppercase;
}
.Features h4 {
	font-size: 14px;
	color: #0077ae;
	margin: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}
.Features h1 {
	font-size: 12px;
	color: #0077ae;
	margin: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}
.Features a {
	color: #ffffff;
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
	display: block;
	background-repeat: no-repeat;
	background-position: 55px 1px;
	margin-bottom: 15px;
	height: 12px;
	line-height: 11px;
	font-weight:bold;
}
.Features a:hover {
	color: #0077ae;
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
	display: block;
	background-repeat: no-repeat;
	background-position: 55px -12px;
	margin-bottom: 15px;
	height: 12px;
	line-height: 11px;
	font-weight:bold;	
}

form {
	margin: 0px;
	padding: 0px;
}
.RowTitle {
	float: left;
	width:120px;
	height: 24px;
	line-height: 24px;
}

.RowBody input{
	border:1px solid #262221;	
}

.RowBody {
	height: 24px;
}
.RowBody textarea {
	width: 200px;
	height: 80px;
	font-size: 12px;
	color: #262221;
	font-family: Arial, Helvetica, sans-serif;
	border:1px solid #262221;	
}

.RowBody input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 200px;
	color: #262221;
}