* {
 padding: 0;
 margin: 0;
}
body {
 font-family: Arial, Helvetica, sans-serif;
 color: #666666;
 font-size: 12px;
}

img
{
padding: 3px;
border: solid 1px #e1e1e1;
}

img.floatTL
{
float: left;
margin-right: 1.3em;
margin-bottom: 1.0em;
margin-top: 0.5em;
}

blockquote{
font-family: monospace;
color: #838383;
padding: 15px;
border: 1px #d9d9d9 solid;}

#header {
 border: 1px solid #ccc;
 margin: 5px 5px 5px 5px;
 padding: 4px;
 height: 60px;
 background-color: #C9C9BE;
 background-image: url(images/img2.jpg);}

ul {
	line-height: 180%;
}

ul {
	margin-left: 0;
	padding-left: 0;
	list-style-position: inside;
}

#header p {
    color: #5dff35;
    float: left;
	padding: 25px 0em 0px 0px;}

#header h1 {
	float: left;
	padding: 15px 0em 0px 20px;
	font-size: 14px;
	color: #5dff35;
}

#header h2 {
	float: left;
	padding: 25px 0em 0px 0px;
	font-size: 11px;
	font-weight: normal;
}

#header ul {
	float: right;
	margin: 0;
	padding: 25px 0em 0px 0em;
	list-style: none;
	font-size: 11px;
}

#header li {
	display: inline;
}

#header a {
	display: block;
	float: left;
	height: 25px;
	margin: 0 0 0 8px;
	padding: 12px 20px 0 20px;
	text-decoration: none;
	font-weight: bold;
	color: #ffb536
}

#header a:hover {
    color: #5dff35;
}

#leftcolumn { /* Parent Wrapper for inside boxes */
 margin: 0 5px 5px 5px;
 display: inline; /* IE Hack */
 width: 49%;
 float: left;
 min-height: 300px;
 padding: 4px;
 border: 1px solid #ccc;
 background-color: #fff;
text-align: justify;}
* html #leftcolumn {height:300px} /* IE Min-Height Hack */ 

#leftcolumn h1{
color: #7059ff;
font-size: 18px;
text-indent: 10px;}

#leftcolumn h2{
color: #7059ff;
font-size: 16px;
text-indent: 10px;
border-top: 1px dashed;
padding-top: 5px;
margin-top: 10px;}

#centercolumn { /* Parent Wrapper for inside boxes */

 border: 1px solid #ccc;
 margin: 0px 5px 0px 0px;
 display: inline; /* IE Hack */
 padding: 4px;
 width: 23%;
 float: left;
 min-height: 300px;
background-color: #f0f0f0;}
* html #centercolumn {height:300px} /* IE Min-Height Hack */ 

#centercolumn p{
 text-align: justify;
 }

#centercolumn h2{
 color: #7059ff;
 font-size: 14px;
 text-indent: 10px;
 border-top: 1px dashed;
 padding-top: 5px;
 margin-top: 10px;
}

#centercolumn img {
margin-left: 12%;}

#rightcolumn {
 margin: 0 5px 0px 0px;
 padding: 4px;
 display: inline; /* IE Hack */
 width: 21%;
 float: left;
 border: 1px solid #ccc;
 background-color: #fff;
 min-height: 300px;
}
* html #rightcolumn {height:300px} /* IE Min-Height Hack */ 

#rightcolumn h4{
 font-size: 13px;
padding-top: 7px;
margin-top: 15px;
border-top: 1px solid;}

#rightcolumn ul, #rightcolumn li {
text-align:center;
	list-style: none;
	margin: 0;
	padding: 0;
}

#rightcolumn a {
	border-bottom: none;
	color:#999999;
}

#rightcolumn h3{
	text-align: center;
	position:static;
}

#rightcolumn a:link, a:visited{
	color:#999999;
}

#rightcolumn a:hover, a:active{
	color:#5B8FBE;
}

#footer {
 font-size: 10px;
 background-color: #fff;
 text-align: center;
 margin: 10px 5px 5px 5px;
 display: inline; /* IE Hack */
 padding: 4px;
 float: left;
 width: 97.7%;
}