
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

a:link {
    color: #0039ee;
    text-decoration: none;
}

a:visited {
    color: #aa39ee;
    text-decoration: none;
}

a:hover {
    color: #ff4530;
    text-decoration: none;
}

a:active {
    color: #00c373;
    font-weight: bold;
}

table {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 14px;
	color: #444444;
}

p {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 14px;
}


h1,h2,h3,h4,h5,h6 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

h2 {
	color: #fe9500;
	border-bottom: solid #dbdad9 1px;
	width: 80%;
}

h3 {
	color: #fe9500;
	border-bottom: solid #efefef 1px;
	width: 40%;
}


h4 {
	color: #4686c0;
	margin-bottom: 0px;
}

h4 img {
	vertical-align: text-bottom;
	padding: 4px;
}


/******************************************************************/
#contenttext {
    position: absolute;
    padding: 0 0 20px 0;
    width: 600px;
    margin-top: 20px;
    margin-left: 183px;
    text-align: justify;
}

#leftcolumn{
    background-image: url(images/leftcolumn.png);
    background-repeat: repeat-y;
    background-position: right top;
    position: absolute;
    width: 170px;
    top: 0px;
    margin: 0;
    margin-top: 0;
}

.columnheader{
    margin: 0;
    margin-top: 20px;
    margin-bottom: 25px;
}

#leftcolumn h4 {
    margin-left: 5px;
}

#leftcolumn p {
    margin-left: 25px;
}

.powerby{
    margin-left: 25px;
    margin-top : 10px;
    border: none;
}

.footer {
    margin-bottom: 100px;
}

