body {
background-color: #ffffff;
background-image: url(img/bg.gif);
background-repeat:repeat-x;
font-size: 9pt;
font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
color:#564b47;
padding:0px;
margin:0px;
}

/* This is for the standart link */
a {color: #006699; text-decoration:none;}
a:visited {color:#006699;}
a:hover {color: #003366;}
a:active { color:#006699;}

/* The style for the pre text */
p, pre{
padding: 5px 10px;
margin:0px;
}

/* This are the titels */
h1 {
font-size: 10pt;
color:#D21E24;
border-bottom:#CCCCCC dotted 1px;
padding:5px 10px;
margin:0px }

h2 {
font-size:10pt;
color:#D21E24;
font-weight: normal;
border-bottom:#CCCCCC dotted 1px;
padding: 5px 10px;
margin:0px;}

h3 {
font-size:12px;
font-weight: bold;
padding: 5px 10px;
color:#FF0000;
margin:0px;}

/* Thsi one is the frame ouround the page wich makes the layout centerd */
#bigbox {
width: 800px;
margin-left: auto;
margin-right: auto;
margin-bottom: 12px;
}

/* Box for the Logo */
#logo {
text-align: left;
background:url(img/header.gif) no-repeat;
height:156px;
padding: 0px;
margin-left: -40px;
}

/* The content*/
#content {
margin-left: 200px;
margin-right: 0px;
background-color: #ffffff;
padding: 0px;
}

/* The left box*/
#leftcolum {
float: left;
width: 200px;
margin: 0px;
margin-top: 50px;
background-color:#ffffff;
border-left: 1px solid #CCCCCC;
border-right: 1px solid #CCCCCC;
border-bottom: 1px solid #CCCCCC;
}

/* The footer*/
#footer {
clear: both;
margin: 0px;
padding: 0px;
text-align: right; }

/* The menu left*/
a.nav, a.nav:link, a.nav:visited, .chosen {
display:block; 
width:195px; 
height:25px; 
background:#DDDDDE;
border-top:1px solid #EDEDEE; 
margin-top:0px; 
text-align:left; 
text-decoration:none;
padding-left:5px; 
font-family:verdana, arial, sans-serif; 
font-size:11px; 
color:#333; 
line-height:25px; 
overflow:hidden;}
a.nav:hover {
color:#333; 
background: #FFF;
font-weight:bold;
}
a.nav:active, .chosen {
color:#ffffff; 
background:#D21E24;}



/* The Boxes*/
.box1, .box2{
float:left;
padding:3px;
border:1px solid #CCCCCC;
width:45%;
height:270px;
margin:10px 0 10px 10px;}

.tfvHighlight{color:#dc143c;}
.tfvNormal{font-weight: normal;color:black;}
.error{color:#dc143c;}
.label{display:block; width:70px; float:left;}
#form{width:400px; margin-left: 30px; padding:10px; background:#F3F3F3;}
img{border:none;}
.clear{clear:both;}
.required{color:#dc143c;font-weight:bold;font-size:12pt;font-family:arial;position:relative;top:4px;}
.front_button{text-align:center; margin-top:-15px;}
#ads_left{padding-left:10px;margin-top:0px;padding-top:10px;border-top:1px solid #EDEDEE;}
.box1 .front_button {margin-top:28px;}