@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

body{
	background-color:#00295C;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
}

.title{
	display:block;
	margin:10px 0;
}

.mceContentBody{
	background-color:#ffffff;
}

#show{
	position:relative;
	margin:0 -15px;
	height:405px;
	width:548px;
}

.playlist{
	word-spacing:5px;
	color:#ffffff;
}

.playlist a{
	color:#ffffff;
	text-decoration:none;
}

.playlist a:hover{
	text-decoration:underline
}

h1{
	font-size:20px;
	line-height:22px;
	color:#002a5c;
	margin:10px 0;
}

h2{
	font-size:16px;
	font-weight:bold;
	color:#007dc3;
	margin:10px 0;
}

h3{
	font-size:14px;
	font-weight:bold;
	color:#007dc3;
	margin:5px 0;
}

p, li, td{
	font-size:13px;
	margin:10px 0;
	line-height:15px;
	color:#002a5c;
}

ul{
	margin-left:10px;
	padding-left:10px;
	list-style:none;
}

li{
	padding-left:10px;
	line-height:13px;
	margin:5px 0;
	background-image:url(images/bullet.gif);
	background-repeat:no-repeat;
	background-position:0px 4px;
}

.box{
	border:1px solid #007DC3;
	margin:10px;
	padding:7px;
}

table{
	border-collapse:collapse;
}

td{
	vertical-align:top;
	padding:2px 3px;
}

form td{
	font-size:11px
}

input{
	font-size:12px;
}

a{
	font-weight:bold;
	text-decoration:underline;
	color:#002a5c;
}

a:link{
}
a:vistied{
}
a:hover{
	text-decoration:none;
}
a:active{
}

#container{
	width:975px;
	margin:0 auto;
	background-color:#ffffff;
}

#header{
	padding:15px 15px 0px 15px;
}

#header a{
	text-decoration:none;
}

#header a:link{
}
#header a:visited{
}
#header a:hover{
	text-decoration:underline;
}
#header a:active{
}

#logo{
	float:left;
	width:185px;
	text-align:center;
	margin-right:40px;
}

#logo img{
	border:none;
}

#logo h1{
	font-size:12px;
	line-height:18px;
}

#heading{
	float:left;
	background-image:url(images/heading.gif);
	background-repeat:no-repeat;
	width:485px;
	height:61px;
	margin-top:50px;
}

#heading h1, #heading h2{
	display:none;
}

#headRight{
	float:right;
	width:200px;
}

#headRight p{
	margin:0;
	text-align:center;
}

#headRight ul{
	margin:0;
	padding:0;
}

#eventPreview{
	border:1px dashed #007dc3;
	border-width:1px 0;
	height:70px;
	overflow:auto;
}

#eventPreview li{
	font-size:10px;
	line-height:12px;
}

#inner{
	background-image:url(images/dots.gif);
	background-repeat:repeat-y;
	background-position:top right;
}

#menu{
	position:relative;
	float:left;
	width:207px;
	height:405px;
	background-image:url(images/menuBg.jpg);
	background-repeat:repeat-x;
	overflow:hidden;
}

#menu a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	letter-spacing:0px;
	display:block;
	float:right;
	color:#ffffff;
	text-transform:uppercase;
	height:50px;
	line-height:50px;
	text-align:center;
	width:185px;
	font-weight:normal;
	text-decoration:none;
	border-bottom:1px dashed #ffffff;
	background-repeat:repeat-x;
}

#menu a img{
	border:none;
}


#menu a:link{
}
#menu a:visited{
}
#menu a:hover{
	background-image:url(images/button3.jpg);
}
#menu a:active{
}

#menuEdge{
	position:absolute;
	top:0;
	left:0;
}

#content{
	position:relative;
	float:left;
	width:518px;
	padding:0 15px 15px 15px;
}

#rightSide{
	float:right;
	width:220px;
	height:405px;
	background-color:#003681;
	position:relative;
}

#buttons{
	position:absolute;
	bottom:0;
	width:100%;
}

a.button, input.button{
	display:block;
	height:52px;
	line-height:52px;
	font-size:17px;
	font-weight:normal;
	text-align:center;
	color:#ffffff;
	background-image:url(images/button.jpg);
	background-repeat:repeat-x;
	height:52px;
	text-decoration:none;
	letter-spacing:-1px;
	border-bottom:1px solid #007dc3;
	border-top:1px solid #0ea4e7;
}

input.button{
	line-height:30px;
	height:30px;
	padding:3px 10px;
	display:inline;
	cursor:pointer;
	font-size:15px;
}
input.button:hover{
	background-image:url(images/button2.jpg);
}

a.button img{
	border:none;
}


a.button:link{
}
a.button:visited{
}
a.button:hover{
	background-image:url(images/button2.jpg);
}
a.button:active{
}

#sub{
	padding:10px 10px 10px 0;
}

#footer{
	background-color:#B5DEFF;
	height:50px;
}

#footer p{
	margin:0;
	line-height:50px;
	font-size:11px;
}

#footer a{
	font-weight:normal;
	text-decoration:none;
	padding:0 8px;
	border-left:1px dashed #ffffff;
}

#footer a:link{
}
#footer a:visited{
}
#footer a:hover{
	text-decoration:underline;
}
#footer a:active{
}

.tree ul, .tree ul ul {
	list-style-type: none;
	background: url(images/vline.png) repeat-y;
	margin: 0 0 0 10px;
	padding: 0 0 0 0px;
}

.tree ul ul {
	margin-left: 10px;
}

.tree ul li {
	margin: 0px 0px 5px 0px;
	padding: 0 12px;
	line-height: 20px;
	background: url(images/node.png) 0px 1px no-repeat;
	color: #369;
	font-weight: bold;
}


.tree ul li li{
	margin:1px 0px
}
.tree ul li.last {
	background: #fff url(images/lastnode.png) 0px 0px no-repeat;
}

.tree a{
	text-decoration:none;
}
.tree a:hover{
	text-decoration:underline;
}

.tree h2{
	margin-bottom:0;
}

.tree li li a{
	font-weight:normal;
	
}
