body {
	margin: 0px;
	height: 100%;
	padding: 0px;
	font-size: 12px;
	background: url(../images/bg.jpg);
	background-repeat: repeat-x;
	/*EDIT ME*/
	background-color: #959595;
}

#encompasser {
	position: relative;
	width: 800px;
	height: 100%;
	margin: 0 auto;
	padding: 0px;
	border: 0px;	
}

#container {
	float: none;
	/*position: relative;*/
	width: 780px;
	height: 100%;
	margin: 0 auto;
	padding: 5px 0px 10px 0px;
	/*EDIT ME*/
	border: 0px;
	border-style: solid;
	border-color: #B3B3B3;
	/*background-color: #FFFFFF;*/
	background: url(../images/innerbg.jpg);
}

#bg_left {
	float: left;
	margin: 0 auto;
	width: 10px;
	height: 500px;
	padding: 0px;
	border: 0px;
	background: url(../images/bgleft.jpg);	
	background-repeat: repeat-y;
	z-index: 3;
}

#bg_right {
	float: right;
	margin: 0 auto;
	height: 500px;
	width: 10px;
	padding: 0px;
	border: 0px;
	background: url(../images/bgright.jpg);	
	background-repeat: repeat-y;
	z-index: 3;
}

h1 {
	font-family: arial, helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	line-height: 18px;
	/*EDIT ME*/	
	color: #750000;
	text-decoration: underline;
}

h3 {
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 12px;
	/*letter-spacing: 5px;*/	
	color: #FFFFFF;
}

h4 {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 12px;
	/*letter-spacing: 5px;*/	
	color: #FFFFFF;
}

p {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 15px;
	text-align: justify;
	/*EDIT ME*/
	color: #5d5d5d;
}

HR {
    height:1px;
    text-align: center;
    width:75%;
    background:#000000;
	margin: 0 auto;
}

select {
	color: #000000; 
	font-size: 10px; 
	font-weight: normal; 
    font-family: Arial, Helvetica, sans-serif;
	z-index: 6;
}

ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	line-height: 24px;
	font-weight: normal;
	color: #205B8E;
	text-indent: 5px;
	list-style-position: outside;
	list-style-type: circle;
	padding-left: 10px;
	margin: 0 auto;
}

ol {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 15px;
	/*EDIT ME*/	
	color: #562F00;
	font-style: normal;
	font-weight: normal;
	text-indent: 5px;
	list-style: letters-outside;
	list-style-position: outside;
	list-style-type: number;
	padding-left: 10px;
	margin-left: 20px;
}

ul.listing {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	line-height: 20px;
	font-weight: normal;
	/*EDIT ME*/	
	color: #FFFFFF;
	text-indent: 5px;
	list-style-position: inside;
	list-style-type: circle;
	padding-left: 10px;
	margin: 0 auto;
}

ul.headlinelisting {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	color: #777777;
	text-indent: 0px;
	list-style-position: outside;
	list-style-type: circle;
	padding-left: 15px;
	margin: 0 auto;
}

pre {
	text-align: left;
	color: #EFAB8E; 
	font-size: 10px; 
	font-weight: bold; 
    font-family: Arial, sans-serif;
	line-height: 2px;
}

a span {
	display: none;
	position: relative;
}
 
a:hover span {
  	position: absolute;
  	width: 250px;
  	display: block;
  	background: #fdd;
	border: 1px;
	border-style: solid;
	border-color: #608E32;
	background-color: #3C5A1E;
	padding: 5px;
	line-height: 12px;
	color: #7FBC42;
	text-decoration: none;
	z-index: 1000;
}

