.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
font-weight: bold;
}

/* ######### Default class for drop down menus ######### */

.anylinkmenu{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 0px solid black;
border-bottom-width: 0;
font: normal 12px Verdana;
line-height: 18px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background: #00FFCC;
width: 200px; /* default width for menu */
text-decoration:none;
font-weight: bold;
}

.anylinkmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
text-decoration:none;
font-weight: bold;
}

.anylinkmenu ul li a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 2px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
}

.anylinkmenu a:hover{ /*hover background color*/
background: #FFFFFF;
color: white;
text-decoration: none;
}

/* ######### Alternate multi-column class for drop down menus ######### */


.anylinkmenucols{
position: absolute;
width: 350px;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid black;
padding: 10px;
font: normal 12px Verdana;
font-weight: bold;
z-index: 100; /*zIndex should be greater than that of shadow's below*/
background: #E9E9E9;
text-decoration: none;
}

.anylinkmenucols li{
padding-bottom: 3px;
text-decoration: none;
}

.anylinkmenucols .column{
float: left;
padding: 3px 8px;
margin-right: 5px;
background: #FFFFFF;
text-decoration: none;
font-weight: bold;
}

.anylinkmenucols .column ul{
margin: 0;
padding: 0;
list-style-type: none;
text-decoration: none;
font-weight: bold;
}



/* ######### class for shadow DIV ######### */


.anylinkshadow{ /*CSS for shadow. Keep this as is */
position: absolute;
left: 0;
top: 0;
z-index: 99; /*zIndex for shadow*/
background: black;
visibility: hidden;
text-decoration: none;
font-weight: bold;
}

a {
text-decoration: none;
}

div .left {
float:left;
top:100px; 
left:100px; 
width:450px; 
height:600px; 
padding-left: 65px;
text-align:left;
color: white;
background-color: #333333;
}

div .right {
float:right;
top:100px; 
left:100px; 
width:400px;
padding-right: 45px;
text-align:right;
color: white;
background-color: #333333;
}

div .twitter {
float:right;
top:100px; 
left:100px; 
width:400px; 
height:100px; 
text-align:center;
color: white;
background-color: #333333;
}

table #left_content{
padding: 35%;
border-width: 0;
}

font .heading{
font-family; Arial, Times New Roman;
font-size: 24px;
}

#popupbox{
		  margin: 0; 
		  margin-left: 40%; /* This gets it relatively center on the screen */
		  margin-right: 40%; /* This gets it relatively center on the screen */
		  margin-top: 50px; /* Makes it a little off the top of the screen */
		  padding-top: 10px; /*  Make the text not touching the top on the login box */
		  width: 25%; /* For centering it on the screen */
		  height: 150px; /* The height of the login box */
		  position: absolute; /* Makes sure its absolute so it doesn't dock with everything else */
		  background: #FEFDFD; /* Login Box background color. Change this if desired. */
		  border: solid #000000 2px; /* Makes a black border around the login box */
		  z-index: 9; /* Makes it on top of everything else */
		  font-family: arial; /* Sets the font */
		  visibility: hidden; /* Makes it hidden at first. Very Important.*/
}

a  { color: blue; font: normal 12px Verdana; text-decoration: none; }
a:hover { text-decoration: none;}