/*Website by Romsey Associates - James Trusler*/

a:link {color:#666699; text-decoration:underline; font-weight:bold;}
a:active {color:#666699; text-decoration:underline; font-weight:bold;}
a:visited {color:#666699; text-decoration:underline; font-weight:bold;}
a:hover {color:#000000; text-decoration:underline; font-weight:bold;}

body{
    background-color:#ffffff;
    font-family:verdana;
    font-size:12px;
    margin-top:20px;
    overflow:auto;
    overflow-y:scroll;
}

p{
    margin-left:21px;
    margin-right:21px;
    text-align:justify;
}

h1{
    font-family:verdana;
    font-size:15px;
    color:#666699;
    margin-top:-3px;
}

h2{
    font-weight:bold;
    color:#666699;
    font-family:verdana;
    font-size:12px;
}

h3{
    font-weight:bold;
    color:#000000;
    font-family:verdana;
    font-size:12px;
}


li{
    padding-left:4px;
    margin-left:17px;
}

strong{
    font-weight:bold;
    color:#666699;
    font-family:verdana;
    font-size:12px;
}

#wrap{
    position:relative;
    border-left:1px solid #666699;
    border-right:1px solid #666699;
    height:auto;
    background-color:#f0f0f1;
    /*background-image:url('../images/bg.jpg');*/
    background-repeat:repeat-x;
    background-position:bottom;
    width:750px;
}

#header{
    position:relative;
    width:750px;
    height:150px;
    background-image:url('../images/header.jpg');
    
    border:1px solid #666699;
    /*border-bottom:0px;*/
    border-left:0px;
    border-right:0px;
}

#navigation{
    position:relative;
    width:750px;
    height:30px;
    text-align:center;
    background-color:#ffffff;
    
    border:1px solid #666699;
    border-top:0px;
    border-left:0px;
    border-right:0px;
}

#content{
    position:relative;
    width:700px;
    height:auto;
    margin-top:20px;
    text-align:left;
    background-color:#ffffff;
    
    border:1px solid #666699;
}

/*.contentBorder{
    border:1px dashed #666699;
    padding:5px;
}*/

#footer{
    position:relative;
    width:750px;
    height:auto;
    margin-top:20px;
    font-size:10px;
    text-align:center;
    background-color:#ffffff;
    color:#666699;
    
    border:1px solid #666699;
    border-left:0px;
    border-right:0px;
}

.padding10px{
    padding:5px;
}

.disclaimer{
    font-size:10px;
    color:#000000;
    margin-right:68px;
    text-align:justify;
}


.nav {line-height:15px;}
.nav a:link {color:#000000; text-decoration:none; font-weight:normal;}
.nav a:active {color:#000000; text-decoration:none; font-weight:normal;}
.nav a:visited {color:#000000; text-decoration:none; font-weight:normal;}
.nav a:hover {color:#ffffff; text-decoration:none; background-color:#666699; display:block; height:100%; font-weight:normal;}

.nav2 a:link {color:#666699; text-decoration:none; font-weight:bold;}
.nav2 a:active {color:#666699; text-decoration:none; font-weight:bold;}
.nav2 a:visited {color:#666699; text-decoration:none; font-weight:bold;}
.nav2 a:hover {color:#000000; text-decoration:none; font-weight:bold;}

.navs {text-decoration:none; background-color:#666699; display:block; height:100%;}

.floatLeft{
    float:left;
    text-align:center;
    padding:2px;
}
