﻿body {
	margin:0 0 10px 0;
	padding:0;
	color: black;
	font-family:Verdana, Arial, Sans-Serif;
	background-image:url('images/layout/tileback1.jpg');
	background-attachment:fixed;
	background-color:#646f9b;
	text-align:center;
}

p {
	font-family:Verdana, Arial, Sans-Serif;
	font-size:10pt;
	margin-top:4px;
	margin-bottom:10px;
}

h1 {
	font-size:2em;
	color:#385dac;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	margin-top:5px;
	margin-bottom: 0;
}

h2 {
	font-size:1.4em;
	color:#385dac;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin-top:5px;
	margin-bottom:0;
}

h3 {
    font-size:1.2em;
    color:#385dac;
    font-family:Arial, Helvetica, sans-serif;
    font-weight:normal;
    margin-top:5px;
	margin-bottom:0;
}

h4 {
    font-size:1.2em;
    color:#385dac;
    font-family:Arial, Helvetica, sans-serif;
    font-weight:bold;
    margin-top:5px;
	margin-bottom:0;
}

h5 {
    font-size:1em;
    color:#385dac;
    font-family:Arial, Helvetica, sans-serif;
    font-weight:bold;
    margin-top:5px;
	margin-bottom:0;
}

ul {
	font-family:Verdana, Arial, Sans-Serif;
	font-size:10pt;
}

ol  {
	font-family:Verdana, Arial, Sans-Serif;
	font-size:10pt;
}

.homemusic {
	font-size: 1.8em;
	color: #dc281e;
	font-family: Georgia, Times New Roman, serif;
	text-align:center;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 0;
}
   
A:link    { color:#0099cc}  
A:visited { color:#0099cc}
A:hover   { color:#336666;text-decoration: none;}
A:active  { color:#0099cc}


.sidebold {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 12pt;
	color: white;
	padding:0;
	text-align:left;
}

a.sidebar:link 		{color:#fff; text-decoration:underline;}
a.sidebar:visited 	{color:#fff; text-decoration:underline;}
a.sidebar:active 	{color:#fff; text-decoration:underline;}
a.sidebar:hover 	{color:#fff; text-decoration:none;}


.sidereg {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	line-height:12pt;
	color:white;
	margin-left:10px;
	margin-bottom:5px;
}

img {
	border:0;
}


/*Menu Styles*/

a.menu:link {
	font-family: "Arial Black" Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: white;
	text-decoration: none;
	text-align: center;
	letter-spacing: 2px;
	display: block;
	width: 180px;
	height: 31px;
	background-image: url('images/layout/nav-x(h).jpg');
	background-repeat: no-repeat;
	background-position: left center;
	background-color:#7191bc;
	vertical-align: bottom;
	line-height: 30px;
}
	
a.menu:visited 
{
	font-family:"Arial Black" Arial, Helvetica, sans-serif;
	font-size:13px;
	color:white;
	text-decoration:none;
	text-align:center;
	letter-spacing:2px;	
	display:block;
	width:180px;
	height:31px;
	background-image:url('images/layout/nav-x(h).jpg');
	background-repeat:no-repeat;
	background-position:left center;
	background-color:#7191bc;
	vertical-align:bottom;
	line-height:30px
}
		
		
a.menu:active 
{
	font-family: "Arial Black" Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: white;
	text-decoration: none;
	text-align: center;
	letter-spacing: 2px;
	display: block;
	width: 180px;
	height: 31px;
	background-image: url('images/layout/nav-x(h).jpg');
	background-repeat: no-repeat;
	background-position: left center;
	background-color:#7191bc;
	vertical-align: bottom;
	line-height: 30px;
}

a.menu:hover 
{
	font-family: "Arial Black" Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #CC0000;
	text-decoration: none;
	text-align: center;
	letter-spacing: 2px;
	display: block;
	width: 180px;
	height: 31px;
	background-image: url('images/layout/nav-o(h).jpg');
	background-repeat: no-repeat;
	background-position: left center;
	background-color:#7191bc;
	vertical-align: bottom;
	line-height: 30px;
}

.inline label input {display:inline;}

/*End of Menu Styles*/



/*Layout Styles*/

#main {
	width:900px;
	text-align:center;
	margin:0 auto 0 auto;
	padding:0;
	overflow:hidden;
	border:6px #7191bc solid;
	background-color:white;
}

#banner  {
	width:900px;
	height:220px;
	border:0px;
	margin:0 auto 0 auto;
}

#menu {
	width:900px;
	height:31px;
	border-top:6px #7191bc solid;
}

#container {
    margin:0;
    padding:0;
    width:900px;
    background-image:url('images/layout/container-back.gif');
	background-repeat:repeat-y;
    background-color:white;
    border-top:6px #7191bc solid;
}

#sidebar {
	float:left;
	left:0;
	top:0;
	padding:10px;
	width:220px;
	text-align: left;
	font-size: 10pt;
}

#sidebar:after {
    display: block; content: " "; clear: both;
}

#content {
	margin: 0 0 0 220px;
	padding: 20px 26px 0 10px;
	width: auto;
	text-align: left;
	height: 100%;
	background-color: white;
	background-image: url('images/layout/shortchange-contentback.jpg');
	background-position:top;
	background-repeat: no-repeat;
}

#footer {
	width:900px;
	height:46px;
	clear:both;
}
