body
{
font:normal 80% arial, sans-serif;
margin:0px;
background:url(../images/bg.gif) repeat-x;
}

table
{
font-size: 100%;
}

table#content
{
width:720px;
height:100px;
}

table#content td#leftCol
{
width:200px;
padding-top:80px;
padding-right:10px;
}

table#content td#rightCol
{
width:490px;
padding:0px;
}

table#content td#rightCol div.col
{
background:url(../images/pg_mid.gif) repeat-y;
}


table#content td#rightCol div.top
{
background:url(../images/pg_top.gif) no-repeat;
padding:20px;
padding-top:5px;
padding-bottom:0px;
font-size:90%;
display:block;
clear:both;
}

table#content td#rightCol div.footer
{
background:url(../images/pg_bot.gif) bottom left no-repeat;
padding:10px 15px 0px 15px;
font-size:80%;
height:45px;
color:gray;
display:block;
clear:both;
}

div.martop
{
display:block;
clear:both;
margin-top:5px;
}

a:link, a:visited
{
color:rgb(0,150,0);
text-decoration:none;
}

a:hover
{
text-decoration:underline;
}

h1, h2, h3, h4, h5, h6
{
font-family:verdana, arial;
}

/*** Contact Form ***/

form#contact div
{
margin-bottom:10px;
clear:both;
display:block;
margin:0px;
margin-top:10px;
}

form#contact label
{
font-weight:bold;
font-size:90%;
clear:both;
display:block;
margin-bottom:1px;
}

form#contact input[type="text"]
{
font-family:arial, sans-serif;
border:1px solid rgb(200,200,200);
width:90%;
font-size:100%;
}

form#contact textarea
{
font-family:arial, sans-serif;
font-size:100%;
border:1px solid rgb(200,200,200);
width:100%;
height:100px;
}

form#contact input[type="button"], form#contact input[type="reset"], form#contact input[type="submit"]
{
width:60px;
height:22px;
padding:2px;
font-size:80%;
font-weight:bold;
background: rgb(206,245,159) url(../images/button_bg.gif);
color:rgb(0,100,0);
border:1px solid rgb(150,200,150);
margin:1px;
cursor:pointer;
}

div#loadmsg
{
font-size:85%;
}

span.red
{
color:red;
font-weight:bold;
}

hr
{
color:green;
background:green;
height:0px;
border:1px dotted green;
}

/*** Next/Prev Page Navigation ***********/

.prevnext{
padding: 2px;
text-align:center;
}

.prevnext ul{
margin: 0;
font-size: 8pt;
}

.prevnext li{
list-style-type: none;
display: inline;
margin:0px 3px 0px 3px;
font-weight: bold;
color: #680088;
cursor:pointer;
}

.prevnext a:link, .prevnext a:visited{
padding:0px 5px 1px 5px;
border: 1px solid green;
text-decoration: none; 
color: rgb(0,120,0);
font-size: 8pt;
}

.prevnext a:hover, .prevnext a:active {
border: 1px solid rgb(120,180,20);
color: rgb(120,180,0);
}

.prevnext a.curpg:link, .prevnext a.curpg:visited {
border: 1px solid rgb(120,180,20);
color: rgb(120,180,0);
}


.prevnext li.disablepage{
padding:0px 5px 1px 5px;
border: 1px solid #929292;
color: #666666;
background-color: #DDDDDD;
cursor:pointer;
}

.prevnext li.disablepage a:hover{
text-decoration: underline; 
}

* html .prevnext li.currentpage, * html .prevnext li.disablepage{
margin-right: 5px;
padding-right: 0px;
}


