/* CSS Document */
body {
background-color:#363636;
font-size:85%;
font-family:Arial, Helvetica, sans-serif;
}

.outerT {
background-color:#FFFFFF;
}

.footer {
/*background:url(images/footer.jpg);
background-repeat:no-repeat;
background-position:bottom;

*/

padding:4px;
}

a, a:visited {
text-decoration:none;
font-weight:bold;
color:#363636;
}

a:hover {
color:#FF0000;
}

.nav {
padding-left:35px;
padding-bottom:5px;
}

.left {

background:url(images/pic2.jpg);
background-repeat:no-repeat;
background-position:bottom;
padding-right:5px;
padding-top:25px;
}

.left2 {

background:url(images/pic3.jpg);
background-repeat:no-repeat;
background-position:bottom;
padding-right:5px;
padding-top:25px;
}

.content {
padding:25px;
}

ul {
list-style:url(images/tick.jpg);
}

.red {
color:#FF0000;
}

#clear {
height:300px;
}


#clear2 {
height:130px;
}

h3 {
text-decoration:underline;
}