/* Before finalizing, check out http://www.searchenginefriendlylayouts.com/CSS/defaultstyles.css and source of http://www.searchenginefriendlylayouts.com/layouts/2_column_liquid_layout%2c_left_side_menu%2c_header%2c_footer_14.html */

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.9em;
	font-family:	Tahoma, Verdana, Arial, sans-serif;
	background-color:	#3F9BCF;
}

#bodywrapper {
/* replace margin-top value with the height of your header. */
	margin-top:  7.9em;
	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.)  */
	background:  url(../LayoutImages/body_bg.gif) top left repeat-y #3F9BCF;
	color:  #000000;
}

#contentarea {
 /* replace this value with the width of your left column */
	margin:  0;
	padding:  .5em;
 	float:  left;
	/*height:  1%;  /* IE hack due to a bug handling float:  right. */
	background:  url(../LayoutImages/body_bg.gif) top left repeat-y #FFFFFF;
	position:	absolute;
	top:  7.9em;
	left:  13.9em;
}
#contentarea[id] {
/* Put in place for Firefox, and any browser that will render this section correctly.  IE has a bug involving float:  none. */
	float:  none;
	/*margin-left:  13.9em;*/
}

#leftcolumn {
	float:  left;
	width:  13.4em;
	padding-left:  0.5em; 
	/* padding was 0  */
	position:  absolute;
/* replace top value with the height of your header. */
	top:  7.9em;
	left:  0;
}
#leftcolumncontent {
	position:  absolute;
/* replace top value with the height of your header. */
	top:  7.9em;
	left:  0;
/*  Background of the left side menu.  Replace the URL and the background color (#3F9BCF) with your choices for each.)  */
	background:  url(../LayoutImages/body_bg.gif) top left repeat-y #3F9BCF;
	color:  #FFFFFF;
	margin:  0;
	padding:  0; 
		/* padding was 0  */
/* Replace width with the width of your left column. */
	width:  13.4em;
}


#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:  7.9em;
/* background for the header.  Replace the URL and the background color (#F2F2F2) with your choices for each.  */
	background:  url(../LayoutImages/top_bg.gif) 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(../LayoutImages/body_bg.gif) top left repeat-y #3F9BCF;
	color:  #FFFFFF;
	margin:  0;
	padding:  0;
}

#logo {
	position:  absolute;
	top:  1.2em;
	left:  0;
	width:  100%;
	height: 4em;
	padding-left: 20px;
}

#menu {
	position:  absolute;
	top:  5.2em;
	left:  0;
	width:  100%;
	height:  2.7em;
	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;
}

#menu a:hover {
	color:   #E07C30;
}

#footer {
/* This is needed to ensure that the footer appears below your content and menus. */
	clear:  both;
	margin:  0;
	padding:  0;
/* The footer can be set to either a fixed width or a liquid width.  This is an optional property. */
	width:  100%;
/* Replace with the height of your footer.  Optional.  */
	height:  3em;
/* Replace with the background image and colour of your footer.  */
	font-size:   .8em;
	text-decoration:   none;
	color:  #FFFFFF;
	background:  url(../LayoutImages/body_bg.gif) #3F9BCF;
}
#footer a {
	color:   white;
	font-weight:   bold;
	text-decoration:   none;
}
#footer a:hover {
	color:   #E07C30;
}

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;
	font-size:   1.2em;
}
a img {
	border: none; 
}
dt{
	font-size:   	1.3em;
	font-weight:   	bold;
}
.diggholder, div.diggholder a	{
	color: 				white;
	text-decoration:	none;
	cursor: pointer;
}
div.diggholder a:hover, div.diggholder a:active	{
	color:   #E07C30;
}
a.nodecor	{
	text-decoration:	none;
	color: 				black;
}
