/**************** Pseudo classes ****************/

a:link {
color: #FFFFFF;
text-decoration: none;
font-weight: normal;
}

a:visited {
color: #FFFFFF;
text-decoration: none;
font-weight: normal;
}

a:hover {
color: #FFFFFF;
font-weight: normal;
text-decoration: underline;
}

a:active {
color: #FFFFFF;
text-decoration: none;
font-weight: normal;
text-decoration: underline;
}

/************************* ID's *************************/

#leftpane {
position: absolute;
top: 0px;
left:0px;
width: 50%;
height: 100%;
background-color: #FFFFFF;
}

#rightpane{
position: absolute;
top: 0px;
left: 50%;
width: 50%;
min-height: 100%;
height:auto !important;
height:100%;
background-color: #636363;
}

#leftpane p {
font-family: Bookman Old Style, "Times New Roman", Times, serif;
font-size: 26px;
color: #636363;
line-height: 35px;
margin-top: 80px;
margin-right: 10px;
text-align: right;
white-space: nowrap;
}

#rightpane p {
font-family: Bookman Old Style, "Times New Roman", Times, serif;
font-size: 12px;
color: #FFFFFF;
line-height: 35px;
margin-top: 84px;
margin-left: 10px;
text-align: left;
white-space: nowrap;
}
