html, body
{
    border: none;  
    height: 100%; 
    margin: 0;
    padding: 0;
}

body
{
	font-family: tahoma, verdana, sans-serif;
        text-align: center; 
}

html>body 
{
    
}

#wrapper {width: 760px; margin: 0 auto; text-align: left; }

a:link, a:visited, a:hover, a:active
{
	color: #800080;
}

form
{
    margin: 0;
}

input, select, th, td 
{

}

input
{
    background-color: #D3D3D3;
    border: solid 1px #000;
	color: #000;
	padding-left: 2px;
	padding-right: 2px;
}

img
{
    border-style: none;
}

.login
{
	background-color: #D8BFD8;
	color: #000;
	font-size: 0.85em;
	font-weight: bold;
}

.login2
{
	background-color: #332A87;
	color: #FFF;
	font-size: 0.85em;
	font-weight: bold;
}

.login3
{
	background-color: #7E8082;
	color: #332A86;
	font-size: 0.85em;
	font-weight: bold;
}

p.w3c
{
    float: right;
}

select
{
    font-size: 1em;
}

table 
{ 

}

table.header
{
	background-color: #800080;
	color: #FFF;
	height: 80px;
	width: 100%; 
}

table.footer
{
    width: 100%;
}

table.page, table.main_content
{
	height: 100%;
	width: 100%; 
}

td.footer 
{
	background-color: #D8BFD8;
	background-image: url(/images/p7-raised.gif);
	background-repeat: repeat-x;
	border-bottom: #800080 1px solid;
	border-top: #8F5490 1px solid;
	color: #000;
	font-size: 1em;
	height: 22px;
}

td.footer2 
{
	background-color: #332A87;
	background-repeat: repeat-x;
	border-bottom: #800080 1px solid;
	border-top: #8F5490 1px solid;
	color: #FFFFFF;
	font-size: 1em;
	height: 22px;
}

td.header
{
    height: 80px;
}

td.main_content
{
    vertical-align: top;
}

td.menu
{
    height: 18px;
    width: 195px;
}

td.sidebar 
{
	background-color: #F5F5F5; /*whitesmoke*/
	border-right: #808080 1px solid;
	color: #000;
	text-align: center;
	vertical-align: top;
	width: 120px;
}

td.sub_header
{
    background-image: url(/images/p7-raised.gif);
	background-repeat: repeat-x;	
	background-color: #D8BFD8; /*thistle*/
	border-bottom: #8F5490 1px solid;
	height: 22px;
	padding-left: 5px; 
	padding-top: 1px;
	vertical-align: middle;
}

td.sub_header2
{
    background-color: #332A87; /*thistle*/
	border-bottom: #8F5490 1px solid;
	height: 22px;
	padding-left: 5px; 
	padding-top: 1px;
	vertical-align: middle;
}

td.sub_header3
{
    background-color: #7E8082;
	border-bottom: #8F5490 1px solid;
	height: 22px;
	padding-left: 5px; 
	padding-top: 1px;
	vertical-align: middle;
}

td.title
{
	background-color: #800080;
	color: #FFF;
	font-size: 1.5em;
	padding-bottom: 3px;
	padding-right: 5px;
	height: 24px;
	text-align: right;
	vertical-align: bottom;
}

tr.footer
{
     height: 22px;
}

.text-white
{
	background-color: #800080; /*purple*/
	color: #FFF;
	font-weight: bold;
}