

a
{
	text-decoration: none;
}

body
{
	padding: 0px;
	margin: 0px;
	font-family: Verdana; Arial, sans-serif;
	background-image: url('/images/menutile.gif');
	background-repeat: repeat-y;
	font-size: 0.8em;
}


div#pagewrapper
{
	width: 100%;
}

div#headerwrapper
{
	width: 100%;
    background-image: url('/images/headertile.gif');
    background-repeat: repeat-x;
	background-position: 20px 0px;
	height: 136px;
	position: relative;
}

div#bodywrapper
{
	width: 100%;
}

div#contentwrapper
{
	margin-left: 160px;
}

div#leftcolumn
{
	position: absolute;
    top: 48px;
	left: 20%;
}

div#middlecolumn
{
	width: 219px;
	margin-left: auto;
    margin-right: auto;	
}

div#rightcolumn
{
	position: absolute;
	top: 53px;
	right: 1%;
}

div#bodyleft
{
	width: 48%;
	float: left;
	border-right: 1px solid #888;
}

div#bodyright
{
	width: 48%;
	float: left;
}


div#topleft
{
	float: left;
	color: #ffffff;
	font-weight: bold;
	font-size: 0.8em;
	padding: 9px;
}

div#logo
{
	width: 219px;
	margin-left: auto;
	margin-right: auto;
}

.container
{
	margin: 10px;
}

.container ul
{
	list-style-type: decimal;
	font-size: 0.85em;
}

.container ul li
{
	padding-bottom: 10px;
}

.title
{
	background-color: #39DECE;
	color: #52009C;
	font-weight: bold;
	padding: 5px;
}

.content
{
	padding: 5px;
}

.item
{
	width: 28%;
	float: left;
	padding: 10px;
}

h1
{
	font-size: 1.3em;
	color: #382C79;
}

h2
{
	font-size: 0.9em;
	color: #382C79;
	margin-bottom: 0px;
}

.nav {
    padding : 0px;
    margin : 0px;
    width:130px;
    color : #ffffff;
}

.navblock {
    position:absolute;
    width:138px;
    color : #ffffff;
}

.button_main {
    background-image:url('/images/button_spacer.gif');
    background-repeat:repeat-x;
    background-position:top;
    height:27px;
    padding-left:3px;
    padding-top:4px;
	text-align: left;
}

.button_main2 {
    background-image:url('/images/button_spacer_2.png');
    background-repeat:repeat-x;
    background-position:top;
    height:38px;
    padding-left:3px;
    padding-top:3px;
	text-align: left;
	line-height: 1.1em;
}

.navlink {
    color : #ffffff;
    font-family : Verdana;
    text-decoration : none;
    font-size : 9pt;
    width: 100%;
}

select
{
	margin-top: 3px;
}

input
{
	margin-top: 3px;
}

.tableheader { background: #55009D; font-family: Verdana, Arial; font-size: 13px; color: #ffffff; font-weight: bold; }
.tablebody   { background: #CEAAEC; font-family: Verdana, Arial; font-size: 13px; }

div#info_right
{
	float: right;
	margin-right: 25px;
	width: 240px;
}
