<!--

/*--  Body background color  --*/
body {
margin:10px;
background:#E1F192;
color:#333333;
text-align:center;
padding:0;
}

/*--  Outside border. And width of outside border  --*/
#outer {
text-align:left;
border:0px solid #000000;
width:782px;
margin:auto;
}

/*--  Logo/header area  --*/
#hdr {
background:#ffffff;
color:#333333;
border:1px solid #000000;
padding:0px;
margin-bottom:5px;
}

/*--  Area beneath header area  --*/
#map {
height:15px;
padding-top:0px;
padding-left:5px;
padding-bottom:0px;
font-family:Arial;
font-size:11px;
color:#000000;
border:solid #000000;
bordor-height:764px;
border-width:1px;
margin-bottom:5px;
}

/*--  Regular links in the map area  --*/
#map a {
font-family:Arial;
font-size:11px;
color:#ffffff;
text-decoration:underline;
}

/*--  Map area links when hovered over with the mouse  --*/
#map a:Hover {
color:#ffff00;
font-family:Arial;
font-size:11px;
cursor:pointer;
text-decoration:underline;
}

/*--  Main body content. encases nav column and main content --*/
#bodywrap {
background:#ffffff;
color:#333333;
width:782px;
padding:0;
}

/*--  container for the nav column  --*/
#navwrap {
float:left;
width:160px;
background:#ffffff;
color:#333333;
border:0px dashed #000000;
text-align:center;
}

/*--  Navigation and related menus  --*/
#nav {
width:140px;
background:#ffffff;
font-family:Arial;
font-size:16px;
font-weight:bold;
color:#000000;
border:1px dashed #000000;
text-align:left;
text-decoration:underline;
padding-top:5px;
padding-left:9px;
padding-right:9px;
padding-bottom:0px;
margin-bottom:5px;
}

/*--  Menu and related articles links  --*/
#nav a {
font-family:Arial;
font-size:12px;
color:#000000;
font-weight:bold;
text-decoration:underline;
}

/*--  Menu and related articles links when hovered over with the mouse  --*/
#nav a:Hover {
font-family:Arial;
font-size:12px;
color:#ff0000;
font-weight:normal;
cursor:pointer;
text-decoration:underline;
}

/*--  Adsense  --*/
#adsense {
width:160px;
background:#ffffff;
border:1px dashed #336699;
text-align:center;
padding-top:5px;
padding-bottom:5px;
margin-bottom:5px;
}

/*--  Main content of index & main pages  --*/
#content {
float:right;
background:#ffffff;
font-family:Arial;
font-size:12px;
color:#333333;
padding-right:10px;
width:600px;
}

/*--  Main content of sitemap  --*/
#contentsitemap {
float:left;
background:#ffffff;
font-family:Arial;
font-size:12px;
color: #333333;
padding-left:10px;
padding-right:10px;
width:510px;
}

/*--  Adsense column of sitemap  --*/
#contentsitemapadsense {
float:right;
width:160px;
background:#ffffff;
color: #333333;
text-align:center;
}

/*--  Main content of partnerlinks  --*/
#contentprivdis {
float:left;
background:#ffffff;
font-family:Arial;
font-size:12px;
color:#333333;
padding-left:10px;
padding-right:10px;
width:675px;
}

/*--  Footer  --*/
#footer {
height:15px;
padding-top:1px;
padding-left:5px;
padding-bottom:2px;
text-align:center;
font-family:Arial;
font-size:12px;
background:#000000;
color:#ffffff;
border:1px solid #000000;
border-width:1px;
clear:both;
margin-top:5px;
}

/*--  Normal links in footer  --*/
#footer a {
font-family:Arial;
font-size:12px;
color:#ffffff;
text-decoration:underline;
}

/*--  Footer links when hovered   --*/
#footer a:Hover {
color:#ffff00;
font-family:Arial;
font-size:12px;
cursor:pointer;
text-decoration:underline;
}

/*--  General links  --*/
.alink {
color:Blue;
font-family:Arial;
font-size:12px;
cursor:pointer;
text-decoration:underline;
font-weight:normal;
}

/*--  Verticle spacing in partner links  --*/
form.nospace {
line-height:1%;
padding:0px;
margin:0px;
}

/*--  Border size and color round text area in link partners  --*/
#TAWrap {
border:1px solid #336699;
}

/*--  Background color of the text area in partners links  --*/
#TACaption {
background-color:#336699;
color:#FFFFFF;
}

/*--  Links in text area in link partners page  --*/
#TACaption a {
color:#FFFFFF;
text-decoration:underline;
}

/*--  Links in text area in link partners page when hovered  --*/
#TACaption a:Hover {
color:#ffff00;
cursor:pointer;
text-decoration:underline;
}

/*--  Border size and colour of text area in the link partners page  --*/
.TA {
border:1px solid #336699;
}
-->
