body {
	background-color: White;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
}

#wrapper
{
	width: 950px;
	margin: 0px auto;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	background-repeat:no-repeat;
}

 #header
{
	top: 0px;
	left: 0px;
	width: 100%;
	padding: 0 0 0 0;
	margin-right: 10;
	margin-left: 0;
	height: 50px;
	text-align: left;
}

 #leftcolumn
{
	position: absolute;
	top: 220px;
	left: 0px;
	width: 150px;
	font-size: 11px;
	text-align: right;
}

#rightcolumn {
	position: absolute;
	top: 250px;
	right: 0px;
	width: 160px;
	float: right;
	padding: 0 0 0 0;
}

#navbar 
 {
	margin: 0x 0px 0px 50px;
	height: 80px;
	font-family: Verdana, Arial, Tahoma, Times, sans-serif;
	text-align: left;
	font-size: 1em;
}

#centercolumn
{
	top: 150px;
	margin-left: 175px;
	margin-right: 25px;
	padding: 0 0 0 0;
	position: static;
}

#wrapper2
{
	width: 350px;
	text-align: justify;
	border: thick;
	border-color: Olive;
}

#wrapper3
{
	width: 450px;
	border: thick;
	border-color: Black;
	border-style: solid;
	padding: 25px;
}

#container-example1
{
	font-family: fantasy, "Courier New", Courier, monospace;
	font-size: 32px;
	font-weight: bolder;
	color: #6495ED;
	background-color: #00008B;
	width: 350px;
}

#container-example2
{
	font-family: fantasy, "Courier New", Courier, monospace;
	font-size: 32px;
	font-weight: bolder;
	color: Lime;
	background-color: #FF69B4;
	border: thick;
	border-color: Red;
	border-style: solid;
}

#row-example  
{
	background-color: Yellow;
	width: 100%
}

#wrapperindent
{
	width: 75%;
	text-align: left;
	border: thick;
	border-color: Olive;
	padding: 15px;
	border-style: solid;
	background-color: #FAFAD2;
}

#wrapperindent2
{
	width: 75%;
	text-align: left;
	background-color: #F0FFFF;
	font-size: 11px;
	padding: 15 15 15 15;
}


.h1 {
	font-size: 14pt;
	color: Black;
	text-align: left;
	font-weight: bold;
	border-bottom-color: Black;
	border-bottom-width: 3px;
	border-bottom-style: double;
}

.h2 {
	font-size: 14pt;
	color: #4682B4;
	text-align: center;
	font-weight: bold;
}

.h3 {
	font-size: 12pt;
	color: Black;
	text-align: left;
	font-weight: bold;
}

.h4 {
	font-size: 14pt;
	color: Black;
	text-align: left;
	font-weight: bold;
	border-top-color: Black;
	border-top-width: 3px;
	border-top-style: double;
}

.bold {
font-weight: bold 
}

.center {
text-align: center;
}

.textc {
text-align: center;
color: Gray;
}

.textc2 {
text-align: center;
font-size: 12px;
color: Gray;
}

.red {
	color: #DC143C;
}

.bigger {
font-size: larger;
font-weight: bolder;
}

#indent {
	width: 700px;
	padding: 15px;
	margin: 25px;
}

a.l1:link {
	color: #008B8B;
	text-decoration: none;
}
a.l1:active {
	color: #4682B4;
	text-decoration: none;
}
a.l1:visited {
	color: #4682B4;
	text-decoration: none;
}
a.l1:hover {
	color: #4682B4;
	text-decoration: none;
}


a.l2:link {
	color: #008B8B;
	text-decoration: none;
	background-color: Black;
	border: medium;
	width: 200px;
}
a.l2:active {
	color: Yellow;
	text-decoration: none;
	background-color: #BDB76B;
	border: medium;
}
a.l2:visited {
	color: Yellow;
	text-decoration: none;
	background-color: #FFFFF0;
	border: medium;
}
a.l2:hover {color: Yellow; text-decoration: none;
	background-color: Black;
		border: medium;
}


.textbg {
	background-color: Yellow;
}

.textbg2 {
	background-color: Yellow;
	border: solid;
	border-color: Black;
  border-width: thick;
}

#wrapper-b-double {
	border: double;
	border-width: 10px;
	border-color: Orange;
}

#wrapper-b-dotted {
	border: dotted;
	border-width: 10px;
	border-color: Orange;
}

#wrapper-b-groove {
	border: groove;
	border-width: 10px;
	border-color: Orange;
}

.textbg3 {
	background-color: #4682B4;
	border: dashed;
	border-color: #87CEFA;
	border-width: thick;
	color: White;
	font-weight: bold;
}

ul {
	list-style-type: circle;
	list-style-position: outside;
}

.image {
	border: 0px;
}

.imageborder {
border: 25px;
border-style: dotted;
border-color: Lime;
}

.imageborder3 {
border: 25px;
border-style: dotted;
border-color: Lime;
background-color: Black;
}

.imageborder2 {
border: 25px;
border-style: dotted groove dotted double;
border-color: Lime #8B008B #006400 Fuchsia;
}

a.button {
    background: transparent url('bg_button_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background-color: Aqua;
    display: block;
    line-height: 14px;
    padding: 0px 0 5px 0px;
}

#greenbg {
	background-color: #F0FFFF;
}

 hr {
  border: 0;
  width: 80%;
}

.text  {
font-family:Arial, Helvetica, sans-serif;
text-align:justify;
}

