/* CSS Document */
html, body { 
margin: 0px; 
padding: 0px; 
font-size: 1.0em;
overflow-x: hidden; 
background:#000000;
color: #000000;
} 

img {border: #0000FF 1px;}

a:link, a:visited 
{
color: #000000;
text-decoration:underline;
border-bottom:none;
}

a:hover, a:active {
text-decoration:underline;
border-bottom:none;
color: #000000;
}



#maincontainer{
width: 850px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
background-image: url(../images/graphics/background_002.jpg);
background-repeat:	repeat-x;
}

#navbar{
	clear: both;
	width: 100%;
	color: #fdd617;
	text-align: center;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	/*line-height: 1.0em;*/

/*background-color: #15317E;*/
}

#navbar a{
color: #0000ff;
}

#link a{ /*sets height/width of #link and makes it clickable*/
height: 200px;
display: block;
}

#topsection{
background-image: url(../images/graphics/header.jpg); 
background-repeat: no-repeat;
height: 200px; 
/*backgroud-color: #fdd617;*/
}

#header {

}


#contentwrapper{
	float: left;
	width: 100%;
}

.sectionid{
color: #0000FF;
font-size: 1.5em;
line-height: inherit;
font-weight:bold;
}

#contentcolumn{
/*word-wrap: break-word;*/
margin: 0 30px 0 150px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
padding: 10px 10px;	
}

#leftcolumn{
float: left;
width: 150px; /*Width of left column in pixel*/
height: auto;
margin-left: -850px; /*Set margin to that of -(MainContainerWidth)*/
padding: 5px 5px;	
/*background-color: #15317E;*/
}

#rightcolumn{
float: left;
width: 30px; /*Width of right column*/
margin-left: -30px; /*Set left margin to -(RightColumnWidth)*/
/*background-color: #15317E;*/
}

#footer{
	clear: left;
	width: 100%;
	color: #fdd617;
	text-align: center;
	padding: 4px 0;	
    background-color: #0000ff;
}

#footer a{
color: #fdd617;
}

.innertube{
margin-left: 5px; /*Margins for inner DIV inside each column (to provide padding)*/
line-height: 1.25;
}

#vdividermenu ul li ul{
position: absolute;
left: 0;
display: list-item;
visibility: hidden;
z-index:8;
/*border-top: 1px solid black;*/
}

#vdividermenu ul{
height: 19px;
margin: 0;
padding: 0px;
margin-bottom: 1px;
float: left;
font: bold 100% Tohoma;
width: 100%;
/*border: 1px solid #625e00;*/
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;
}

#vdividermenu ul li a{
float: both;
color: #fdd017; /*link text color*/
padding: 2px 12px;
text-decoration: none;
/*background: transparent url(../lightbox2.03a/images/vertical.gif) center right no-repeat;*/
}

#vdividermenu ul li a:visited{
color: #fdd017; /* visited link color*/
}

#vdividermenu ul li a:hover{
color: #0000ff; /*hover text color*/
background-color: #fdd017; /* hover background color*/
}

.anylinkcss{
position:absolute;
visibility: hidden;
z-index: 8;
background-color: #0000ff;
/*border-bottom-width: 0;*/
/*border:1px solid black;*/
/*font:normal 12px Verdana;*/
/*line-height: 18px;*/
/*width: 205px;*/
}

.anylinkcss a{
color: #fdd617;
font-weight: bold;
display: block;
/*text-indent: 3px;*/
/*width: 100%;*/
/*border-bottom: 1px solid black;*/
/*padding: 1px 0;*/
/*text-decoration: none;*/
/*text-indent: 5px;*/

}

.anylinkcss a:hover{ /*hover background color*/
background-color: #0000ff;
color: blue;
}

#basic-accordian{
	border:0px solid #333333;
	padding:1px;
	width:650px;
	/*position:absolute;
	left:50%;
	top:50%;*/
	margin-left:-0px;/*
	/*z-index:2;*/
	margin-top:00px;
}

.accordion_headings{
	padding:1px;
	background: #0000FF;
	color: #FFCC33;
	border:1px solid #FFF;
	cursor:pointer;
	font-weight:bold;
}

.accordion_headings:hover{
	/*background: #0000FF*/
}

.accordion_child{
	padding:5px;
	background:#EEE;
}

.header_highlight{
	background:# #CCCCCC;
}

