


body {
/* Always use margin:  0;  padding:  0; as margin controls for your page itself.  Setting both to 0 ensures that your page will spread to the outer edges of the browser window. */
	margin:  0;
	padding:  0;
	font-size:	0.7em;
	font-family:	Verdana, Tahoma, Arial, sans-serif;
	background-color:	 #3F9BCF;
}

#leftbackground {
/* replace this value with the height of your header. */
	margin-top:  6.4em;
	margin-bottom:  0;
	margin-left:  0;
	margin:  0;
	padding:  0;
/* Replace URL and background color attributes with the attributes corresponding with your background URL and color, respectively */
	background:  url() top left repeat-y #3F9BCF; /* Used to be #FFFFFF */
	color:  #000000;
}

#rightbackground {
	margin:  0; 
	padding:  0;
/* Replace URL and background color attributes with the attributes corresponding with your background URL and color, respectively */
	background:  url() top right repeat-y  #3F9BCF;
	text-align:		center;
}

#leftcolumn {
	float:  left;
	width:  13.4em;
	margin:  0; 
	padding:  0;
/* Replace URL and background color attributes with the attributes corresponding with your background URL and color, respectively */
	background:  url() top left repeat-y/* #3F9BCF*/;
	color:  #FFFFFF;
	text-align: 	center;
}

#rightcolumn {
	float:  right;
	width:  13.4em;
	margin:  0; 
	padding:  0;
/* Replace URL and background color attributes with the attributes corresponding with your background URL and color, respectively */
	background:  url() top right repeat-y/* #3F9BCF */;
	color:  #FFFFFF;
/*	text-align: 	center;	*/
}

#contentarea {
	margin-top:  6.4em;  
	margin-bottom:  0;
	margin-left:  13.4em;
	margin-right:  13.4em;
	background-color:  #FFFFFF;
	color:  #000000;
	padding:  .5em;
	height:  1%; /*  IE hack related to float:  left bug.  */
}

#leftcolumncontent {
	position:  absolute;
/* replace this value with the height of your header. */
	top:  6.4em;
	left:  0;
/* replace with the width of your left column div */
	width:  13.4em;
/* Replace URL and background color attributes with the attributes corresponding with your background URL and color, respectively */
	background:  url() top right repeat-y #3F9BCF;
	color:  #FFFFFF;
	/* font-size:	.9em; */
}
/*div#leftcolumncontent div, div#leftcolumn div{
	padding-left:	.5em;
	text-align:		left;
	background-color:	#3F9BCF;
}
div#leftcolumncontent div a, div#leftcolumn div a{
	text-decoration:	none;
	color:  #FFFFFF;
}
#leftcolumncontent div:hover, #leftcolumn div:hover{
	background-color:	#a07c30;
}
*/

#rightcolumncontent {
	position:  absolute;
/* replace this value with the height of your header. */
	top:  6.4em;
	right:  0;
/* replace with the width of your right column div */
	width:  13.4em;
/* Replace URL and background color attributes with the attributes corresponding with your background URL and color, respectively */
	background:  url() top right repeat-y #3F9BCF;
	color:  #FFFFFF;
/*	text-align:		center; */
}

#columnsize {
	clear:  both;
/* this is the lowest possible value that will ensure three columns.  Do not lower this value, or your layout will break up. */
	height:  1px; 
	overflow:  hidden;
	border:  none;
	margin:  0; 
	padding:  0;
	background:  transparent;
}

#header {
	position:  absolute;
	top:  0;
	left:  0;
/* The header can be set to either a fixed width or a liquid width.  I prefer to make the header a liquid width for aesthetic purposes, but changing it to a fixed width will not affect the layout.  This is an optional property. */
	width:  100%;
/* replace this value with the height of your header. */
	height:  6.4em;
/* background for the header.  Replace the URL and the background color (#F2F2F2) with your choices for each.  */
	background:  url() top left repeat #F2F2F2;
	color:  #000000;
/* put this in to ensure that your header doesn't overlap the body of your website. */
	overflow:  hidden;
	padding:   0;
}
#headerstripe {
	position:  absolute;
	top:  0;
	width:  100%;
	height:  1.2em;
	overflow:  hidden;
	background:  url() top left repeat-y #3F9BCF;
	color:  #FFFFFF;
	margin:  0;
	padding:  0;
}
#logo {
	position:  absolute;
	top:  1.2em;
	left:  0;
	width:  100%;
	height: 4em;
}
div#logo h1 {
	font-size: 		2.8em;
	margin:			0;
	padding:		0;
	padding-left: 	5px;
}
#menu {
	position:  absolute;
	top:  5.2em;
	left:  0;
	width:  100%;
	height:  1.2em;
	padding:  .1em;
	background:  #3F9BCF;
	overflow:  hidden;
}
#menu div {
	font-size:   .8em;
	font-weight:   bold;
	float:   left;
	text-decoration:   none;
	padding-left:   1em;
	padding-right:   1em;
}
#menu a {
	color:   white;
	text-decoration:   none;
}


