* {
	margin: 0;
	padding: 0;
}

/*<group=hacks>*/

.clearfix { display: inline-table;}

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix { display: block;}
/* End hide from IE-mac */

.spacer {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0;
	border: none;
}
/*</group>*/

body {
	color: #444;
	background: #f7f6fa url(../images/bodybg.gif) repeat-x 0 55px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}

hr {
	display: none;
}

ul {
	position: relative;
	list-style: none;
}

a {
	color: #61569c;
	text-decoration: none;
	border-bottom: 1px #61569c dotted;
}

p {
	margin: .8em 0;
	line-height: 1.2em;
}

#container, #footer {
	width: 760px;
	height: auto;
	margin: 0 auto;
	text-align: left;
	border: 1px #cac6de solid;
}

#container {
	padding-bottom: 2em;
	border-width: 0 1px;
	background: #fff;
}

#content {
	position: relative;
	margin: 0 8px;
	border: 1px solid #fff;
}

#maincol {
	margin: 0 170px;
}

#maincol dl{
	margin: 10px 5px;
}

#maincol dt{
	margin: 10px 0;
	font-weight: bold;
}

#maincol dd{
	margin: 5px 0;
}

#maincol .item {

	padding-top: 10px;
	
}

#maincol .item div{
	margin: 1em 0;
	border-bottom: 1px solid #bbb;
}

#maincol .item h5 {
	font-size: 12px;
}

#maincol .item h5 span {
	text-transform: capitalize;
}

#maincol .item a {
	text-decoration: none;
	border-bottom: none;
}

#maincol .item a:hover {
	text-decoration: underline;
}

#maincol .item strong a{
	display: block;
	text-align: right;
}

#leftcol, #rightcol {
	position: absolute;
	top: 0;
	width: 150px;
}

#leftcol {
	left: 0;
}

#leftcol .list ul, #rightcol .list ul {
	padding-top: 10px;
}

#leftcol .list ul li, #rightcol .list ul li {
	text-transform: capitalize;
}

#leftcol p strong{

}

#leftcol p a{
	margin-left: 10px;

}

#rightcol {
	right: 0;
}

#footer {
	padding: .5em;
	text-align: center;
	border-width: 1px 0 0;
}

h1, h2, h3 {
	font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: #61569c;
}

#header #logo {
	float: left;
	height: 55px;
}

#header h1 a, #header h2 a {
	padding-left: 5px;
	border: none;
}

#header h1 {
	font-size: 22px;
}

#header h2 {
	font-size: 16px;
}


#header #menu {
	margin-top: 32px;
	float: right;
}

#menu li {
	display: inline;
	padding: 0 10px;
}

#menu li a {
	font-weight: bold;
}

#header img.band {
	display: block;
	clear: both;
	border: 1px #61569c solid;
	border-width: 1px 0;
}

div.intro {
	margin: 1em 8px 2em;
}

.desc img{
	display: block;
	float: left;
	margin-right: 1em;
	border: none;
}

#cross {
	border: 1px solid #61569c;
	background: #eef3f8;
}

#cross h3 {
	padding: 2px;
	text-align: center;
	color: #fff;
	background: #61569c;
}

#cross ul {
	padding: 1em;
}

.top3 {
	border: 1px solid #61569c;
	background: #eef3f8;
	margin: .8em 0;
}

.top3 h4 {
	padding: 2px;
	text-align: center;
	color: #fff;
	background: #61569c;
}

.top3 ul {
	padding: .5em;
}

body#redirect {
	background-image: none;
}

#redirect #container {
	margin-top: 200px;
	padding: 10px;
	border-width: 1px;
}

#redirect #logo {
	float: none;
}

#redirect #content {
	margin: 20px;
}
