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:11px; line-height:16px; font-family: Arial, Tahoma; text-align:center;
}
a { color:#003399;}
a:hover { text-decoration:none;}
.orange { color:#fe5800;}
#bodywrapper {
/* replace margin-top value with the height of your header. */
	margin-top:  120px;
	margin-left:  auto;
	margin-right:  auto;
	margin-bottom:  0;
	padding:  0;
	width:  980px;
/*  Background of the left side menu.  Replace the URL and the background color (#FFFFFF) with your choices for each.)  */
	color:  #000000;
	text-align:left;
}
#head_image { height:150px; background:url(images/head_bckg.jpg) no-repeat #fe5d00; padding:30px 0 30px 50px; line-height:24px;}
#slogan { color:#fff; font-family: "Arial Narrow", Arial, Tahoma; font-size:21px; text-transform:uppercase; }
#slogan h1 { margin:20px 0 0 0; text-transform:uppercase; font-size:20px; color:#FFF; font-weight:normal;}
#under_slogan_text { color:#ffff00; font-size:10px; line-height:12px; padding-top:15px;}
#under_slogan_text p { margin:0; padding:0; font-size:10px line-height:11px; font-family: Arial, Tahoma;}
#contentarea {
 /* replace this value with the width of your left column */
	margin:  0;
	padding:  10px 0 0 0;
	float:  left;
	height:  1%;  /* IE hack due to a bug handling float:  right. */
	width:780px;
}
#contentarea h1 { margin:20px 0 0 0; text-transform:uppercase; font-size:20px; color:#000; font-weight:normal;}
#contentarea h1.h1_small { margin:20px 0 0 0; text-transform:capitalize; font-size:12px; color:#000; font-weight:normal;}
#contentarea h2 { margin:20px 0 0 0; font-size:14px; color:#000; font-weight:normal;}
#contentarea h3 { margin:20px 0 0 0; font-size:11px; color:#000; font-weight:normal;}
#contentarea p.p_default { margin:0; padding:0; font-size:11px; line-height:16px; font-family: Arial, Tahoma; text-align:justify;}
#contentarea p.p_small { margin:0; padding:0; font-size:11px line-height:11px; font-family: Arial, Tahoma;}
#contentarea p.p_link { margin:0; padding:2 px; font-size:11px; font-family: Arial, Tahoma;}
#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;
}
#contentarea ul.ul_footer { width: 100%; margin:0;list-style:none; padding: 0 10px 20px 10px; text-align:left; }
#contentarea li.li_footer { display:inline; font-size:12px; padding: 0 10px 0 10px; }
#contentarea a.a_orange { color:#fe5800;}
#contentarea a.a_orange:hover { color:#990099;}
#contentarea a.a_footer { color: #333333; text-decoration: none;}
#contentarea a.a_footer:hover { color: #fe5800; text-decoration:none;}
table h1 { margin:20px 0 0 0; text-transform:uppercase; font-size:20px; color:#000; font-weight:normal; }
table h2 { margin:20px 0 0 0; font-size:14px; color:#000; font-weight:normal; }
table h3 { margin:20px 0 0 0; font-size:11px; color:#000; font-weight:normal; }
table h1.h1_table { margin:20px 0 0 0; text-transform:uppercase; font-size:20px; color:#000; font-weight:normal; text-align:justify; }
table h2.h2_table { margin:20px 0 0 0; font-size:14px; color:#000; font-weight:normal; text-align:justify; }
table h3.h3_table { margin:20px 0 0 0; font-size:11px; color:#000; font-weight:normal; text-align:justify; }
table p.p_table { font-size:11px; line-height:16px; font-family: Arial, Tahoma; text-align:justify;}
table p.p_tabel { font-size:11px; line-height:11px; font-family: Arial, Tahoma; text-align:justify;}
table ul.ul_table { font-size:11px; line-height:16px; font-family: Arial, Tahoma; text-align:justify; }
#leftcolumn {
	float:  left;
	width:  200px;
	padding: 10px 0 0 0;
}

#leftcolumncontent {
	position:  absolute;
	/* replace top value with the height of your header. */
	top:  357px;
	left:  333px;
	/*  Background of the left side menu.  Replace the URL and the background color (#3F9BCF) with your choices for each.)  */
	background:  url(images/sidebar_bckg.gif) top left repeat-y #FFFFFF;
	color:  #FFFFFF;
	margin:  0;
	padding:  0;
	/* Replace width with the width of your left column. */
	width:  200px;
}
a.a_orange { color:#fe5800;}
a.a_orange:hover { color:#990099;}
h1.h1_left { margin:20px 0 0 0; text-transform:uppercase; font-size:20px; color:#000; font-weight:normal; }
h2.h2_left { margin:20px 0 0 0; font-size:14px; color:#000; font-weight:normal;}
p.p_left { text-align:justify; padding: 0 15px 0 5px }
ul.sidemenu {
	padding: 0;
	margin: 0;
	list-style: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	border-bottom: 1px solid #333333;
	width: 180px;
	background-color: #EEEEDC;
}
 
ul.sidemenu li {
	border-top: 1px solid #333333;
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
}
 
ul.sidemenu li a {
	text-decoration: none;
	display: table-cell;
	width: 180px;
	color: #333333;
	font-weight: bold;
	padding: 2px 0 2px 5px;
}
 
ul.sidemenu li a:hover {
	background-color: #CCCCCC;
	color: #000000;
}

ul.sidemenu li a.active {
	background-color:#FFFF66;
	color:#CC3300;
}

#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:  120px;
/* background for the header.  Replace the URL and the background color (#F2F2F2) with your choices for each.  */
	background:  url(images/header_bckg.gif) top left repeat;
	color:  #000000;
/* put this in to ensure that your header doesn't overlap the body of your website. */
	overflow:  hidden;
}
#logo { width:980px; margin:0 auto; padding:0px; text-align:left }
#logo a{ color:#FFFFFF; text-decoration:none; font-weight:bold; height:12px; font-size:20px; text-transform:uppercase;}
#logo img { border:none;}
#logoright { float:left;}

#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:  94px;
/* Replace with the background image and colour of your footer.  */
	background:  url(images/footer_bckg.gif) #000000;
	color:  #FFFFFF;
}
#left_footer { float:left; padding:40px 0 0 30px; text-transform:uppercase; color:#FFFFFF; font-weight:bold; font-size:11px;}
#left_footer a { color:#FFFFFF;}
#left_footer a:hover { text-decoration:none;}
#right_footer { float:right;  padding:40px 30px 0 0; text-transform:uppercase; color:#FFFFFF; font-weight:bold; font-size:11px; text-align:right;}
#right_footer a { color:#FFFFFF;}
#right_footer a:hover { text-decoration:none;}
