/* CSS Document */
html, body { 
margin: 0px; 
padding: 0px; 
font-size: 1.0em;
overflow-x: hidden; 
} 

img {border: none;}

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: 849px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
background-image: url(../images/graphics/background.jpg);
background-repeat:	repeat-x;
border: #0000FF  thick;
color: blue;
}

#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;
}


#topsection{
background-image: url(../images/graphics/logo.jpg); 
background-repeat: no-repeat;
height: 200px; 
/*backgroud-color: #fdd617;*/
}

#contentwrapper{
	float: left;
	width: 100%;
}

.sectionid{
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: -849px; /*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.4;
}

#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: both;
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;
}

#dropcontentsubject{
width: 125px;
font-weight: bold;
}

.dropcontent{
width: 125px;
height: 150px;
border: none;
/*border: 1px solid black;*/
/*background-color: #DFDFFF;*/
padding: 3px;
display:block;
}