@charset "utf-8";
/* CSS Document */

body{
background-color:#FFFFFF;
background-image:url(images/bgtile.png);
background-attachment:scroll;
background-position:bottom left;
background-repeat:repeat-x;
}

p, body, td{
color:#000000;
font-family:Tahoma, Geneva, sans-serif;
font-size:13px;
margin:0px;
}

a:link, a:visited{
color:#0033FF;
font-style:normal;
font-weight:normal;
text-decoration:underline;
}
a:hover, a:active{
color:#990000;
font-style:normal;
font-weight:normal;
text-decoration:underline;
}

#container{
position:relative;
left:0px;
top:0px;
margin:0px auto;
padding:0px;
width:90%;
min-width:950px;
z-index:1;
}

#header{
position:relative;
left:0px;
top:0px;
width:100%;
height:138px;
background-image:url(images/htile.png);
background-attachment:scroll;
background-position:top;
background-repeat:repeat-x;
z-index:1;
}

#border{
position:relative;
right:0px;
top:0px;
width:100%;
background-color:#FFFFFF;
background-image:url(images/brdrrite.png);
background-position:top right;
background-repeat:repeat-y;
background-attachment:scroll;
z-index:1;
}

#main{
position:relative;
left:0px;
top:0px;
width:100%;
background-color:none;
background-image:url(images/brdrleft.png);
background-position:top left;
background-repeat:repeat-y;
background-attachment:scroll;
z-index:2;
}

#content{
width:88%;
margin:0px auto;
z-index:4;
}

.clear{
clear:both;}

b.red{
color:#990000;
font-weight:bold;
}

/* NAVIGATION */

#nav{
position:relative;
left:0px;
top:0px;
width:100%;
height:39px;
padding:0px;
margin:0px;
text-align:center;
background-image:url(images/ntile.png);
background-attachment:scroll;
background-position:top center;
background-repeat:repeat-x;
z-index:2;
}

#navmen{
float:right;
height:39px;
padding-right:13px;
background-image:url(images/navrite.png);
background-attachment:scroll;
background-position:top right;
background-repeat:no-repeat;
}

ul.menu{display:inline;}

.menu{
padding:0px;
margin:0px auto;
background:none;
list-style:none;
border:none;}

.menu li{
float:left;
margin-top:3px;}

.menu li a, .menu li a:visited{
color:#FFFFFF;
float:left;
display:block;
text-decoration:none;
font-family:sans-serif;
font-size:12px;
font-weight:bold;
padding:2px 10px;
text-align:center;
cursor:pointer;
border:none;}

.menu li a:active{
color:#FFFFFF;
text-decoration:none;
padding:2px 10px;
background:none;
border:none;}

.menu li a b{
float:left;
display:block;
padding:2px 10px;
border:1px #FFFFFF solid;}

.menu li a:hover b{
color:#000000;
background-color:#FFFFFF;
background-image:url(images/hvrbg.png);
background-attachment:scroll;
background-position:top;
background-repeat:repeat;
border:1px #FFFFFF solid;}

/* HEADERS */

h1{
color:#990000;
font-family:"Times New Roman", Times, serif;
font-size:16px;
border-bottom:#999999 solid 1px;
margin-bottom:4px;
margin-top:15px;
}

/* CONTACT TABLE */

.frmrgt{
text-align:right;
border-left:1px solid #000000;
border-bottom:1px solid #000000;
}

.frmlft{
text-align:left;
border-right:1px solid #000000;
border-bottom:1px solid #000000;
}

.frmmdl{
border-bottom:1px solid #000000;
}

.frmmdl1{
border-top:1px solid #000000;
border-bottom:1px solid #000000;
}

.frmrgt1{
text-align:right;
border-top:1px solid #000000;
border-left:1px solid #000000;
border-bottom:1px solid #000000;
}

.frmlft1{
text-align:left;
border-top:1px solid #000000;
border-right:1px solid #000000;
border-bottom:1px solid #000000;
}

/* FOOTER */

#footer{
position:relative;
left:0px;
top:0px;
width:100%;
height:158px;
padding-bottom:0px;
margin-bottom:0px;
background-image:url(images/ftile.png);
background-attachment:scroll;
background-position:top center;
background-repeat:repeat-x;
z-index:2;
}