a:link {
	color: #1D5632;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

	/*EDIT ME*/
a.listing:link {color: #FFFFFF; text-decoration: none;}
a.listing:visited {color: #FFFFFF; text-decoration: none;}
a.listing:hover {color: #E2E1E1; text-decoration: underline;}
a.listing:active {color: #FFFFFF; text-decoration: none;}

a.latest:link {color: #205B8E; text-decoration: none;}
a.latest:visited {color: #205B8E; text-decoration: none;}
a.latest:hover {color: #105683; text-decoration: underline;}
a.latest:active {color: #205B8E; text-decoration: none;}

a.buttons:link {color: #D1DFF0; text-decoration: none;}
a.buttons:visited {color: #D1DFF0; text-decoration: none;}
a.buttons:hover {color: #FFFFFF; text-decoration: none;}
a.buttons:active {color: #D1DFF0; text-decoration: none;}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}

/* WEBSITE UNIQUE ELEMENTS */

#content {
	position: relative;
	width: 766px;
	margin: 5px 7px 0px 7px;
	padding: 0px;
	border: 0px;
	text-align: center;
}

#col1 {
	float: left;
	width: 250px;
	height: 100%;
	margin: 0 auto;
	padding: 0px;
	border: 0px;
}

#col2 {
	float: right;
	width: 511px;
	height: 100%;
	margin: 0 auto;
	padding: 0px;
	border: 0px;
}

#logo {
	position: relative;
	width: 250px;
	height: 124px;
	margin: 0 auto;
	padding: 0px;
	border: 0px;
	z-index: 3;
}

#pagetitle {
	position: relative;
	width: 250px;
	height: 36px;
	/*height: 22px;*/
	margin: 0 auto;
	padding: 0px;
	/*padding: 7px 0px 7px 0px;*/
	border: 0px;
	/*background-color: #D4EEDD;*/
	/*background: url(../images/logo.jpg);*/
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 24px;
	font-weight: bold;
	color: #367A4F;	
}

#slogan {
	position: relative;
	width: 230px;
	height: 51px;
	margin-top: 5px;
	padding: 12px 10px 20px 10px;
	border: 0px;
	background-color: #B4E3C4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	line-height: 15px;
	font-weight: bold;
	color: #79B08E;	
}

#pages {
	position: relative;
	width: 238px;
	margin-top: 5px;
	padding: 10px 10px 10px 0px;
	/*EDIT ME*/	
	border: 1px;
	border-style: solid;
	border-color: #7B7B7B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 15px;
	font-weight: bold;
	text-align: left;
	color: #A16319;
	background-color: #A09F9F;
	/*background: url(../images/pages_bg.jpg);
	background-repeat: repeat-y;*/
}

#mainimg {
	position: relative;
	width: 511px;
	height: 124px;
	margin: 0 auto;
	padding: 0px;
	border: 0px;
}

#article {
	position: relative;
	width: 511px;
	height: 100%;
	margin: 0 auto;
	padding: 5px 0px 0px 0px;
	border: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 15px;
	font-weight: bold;
	/*EDIT ME*/	
	color: #392E1D;	
	text-align: justify;	
}

.article2 {
	position: relative;
	width: 511px;
	height: 100%;
	margin: 0 auto;
	padding: 5px 0px 0px 0px;
	border: 0px;
	text-align: left;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 15px;
	color: #454544;	
}

#foot {
	position: relative;
	width: 728px;
	height: 40px;
	margin: 0 auto;
	padding: 10px 0px 0px 0px;
	border: 0px;
	text-align: center;
}

/* AD UNITS */

#ad1 {
	position: relative;
	width: 728px;
	height: 90px;
	margin: 0 auto;
	padding: 0px;
	border: 0px;
	text-align: center;
}

#ad2 {
	position: relative;
	width: 250px;
	height: 250px;
	margin-top: 5px;
	padding: 0px;
	border: 0px;
	text-align: center;
}

#ad3 {
	float: right;
	width: 120px;
	height: 240px;
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0px;
	border: 0px;
}

#ad4 {
	float: left;
	width: 120px;
	height: 90px;
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0px;
	border: 0px;
}

#ad5 {
	position: relative;
	width: 728px;
	height: 15px;
	margin: 0 auto;
	padding: 0px;
	border: 0px;
	text-align: center;
}