/* CSS Document */

body{
	background-color:#000000;
	font: "Courier New", Courier, monospace;
}

img {border: none;}

a:link, a:visited, a:hover, a:active{
color: #0000FF;
text-decoration:none;
border-bottom:none;
}

#wrapper{
width: 850px; /*Width of main container*/
margin: 0px auto; /*Center container on page*/
z-index:1;
background-image:url(../images/graphics/background.jpg);
background-position: absolute;
}

#outside{
	width: 100%;
	color: #0000FF;
	text-align: center;
	/*margin-top:100px;
	margin-bottom:100px;
	margin-right:50px;
	margin-left:50px;*/
	font-size:14px;
	border-bottom: thin solid #0000FF;
}
#coverflow{
	clear: both;
	
}

#header{
left:0px;
top:0px;
}


#pagetitle{
color: #0000FF;
text-align: center;
font-size:35px;
border-bottom: thin solid #0000FF;
}

#sectionid{
font-size: large;
font-variant: small-caps;
font-weight:bolder;
}

#event{
left:0px;
top:0px;
padding: 5px 5px;
}

#content{
margin: 0 0px 0 200px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
padding: 5px 5px;
}

#contentmain{
margin: 0 0px 0 200px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
padding: 5px 5px;
}


#leftcolumn{
width: 200px;
float: left;

/*height: 200px;*/
}

#footer{
	clear: both;
	width: 100%;
	color: #000000;
	text-align: center;
	border-top: thin solid #0000FF;
}

#vdividermenu ul li ul{
position: absolute;
left: 0;
display: list-item;
visibility: hidden;
z-index:8;
/*border-top: 1px solid black;*/
}

#vdividermenu ul{
margin: 0;
padding: 0px;
float: both;
width: 100%;
background-color: #0000ff; /*navigation bar background color*/
}

* html #vdividermenu ul{ /*IE only rule, reduce menu width*/
width: 99%;
}

#vdividermenu ul li{
display: inline;
margin-bottom: 1px;
font: 20px bolder;
}

#vdividermenu ul li a{
float: both;
color: #FFFFFF; /*link text color*/
padding: 2px 12px;
text-decoration: none;
}

#vdividermenu ul li a:hover{
color: #FFCC00; /*hover text color*/
/*background-color: #0000FF; /* hover background color*/
}

.anylinkcss{
position:absolute;
visibility: hidden;
z-index: 8;
background-color: #0000ff;
}

.anylinkcss a{
color: #fdd617;
font-weight: bold;
display: block;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: #0000ff;
color: blue;
}

