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;
}

#bodywrapper {
	/* replace margin-top value with the height of your header. */
	margin-top:  269px;
	margin-left:  0;
	margin-right:  0;
	margin-bottom:  0;
	padding:  0;
	/* Replace width value with your choice of layout width. */
	width:  778px;
	/*  Background of the left side menu.  Replace the URL and the background color (#FFFFFF) with your choices for each.)  */
	background:  url(images/background_side.jpg) repeat-y left top;
	color:  #000000;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: none;
	color: #D86E2D;
	text-decoration: none;
	text-align: justify;
	padding-top: 25px;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-align: justify;
	margin-left: 10px;
	margin-right: 10px;
}



#contentarea {
 /* replace this value with the width of your left column */
	margin:  0;
	padding:  0;
	float:  left;
	height:  1%;  /* IE hack due to a bug handling float:  right. */
	width:  600px;
}
#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:  176px;
}
#header-strip {
	float: left;
	height: 30px;
	width: 778px;
	background-color: #A7B8DB;
}


#leftcolumn {
	float:  left;
	width:  176px;
}

#leftcolumncontent {
	position:  absolute;
/* replace top value with the height of your header. */
	top:  269px;
	left:  0;
/*  Background of the left side menu.  Replace the URL and the background color (#3F9BCF) with your choices for each.)  */
	background:  url(images/background_side.jpg) repeat-y left top;
	color:  #FFFFFF;
	margin:  0;
	padding:  0;
/* Replace width with the width of your left column. */
	width:  176px;
}

#header {
	position:  absolute;
	top:  1px;
	left:  1px;
/* 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:  778;
/* replace this value with the height of your header. */
	height:  269px;
/* 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;
}

#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:  778px;
	/* Replace with the height of your footer.  Optional.  */
	height:  20px;
	/* Replace with the background image and colour of your footer.  */
	background:  url(images/background_side.jpg) repeat;
	color:  #FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}
.contact {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	margin-left: 10px;
	background-image: url(images/background_side.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
a.white-link:link, a.white-link:hover, a.white-link:visited  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;
	margin-left: 10px;
}

.img-right {
	text-align: right;
	padding-bottom: 8px;
	padding-left: 12px;
	float: right;
}
.img-border {
	border: 1px solid #000000;
}
a.main-links:link, a.main-links:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #003366;
	text-decoration: underline;
}
a.main-links:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #003366;
	text-decoration: none;
}
