html,body
	{
	height: 100%;
	margin:0;
	padding:0;
	line-height: 1.5em;
	font: 100% arial, sans-serif;
	color: #000000;
	background: url('../grafix/body_background.png') fixed repeat-x #ffffff;
	}

/* Link Styles */

:-moz-any-link:focus { outline: none; } 
:focus { -moz-outline-style: none; } 

a:link, a:visited, a:active
	{
	font-size: 12px;
	font-weight: bold;
	color: #2828d1;	
	outline: none;
	text-decoration: none;
	border: 0;
	}

a:hover
	{
	font-size: 12px;	
	font-weight: bold;
	color: #cc0000;	
	outline: none;
	text-decoration: underline;
	border: 0;
	}

/* Div Styles */

#container
	{
	width: 1000px; /*Width of main container*/
	height: 100% auto;
	margin: 0 auto; /*Center container on page*/
	}

#header
	{
    	margin: 0;
    	padding: 0px;	    	
	}
	
#top-menu
	{
	background:  url('../grafix/menu_background.png') repeat-x;
	align: center;
    	margin: 0px;
    	margin-top: -4px;    
    	padding: 0px;	
	height: 31px;
	}

#contentwrapper
	{
	width: 100%;
	height: 100% auto;
	}
	
#leftcolumn
	{
	position: relative; /*ie needs this to show float */
	float: left;	
	left: 0px;
	background: transparent;
    	width: 160px;
    	margin: 0px;
	}

#contentcolumn
	{
	position: relative; /*ie needs this to show float */
	float: left;
    	width: 680px;
	min-height: 500px;
	height: 100%;
	overflow: auto;
	scrolling: false;
	}

#rightcolumn
	{
	position: relative; /*ie needs this to show float */
	clear: left right;
	top: 0px;
    	float: right;
    	width: 160px;
    	background-color: transparent;
	}

#bottom-menu
	{
	position: relative; /*ie needs this to show float */	
	clear: left;
	float: left;
	background:  transparent;
	height: 31px;
	color: #ffffff;
	width:100%;
	text-align:center;
	}

#footer
	{
	position: relative; /*ie needs this to show float */	
	clear: left;
	float: left;
	background:  url('../grafix/menu_background.png') repeat-x;
	height: 31px;
	color: #ffffff;
	width:100%;
	}

.innertube
	{
	margin: 5px; /*Margins for inner DIV inside each column (to provide padding)*/
	}


/* Div text styles */

#top-menu h1
	{
	margin:0;
	padding: 0px;
	text-align: center;
	color: #ffffff;
	font-size: 24px;
	}

#content p
	{
	line-height:1.4
	}

#footer p
	{
	margin:0;
	padding:5px 10px
	}

/* Text styles */

p
	{
	margin: 0 10px 10px;
	}

.sidebar
	(
	font-size: 8px;
	}

/* Rounded Corner Text Box*/

.textbox 
	{
	background: url(grafix/rounded.gif) no-repeat top left;
	height: 22px;
	width: 100px;
	}
	
.text-box 
	{
	border: 0;
	width:90px;
	margin-top:3px;
	}