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: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
    color: #333;
    background-color: #ffffff;
}

#leftbackground {
/* replace this value with the height of your header. */
	margin-top:  40px;
	margin-bottom:  0;
	margin-left:  0;
	margin-right:  0;
	padding:  0;
/* Replace URL and background color attributes with the attributes corresponding with your background URL and color, respectively */
/*	background:  url(../layoutimages/body_bg-2.gif) top left repeat-y #FFFFFF; /*
	color:  #000000;
/*  Replace with your choice of layout width.  */
	width:  900px;
}
#rightbackground {
	margin:  0; 
	padding:  0;
/* Replace URL and background color attributes with the attributes corresponding with your background URL and color, respectively */
	background:  url(../layoutimages/body_bg-2.gif) top right repeat-y;
/*  Replace with your choice of layout width.  */
	width:  900px;
	position:  relative;
}
#leftcolumn {
	float:  left;
	width:  160px;
	padding:  0;
/* Replace URL and background color attributes with the attributes corresponding with your background URL and color, respectively */
/*	background:  url(../layoutimages/body_bg-2.gif) top left repeat-y; */
	color:  #FFFFFF;
}

#rightcolumn {
	float:  right;
	width:  250px;
	margin:  0; 
	padding:  0;
/* Replace URL and background color attributes with the attributes corresponding with your background URL and color, respectively */
/*	background:  url(../layoutimages/body_bg-2.gif) top right repeat-y; */
	color:  #FFFFFF;
}

#contentarea {
	margin:  0;
	margin-top:  50px;
/*  Replace with your choice of content area width.  */
	width:  480px;
	background-color:  #FFFFFF;
	color:  #000000;
	height:  1%; /*  IE hack related to float:  left bug.  */
	float:  left;
}
#contentarea[id] {
/* This div is in place to counter the differences in handling the middle column (#contentarea) between Firefox and IE.  IE will ignore this section, whereas Firefox will acknowledge it. */
	float:  none;
	margin-left:  165px;
	margin-right:  255px;
}


#leftcolumncontent {
	position:  absolute;
/* replace this value with the height of your header. */
	top:  40px;
	left:  5px;
/* replace with the width of your left column div */
	width:  150px;
/* Replace URL and background color attributes with the attributes corresponding with your background URL and color, respectively */
/*	background:  url(../layoutimages/body_bg-2.gif) top right repeat-y #3F9BCF; */
	color:  #000000;
}
#rightcolumncontent {
	position:  absolute;
/* replace this value with the height of your header. */
	top:  40px;
/* replace with the sum of the widths of your left column and content area divs. */
	left:  650px;
/* replace with the width of your right column div */
	width:  200px;
/* Replace URL and background color attributes with the attributes corresponding with your background URL and color, respectively */
/*	background:  url(../layoutimages/body_bg-2.gif) top right repeat-y #3F9BCF; */
	color:  #000000;
}
#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:  40px;
/* background for the header.  Replace the URL and the background color (#F2F2F2) with your choices for each.  */
    background:#000  url(../images/top_bg.jpg) repeat-x top left;
/* put this in to ensure that your header doesn't overlap the body of your website. */
	overflow:  hidden;
}

#headercontent 
{
    margin:12px 0 0 0;
}


#footer {
	margin:  0;
	padding:  0;
/*  Replace with the width of your footer.  Optional. */
	width:  900px;
/* Replace with the height of your footer.  Optional.  */
	height:  20px;
/* Replace with the background image and colour of your footer.  */
	background-color:  #3F9BCF;
	color:  #FFFFFF;
}

H1
{
    FONT-WEIGHT: normal;
    MARGIN-BOTTOM: 4px;
    COLOR: #330033;
	line-height:1.5; 
	font-size:14pt;
    FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
    text-decoration: none;
}

H1 a
{
    COLOR: #330033;
    text-decoration: none;
}


H2
{
    FONT-WEIGHT: bold;
    MARGIN-BOTTOM: 4px;
    COLOR: #330033;
	line-height:1.5; 
	font-size:10pt;
    FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

H3
{
    FONT-WEIGHT: bold;
    MARGIN-BOTTOM: 4px;
    COLOR: #330033;
	line-height:1.5; 
	font-size:8pt;
    FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

a
{
    text-decoration: none;
}
