A {
  text-decoration: none;
}
A:link {
  color: #486591;
  background-color: transparent;
}
A:visited {
  color: #6f6c81;
  background-color: transparent;
}
A:active {
  color: blue;
  background-color: transparent;
}
body {
  color: #222222;
  background-color: #DDDDDD;
  text-decoration: none;
  font-family: Verdana,Helvetica,sans-serif;
  font-size: 11px;
  font-weight: normal;
}
font {
  text-decoration: none;
  font-family: Verdana,Helvetica,sans-serif;
  font-size: 12px;
  font-weight: normal;
}
H1 {
  color: #000000;
  background-color: transparent;
  text-decoration: none;
  font-family: Verdana,Helvetica,sans-serif;
  font-size: 20px;
}
select {
    color: black;
    text-decoration: none;
    font-family: Verdana,Helvetica,sans-serif;
    font-size: 11px;
    font-weight: normal;
}
input {
    color: black;
    text-decoration: none;
    font-family: Verdana,Helvetica,sans-serif;
    font-size: 11px;
    font-weight: bold;
}

/***************/
/* L A Y O U T */
/***************/
/* ====================================================================
box layout
-------------------------------------------------------------------- */
.pagewidth
	{
	float				: left;
	width				: 100%;
	}
/* the relative positioning is required by IEs 5 + 6 (PC) - NN4 crashes if it sees them while other browsers don't seem to mind - hence the Caio hack */
.main
	{
	width				: 100%;
  min-width		: 400px;
	float				: left;
	z-index				: 2;
	}
.menu
	{
	width				: 16%;
	float				: left;
	z-index				: 1;
	}
.box-footer
	{
	clear				: both;
	}
/* ====================================================================
box-clear requires all sorts of hackery because of the way the 
different browsers cope with clearing floats
see [#   #]
-------------------------------------------------------------------- */
.box-clear { clear: both; line-height: 0px; font-size: 1px; }
/* IE5 (mac) dealt with, now reset font-size for Geckos,
turn off for IE5 (PC) + OmniWeb and back on for IE6 (PC)
see [http://www.fu2k.org/alex/css/test/OmniWebInlineHack.mhtml] */
/*\*/
.box-clear { font-size: medium; }
.fake.box-clear { display: none; }
/* */
/* Turn off for Opera 6 and below */
html>body div.box-clear { display: none; }
/* And turn it back on again for good honest browsers
see [http://www.albin.net/CSS/OwenHack.html] */
head:first-child+body div.box-clear { display: block; }
/* ====================================================================
nn4clear is as its name suggests, only required for NN4 compatibility
If you don't need that you can remove both this rule and the
relevant div from the html
-------------------------------------------------------------------- */
.nn4clear { clear: both; line-height: 0px; font-size: 1px; }
/*/*/ .nn4clear { display: none; } /* */
/* ====================================================================
box styling
-------------------------------------------------------------------- */
.box-wrap
	{
	padding				: 0px;
  min-width		: 500px;
	color				: #000000;
	background-color	: #dddddd;
	}
.box-header
	{
	margin				: 0px;
	padding				: 10px;
	color				: #000000;
	background-color	: #DDDDDD;
	border				: none;
	}
.box-footer
	{
	margin				: 0px;
	padding				: 10px;
	color				: #000000;
	background-color	: #DDDDDD;
	border				: none;
	}
.main-content
	{
	background			: #DDDDDD;
	}
.menu-content
	{
	background			: #DDDDDD;
	padding	  : 0px 10px;
	}
.main-content
	{
	margin				: 0px;
	padding	  : 0px 10px;
	border				: none;
	}
/* CSS HACK:  position:relative needed by IE6 otherwise the header and col 2 don't show up on initial rendering - they're there but you have to minimise the window or switch to another app and back to see the full effect. But IE5(pc) doesn't like it. And nor does NN4.
NB. the use of pos:rel has to go way beyond skin-deep - any nested element that needs a background colour appears to require to be be relatively positioned */ 
/*/*/
.box-wrap, .pagewidth, .main, .main, h2
	{ position: relative; }

/* */
/* ================================================================
other styling
-------------------------------------------------------------------- */

/**************************/
/*    some formats        */

.headerLogo{
  height:40px;
  width:145px;
  position:relative;
  top:0px;
  background: url(../images/gtube.net.png) no-repeat top left;
}
.headerLogo h1{display:none;}
 
.logotext{
  border:1px solid #333333;
  margin-top: 10px;
  background-color:#EEEEEE;
  padding:1px 10px;
  font-size: 14px;
}

.menuroundbox { background: #222222 url(../images/cl.png) no-repeat top left; }
.menutop { background: url(../images/cr.png) no-repeat top right; }
.menutop  {
        font-family: Verdana,Helvetica,Arial;
        font-size: 12px;
        font-weight: bold;
        text-align:center;
}
.menublock {
                color: #000000;
                background-color:#ffffff;
                border:1px #222222 solid;
                padding-left: 5px;
                padding-right: 5px;

}

.menuroundbox {
        width: 100px;
        color:#ffffff;
        height:auto;
        text-decoration:none;
        font-family: Verdana,Helvetica,Arial;
        font-size: 12px;
        font-weight: normal;
}

.wb{
   border:1px solid #222222;
   background-color:#FFFFFF;
   padding:05px 20px;
   text-align:center;
 }


.roundbox { background: #222222 url(../images/cl.png) no-repeat top left; }
.roundtop { background: url(../images/cr.png) no-repeat top right; }
.roundtop  {
        font-family: Verdana,Helvetica,Arial;
        font-size: 12px;
        font-weight: bold;
        text-align:left;
        padding: 0 1.5em;
}
.roundblock {
                color: #000000;
                background-color:#ffffff;
                border:1px #222222 solid;
                padding: 1em 1.5em;
}

.roundbox {
        width: 100%;
        color:#ffffff;
        text-decoration:none;
        font-family: Verdana,Helvetica,Arial;
        font-size: 12px;
        font-weight: normal;
			  margin-bottom: 1.5em;
}
 .rbannounce{
			  float:right;
				width:67px;
				height:51px;
				margin-right:10px;
				margin-top:10px;
				background: url(../images/topics/topicannouncements.gif) no-repeat top right;
}
.rbannounce h1{display:none;}


.roundblockdate {
				color: #000;
				background-color: #CCCCCC;
				font-size:10px;
				font-weight:normal;
				border-left:1px #222222 solid;
				border-right:1px #222222 solid;
				padding-left: 10px;
}
li {
				padding-bottom: 1em;
}
li h2 {
				font-weight	:	normal;
				font-size		: 1.5em;
}
div
	{
	margin				: 0px;
	padding				: 0px;
	}
h1
	{
	margin				: 0px;
	padding				: 0px;
	}
p
	{
	margin				: 0px;
	}
