/* SET BASE FONT ATTRUBUTES */
html, body { 
color: #000; 
font: 12px/18px Verdana, Arial, Helvetica, sans-serif; 
text-align: center; }

/* HARMONIZE LINKS, KILL BORDER ON IMG LINKS */
a {text-decoration: underline;}
a:link, a:visited {color: #00f;}
a:hover {color: #33f;}
a:active {color: #fff;}
a img, :link img, :visited img {border: none}

/* REMOVE BROWSERS DEFAULT TABLE BORDERS */
table {border-collapse: collapse;}

/* REMOVE AUTOMATIC TOP/BOTTOM MARGINS ON NESTED LISTS */
ul ul, ul ol, ul dir, ul menu, ul dl,
ol ul, ol ol, ol dir, ol menu, ol dl,
dir ul, dir ol, dir dir, dir menu, dir dl,
menu ul, menu ol, menu dir, menu menu, menu dl,
dl ul, dl ol, dl dir, dl menu, dl dl
{margin-top: 0; margin-bottom: 0;}

/* HARMONISE LIST-BULLET TYPE */
ul, ol, dl {list-style-type: disc;}

body {
background: #bec2df;
color: black; 
font-family: Verdana, Arial, Helvetica, sans-serif; 
text-align: center;
 }

#container   { 
background: white url(../media/index-strip.jpg) top center no-repeat;
margin: 35px auto 20px auto;  
border: solid 1px #fff;
width: 800px;  
padding: 0px;
text-align: left;
overflow: auto;
}

#topnav { 
font-size: 11px; 
font-family: Verdana, Arial, Helvetica, sans-serif;
font-variant: normal; 
line-height: 18px; 
background: #5c6397; 
text-align: center; 
margin-top: 101px;
padding-top: 8px; 
padding-right: 50px; 
padding-bottom: 8px;}

ul#navigation {
list-style-type: none;
display: inline;
text-align: left;
padding-top: 5px; 
padding-right: 30px; 
padding-bottom: 5px;}

ul#navigation li {
display: inline;
font: 12px Verdana, Arial, Helvetica, sans-serif; 
color: #fff;
text-align: left;
padding-left: 25px;
padding-right: 25px;
padding-top: 10px; 
padding-bottom: 10px; 
}

ul#navigation li a:link {
color: #fff;
text-decoration: none;
}

ul#navigation li a:visited {
color: #fff;
text-decoration: none;
}

ul#navigation li a:hover {
color: #000;
text-decoration: none;
}

ul#navigation li a:active {
color: #fff;
text-decoration: none;
}

#logo   { 
margin-top: 10px; 
text-align: center;
overflow: auto;
}

#content   { 
margin-top: 10px; 
text-align: center;
padding: 0px 50px 10px 50px;
overflow: auto;
}

h1 { 
color: #5c6397; 
font-size: 18px; 
line-height: 21px; 
margin-top: 40px;
font-family: Verdana, Helvetica, Arial, sans-serif; 
text-align: center; 
}

h2 { 
color: #5c6397; 
font-size: 14px; 
line-height: 18px; 
margin-top: 20px;
font-family: Verdana, Helvetica, Arial, sans-serif; 
text-align: center; 
}

h3 {
color: black; 
font-size: 11px; 
line-height: 18px; 
font-family: Verdana, Helvetica, Arial, sans-serif; 
text-align: center;
}

p {
color: black; 
font-size: 11px; 
line-height: 18px; 
font-family: Verdana, Helvetica, Arial, sans-serif; 
text-align: center;
}

.blue { 
font-size: 11px; 
line-height: 18px; 
color: #ae1939;
font-family: Verdana, Helvetica, Arial, sans-serif; 
text-decoration: none;
}

.blue a:link { 
color: #5c6397; 
text-decoration: none;
}

.blue a:visited { 
color: #5c6397; 
text-decoration: none;
}

.blue a:hover { 
color: white;
background: #5c6397; 
text-decoration: none;
}

.blue a:active { 
color: #5c6397; 
text-decoration: none;
}

#rics {
width: 100px;
float: left;
padding-top: 15px;
}

#rics p {
font-size: 9px;
}

#ricslogo {
width: 645px;
float: right;
text-align: center;
padding-right: 55px;
}



#copyright p { 
color: black; 
font-size: 9px; 
line-height: 18px; 
text-align: center; }

#copyright a:link {
color: #000;
text-decoration: none;
}

#copyright a:visited {
color: #000;
text-decoration: none;
}

#copyright a:hover {
color: #fff;
text-decoration: none;
}

#copyright a:active {
color: #000;
text-decoration: none;
}

