div .menuviewbox {
  width:182px;
  padding:0px;
  border-bottom: 0px solid gray;
  border-left: 0px solid gray;
  z-index: 5;
}

a:link { color: blue; text-decoration: none; }
a:active { color: yellow; text-decoration: none; }
a:visited { color: #990000; text-decoration: none; }
a:hover { color: orange; text-decoration: none; }

a img {border: 0px;}

span.message {
    color: red;
    font-weight: bold;
    display: block;
}

.green {
  	color: green;
}
.lime{
	color: lime;
}

span.error {
    color: red;
    font-weight: bold;
}

body {
    font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
    font-size: 80%;
}

/* These are here so that I get consistent behavior between IE and FF */
h1, h2, h3, h4, h5, h6 {
font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
margin-top: 1.2em;
margin-right: 10px;
margin-bottom: .5em;
padding: 0;
}

h1 {
font-size: 130%;
}
h2 {
font-size: 120%;
}
h3 {
font-size: 110%;
}
h4 {
font-size: 100%;
}
h5 {
font-size: 95%;
}
h6 {
font-size: 90%;
}
/* End "consistent behavior" rules */

p {
	margin: 10px;
}

br.iefix {
	clear: both;
}

span.article_title {
    display: block;
    font-size: 110%;
    font-weight: bold;
    margin-bottom: .5em;
}

div.articles {
    padding: 5px;
    margin-right: 4px;
    border: 1px solid black;
}

#contentcenter {
    font-size: small;
}

/* easy clearing */
#wrapper:after
	{
	content: '[DO NOT LEAVE IT IS NOT REAL]'; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
#wrapper
	{
	display: inline-block;
	}
/*\*/
#wrapper
	{
	display: block;
	}
/* end easy clearing */