/* 0 BASIC TAGS */

table {
	font-size: 10pt;
}

td
{
    vertical-align: top;
}

li
{
    margin-bottom: 6pt;
}

h1, h2, h3, h4 {
	margin: 0;
	font-family: tahoma, arial, helvetica, sans-serif;
}

p {
	line-height: 140%;
}

hr {
	border: 0;
	border-top: 1px solid #bababa;
	height: 1px;
}

a
{
    text-decoration: underline;
    color: #9a052f;
}

a:visited
{
    text-decoration: underline;
}

a:hover
{
    color: #800000;
    font-weight: bold;
    text-decoration: none;
}

a:active
{
    text-decoration: underline;
}

a.nav { display:block; margin-bottom:5px; text-align:left; width: 250px;
        padding:5px; text-decoration:none; }
 
a.nav:link    { color:#9a052f; background-color:transparent; }
a.nav:visited { color:#9a052f; background-color:transparent; }
a.nav:hover   { color:#800000; background-color:#fbf5e0; }
a.nav:active  { color:#800000; background-color:#fbf5e0; }

a.nav1 { display:block; margin-bottom:5px; text-align:left; width: 250px;
        padding:5px; text-decoration:none; font-weight: bold; color: #003300;}
 
a.nav1:link    { color:#003300; font-weight: bold; background-color:transparent; }
a.nav1:visited { color:#003300; font-weight: bold; background-color:transparent; }
a.nav1:hover   { color: #645d45; background-color:#fbf5e0; }
a.nav1:active  { color: #645d45; background-color:#fbf5e0; }

a.nav2 { display:block; text-align:left; width: 250px;
        padding:3px; text-decoration:none; }
 
a.nav2:link    { color:#9a052f; background-color:transparent; }
a.nav2:visited { color:#9a052f; background-color:transparent; }
a.nav2:hover   { color:#800000; background-color:#fbf5e0; }
a.nav2:active  { color:#800000; background-color:#fbf5e0; }

body
{
    background-color: #F5E5B1;
    background-image: url(Images/bg_leftborder.png);
    background-repeat: repeat-y; 
    margin: 0;
    padding: 0;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 76%;
    color: #1b1b1b;
}

textarea
{
    font-family: verdana, arial, helvetica, sans-serif;
}

img {
	border-width: 0;
}

h1
{
    text-transform: uppercase;
    font-size: 16pt;
}

h2
{
    font-size: 12pt;
}

dl {
	margin-top: 0;
	margin-bottom: 0;
	border-top: 1px solid #bababa;
	padding-top: 1.5em;
	padding-bottom: 1.5em;
	position: relative;
}

dt {
	position: absolute;
	left: 0;
}

dd {
	margin-left: 150px;
	height: 2.0em;
}

.nullpanel {
	padding: 150px;
	width: auto;
	text-align: center;
}

.actpage
{
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 1000px;
    height: 1200px;
    top: 8px;
    left: 0px;
}

.leftbox
{
    float: left;
    text-align: left;
    margin-top: 60px;
    margin-left: 55px;
    height: 480px;
    width: 240px;
}

.rightbox
{
    float: right;
    text-align: left;
    margin-top: 60px;
    margin-right: 70px;
    height: 480px;
    width: 560px;
}

.leftfootbox
{
    float: left;
    text-align: left;
    margin-top: 0px;
    margin-left: 55px;
    height: 160px;
    width: 560px;
}

.rightfootbox
{
    float: right;
    text-align: right;
    margin-top: 0px;
    margin-right: 70px;
    height: 160px;
    width: 240px;
}

