/* CSS Document */
body
{
	margin-top: 0px;
	margin-left: 0px;
	background-color: #DCE9F7;
	color: #fff;
	font-family: Verdana, Helvetica, sans-serif;
	font-size:80%
}

a:link, a:visited
{
	font-size: 100%;
	color: #DCE9F7;
	text-decoration: none;
	padding: 0px;
}

a:hover
{
	text-decoration: underline;
}


#header
{
	text-align: left;
	background-image: url(../img/header.gif);
	background-repeat: repeat-x;
	width: 100%;
	height: 115px;
	background-color: #356798;
}

#title
{
	padding-left: 40px;
	font-size: 110%;
}


#left
{

	padding-top: 30px;

}

#middle
{

	padding-top: 40px;
	padding-bottom: 20px;
}

#right
{

	padding-top: 40px;
	text-align: center;
}


#footer
{
	text-align: left;
	width: 760px;
	height: 70px;
	background-image: url(../img/footer.gif);
	background-repeat:repeat-x;
		background-color: #DCE9F7;
	padding-top: 2px;
	padding-left: 40px;
	color: #356798;
}



h1
{
	margin-top: 20px;
	font-size: 180%;
	font-weight: normal;
	color: #333366;
	padding-left: 40px;
	}
	
h2
{
	margin-top: 4px;
	font-size: 100%;
	font-weight: normal;
	
}

h3
{
	margin-top: 0px;
	font-size: 80%;
	font-weight: normal;
}

ul
{
	list-style-image:  url(../img/roundel.gif);
}
ul.home
{
	list-style-type: none;
	list-style-image:  url(../img/roundel.gif);
	/*color: #ffffff*/
}

ul.ShowsList
{
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px
}