/* This is just here for formatting purposes.  This has nothing to do with the layout. */
@import url(../CSS/defaultstyles.css);

body {
	font: 75%/150% Verdana, Arial, Helvetica, sans-serif;
 	color: #2c2c2c;
	background: #ffffff;
	margin: 0;
	padding: 0;
}
a {
	color: #ff6f00;
	text-decoration: none;
}
a:visited {
	color: #ff6f00;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
img {
	border: none;
}
p {
	padding: 0px 0px 15px;
	margin: 0px;
}
h1 {
	margin:0px;
	
	padding-left: 0px;
	height: 60px;
	font: bold 36px/100% "Trebuchet MS", Tahoma, Arial;
	color: #555555;
}
h1 a, h1 a:visited{
	color: #ffffff;
	text-decoration: none;
}
h1 a:hover{
	color: #ffffff;
	text-decoration: none;
}
h2 {
	color: #000000;
	margin: 0px 0px 2px;
	border-bottom: 1px dotted #8E5341;
    font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding-bottom: 3px;
}
h2 a, h2 a:visited {
	color: #000000;
	text-decoration: none;
}
h2 a:hover {
	color: #000000;
	text-decoration: none;
}
h3 {
	color: #000000;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin: 10px 0px 5px;
	border-bottom : 1px dotted #8E5341;
    
}
h4 {
	color: #000000;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin: 10px 0px 5px;
	border-bottom : 1px dotted #8E5341;
    
}
form {
	margin:0px;
	padding:0px;
}


#bodywrapper {
/* replace margin-top value with the height of your header. */
	margin-top:  285px;
	margin-left:  0;
	margin-right:  0;
	margin-bottom:  0;
	padding:  0;
/* Replace width value with your choice of layout width. */
	width:  1000px;
/*  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 #FFFFFF;
	color:  #000000;
}

#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:  800px;
	border-right: thin #333333;
}
#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:  200px;
}

#leftcolumn {
	float:  left;
	width:  200px;
}

#leftcolumncontent {
	position:  absolute;
	/* replace top value with the height of your header. */
	top:  292px;
	left:  0px;
	/*  Background of the left side menu.  Replace the URL and the background color (#3F9BCF) with your choices for each.)  */
	color:  #FFFFFF;
	margin:  0;
	padding:  0;
	/* Replace width with the width of your left column. */
	width:  200px;
}

#leftcolumncontent li { padding: 2px 0 2px 0px;
	border-bottom: 1px solid #E4F1F5;
	list-style: none;
	}
#leftcolumncontent li a {text-decoration: none; 
list-style: none;}
#leftcolumncontent li a:hover {color : #FFEB31;}

#header {
	position:  absolute;
	top:  0;
	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:  100%;
	/* replace this value with the height of your header. */
	height:  285px;
	/* 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;
	border-right: #333333 thin;
}

#footer {
/* This is needed to ensure that the footer appears below your content and menus. */
	clear:  both;
	margin-left:  200px;
	padding:  0;
/* The footer can be set to either a fixed width or a liquid width.  This is an optional property. */
	width:  770px;
/* Replace with the height of your footer.  Optional.  */
	height:  100px;
/* Replace with the background image and colour of your footer.  */
	color:  #FFFFFF;
}
