﻿.Link {
	font-size:12pt;
	font-style: BOLD;
	color: rgb(108,102,43);
	font-family: Verdana;
	text-decoration: none
	}
.standardtext {
	text-align: justify;
	font-family: Verdana;
	font-size: 10pt;
	color: rgb(0,0,0);
	text-decoration: none;
	padding-left: 5px;
}

.standarditalic {
	text-align: justify;
	font-family: Verdana;
	font-size: 10pt;
	color: rgb(0,0,0);
	text-decoration: italic;
	padding-left: 5px;
	font-style: italic;
}

a:hover {
	font-family: Verdana;
	font-size: inherit;
	font-style: BOLD;
	color: rgb(166,19,87);
	}

.redheading {
	font-family: Verdana;
	font-size: 12pt;
	color: rgb(166,19,87);
	font-style: normal;
	padding-left: 5px;
}
.Linksmall {
	font-size: 10pt;
	font-style: BOLD;
	color: rgb(139,130,55);
	font-family: Verdana;
	text-decoration: none;
}

.redtext{
	text-align: justify;
	font-family: Verdana;
	font-size: 10pt;
	color: rgb(166,19,87);
	padding-left: 5px;
}

.greentext {
	font-family: Verdana;
	font-size: 12pt;
	color: rgb(108,102,43);
	}

.customlist {
	padding: 0 0 0 5;
	text-align: justify;
	font-family: Verdana;
	font-size: 10pt;
	color: rgb(0,0,0);
}

.greenline {
	vertical-align: top	
}

#bodywrapper {
	/* replace margin-top value with the height of your header. */
	margin: 4px auto 0 auto;
	padding: 0;
	width: 750px; /*  Background of the left side menu.  Replace the URL and the background color (#FFFFFF) with your choices for each.)  */;
	background: rgb(233,230,214);
	color: #000000;
	height: auto;
}

#contentarea {
	/* replace this value with the width of your left column */
	margin: 0 auto 0 0px;
	float: left;
	height: 900px;
	width: 540px;
}
#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;
	height: 900px;
	padding-top: 4px;
	background: rgb(213,210,194);
}
#leftcolumncontent {
	position: absolute; /* replace top value with the height of your header. */;
	top: 165px;
	left: 0; /*  Background of the left side menu.  Replace the URL and the background color (#3F9BCF) with your choices for each.)  */;
	background: rgb(213,210,194);
	color: #FFFFFF;
	margin: 0;
	padding: 0;
/* Replace width with the width of your left column. */	
	width: 200px;
	height: 850px;
	margin-left: 20px;
	margin-top:10px
	
}

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;
	border:0;
	padding:0;
	height:100%; 
	max-height:100%; 
	background:rgb(233,230,214); 
	text-align:justify;
	font-family:verdana; 
	font-size:100%;
	background-image: url('images/bg3.jpg');
  }

/* for internet explorer */
* html body {
  padding:150px 0 50px 0; 
  }

#container {
	font-family: verdana, serif;
	font-size: x-large;
	position: auto;
	top: 0px;
	left: 0;
	bottom: 25px;
	right: 0;
	overflow: visible;
	align: center;
	background-image: url('images/bg3.jpg');

	}

* html #container {
  height:100%; 
  width:750px; 
  align:center;
  }


#header {
/*	position: absolute;*/
	top: 0;
	left: auto;
	right: auto;
	width: 750px;
	height: 160px;
	overflow: visible;
	margin: 0 auto 0 auto;

}
* html #header {height:160px;}

#footer {
	background-position: inherit;
	position: fixed;
	bottom: 0px;
	left: 0;
	width: 100%;
	height: 50px;
	overflow: visible;
	text-align: center;
	background-image: url('images/bg3.jpg');
	font-family: Verdana;
	font-size: 16pt;
	background-repeat: inherit;
	vertical-align: text-top;
	background-attachment: inherit;
}
* html #footer {
height:50px;
background-image: inherit;
}