﻿body{
	background-image:url(/images/bg.jpg);
 
}

h1{
   font-family: verdana;
   font-weight: medium;
   font-size: 80%;
   color: #3d3d3d;
   margin-bottom: 5px;
   text-align: left;
}

h2{
   font-family: verdana;
   font-weight: medium;
   font-size: 80%;
   color: #3d3d3d;
   margin-bottom: 5px;
   text-align: center;
}

p{
   font-family: arial;
   font-size: 75%;
   color:#545454;
   font-weight: medium;
   text-align: left;
}

p.nav{
   font-family: verdana, arial;
   font-size: 75%;
   color:#f47f00;
   font-weight: medium;
   text-align: right;
   padding-top: 27px;
}

p.testies{
   font-family: verdana, arial;
   font-size: 70%;
   color:#ffffff;
   foneight: medium;
   text-align: left;
   padding-top: 18px;
   padding-left: 27px;
   padding-right: 27px;
}

p.testiesMore{
   font-family: verdana, arial;
   font-size: 65%;
   color:#ffffff;
   font-weight: medium;
   text-align: right;
   padding-right: 27px;
   padding-bottom: 20px;
}

p.footer{
   font-family: arial;
   font-size: 70%;
   color:#545454;
   font-weight: medium;
   text-align: center;
}

a{
   color: #f47f00;
   text-decoration: none;
}

a.:hover{
   color: #000000;
   text-decoration: none;
}

a.nav{
   color: #f47f00;
   text-decoration: none;
}

a.nav:hover{
   color: #000000;
   text-decoration: none;
}

a.testies{
   color: #ffffff;
   text-decoration: none;
}

a.testies:hover{
   color: #ffffff;
   text-decoration: underline;
}

li{
   font-family: verdana, arial;
   font-size: 70%;
   color:#545454;
   font-weight: medium;
   list-style-type: square;
}

.textField {
   border:1px solid #00000;
   background-color: #cccccc;
   color: #000000;
   font-size: 10pt;
   font-family: arial
}

hr {
   height: 1px;
   width: 100%;
   color: #f47f00;
}  

table.subnav{
	background-image:url(/images/comment_box.jpg);
	background-repeat:no-repeat;
	width: 287px;
        height: 143px;
    	border-collapse:collapse;
    	float:right;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: 15px;
}

table.contact{
	width: 287px;
    height: 200px;
	border-collapse:collapse;
	border-left-style:solid;
	border-left-width:1px;
	border-left-color:#999999;
}