#footer {
	margin:  0;
	padding:  0;
/*  Replace with the width of your footer.  Optional. */
	width:  100%;
/* Replace with the height of your footer.  Optional.  */
	height:  3em;
/* Replace with the background image and colour of your footer.  */
	text-decoration:   none;
	background:  url() #3F9BCF;
	color:  #FFFFFF;
}
#footer a {
	color:   white;
	font-weight:   bold;
	text-decoration:   none;
}
#footer a:hover {
	color:   #a07c30;
}
h1 {
	font-size: 2em;
	margin-top:  0;
	margin-bottom:  .1em;
}
h2 {
	font-size: 1.5em;
	margin-top:  0;
	margin-bottom:  .1em;
}
.headerlink {
	text-decoration:   none;
	font-weight:   normal;
	color:   black;
}
.menulink{
	text-decoration: none;
	font-weight: bold;
}
.black {
	color:   black;
	padding-right:   -1.5em;
}
.code {
	font-family:   "Courier New", Courier;
	color:   red;
	
}
a img {
	border: none; 
}






























































#diggholder	{
	margin-top:		2em;
	background-color:	transparent;
}
div#diggholder a {
	text-decoration:	none;
	color:		black;
}
div#diggholder a:hover, div#diggholder a:active {
	background-color:	#a07c30;
}

.linktrades {
	border-bottom:	white 1px solid;
	margin-left:	.3em;
	margin-right:	.3em;
}
.linktraded {
	border-top: 	white 1px solid;
}
.linktraded a {
	color:	white;
	text-decoration:	none;
}
.linktraded a:hover, .linktraded a:active  {
	background-color:	#a07c30;
}




.sidemenulayout {
	background-color:  #f2f2f2; 
	color:  #3F9BCF;
	border:  1px solid #000000;
/*	width:  198px; */
	margin-bottom:  0;
	margin-top:  1em;
	margin-left:  0;
	margin-right:  0;
	padding:  0;
}
.sidemenulayout h2 {
	background-color:  #a07c30;
	color:  #FFFFFF;
/*	width:  198px; */
	padding-top:  0;
	padding-bottom:  0;
	padding-left:  0;
	padding-right: 0;
	margin-bottom:  10px;
	margin-top:  0;
	margin-left:  0;
	margin-right:  0;
	font-size:	1.4em;
}
.sidemenulayout a {
/*	width:  188px; */
	padding-left:  5px;
	padding-right:  5px;
	padding-top:  2px;
	padding-bottom:  2px;
	display:  block;
	color:  #005282;
	background-color:  #F2F2F2;
	text-decoration:  none;
}
.sidemenulayout a:hover {
	background-color:  #a07c30;
	color:  #F2F2F2;
}
.sidemenulayout div a {
/*	width:  188px; */
	padding-left:  5px;
	padding-right:  5px;
	padding-top:  2px;
	padding-bottom:  2px;
	display:	inline;
	color:  #005282;
/*	background-color:  #F2F2F2; */
	text-decoration:  none;
}
.sidemenulayout div{
/*	width:  188px; */
	padding-left:  5px;
	padding-right:  5px;
	padding-top:  2px;
	padding-bottom:  2px;
	display:  block;
	color:  #005282;
	background-color:  #F2F2F2;
	text-decoration:  none;
}
.sidemenulayout div:hover {
	background-color:  #a07c30;
	color:  #F2F2F2;
}

.sidemenulayout h2 a {
	background-color:  #a07c30;
	color:  #FFFFFF;
/*	width:  198px; */
	padding-left:  5px;
	padding-right:  5px;
	padding-top:  2px;
	padding-bottom:  2px;
	margin-bottom:  10px;
	margin-top:  0;
	margin-left:  0;
	margin-right:  0;
}
/*#bodywrapper {
/* replace margin-top value with the height of your header. */
/*	margin-top:  0em;
	margin-left:  0;
	margin-right:  0;
	margin-bottom:  0;
	padding:  0;
	width:  100%;
/*  Background of the left side menu.  Replace the URL and the background color (#FFFFFF) with your choices for each.)  */
/*	color:  #000000;
}
*/
