body 
{
    margin:0;
    padding-top:0;
    /*background-color:#272727;    */
    color: #333333;
	font-family: Century Gothic, sans-serif;


}

/* Center Website */
div.centered { 
	text-align: center;
}
div.centered table {
	margin: 0 auto; 
	text-align: left;
}

h1 {
		font: bold 21px/22px Verdana, Arial, Helvetica, sans-serif;
		display:inline-block;
		color: #ab2500;
		/*
                        text-decoration: none;
                        
                        outline: none;                      
                        text-transform: uppercase;
                        letter-spacing: 0;
                        z-index: 10;
                        display: block;                   
                        position: relative;
                        overflow: hidden;
						margin: 0px;
*/
						
}
h2 {
		font: bold 12px/11px Verdana, Arial, Helvetica, sans-serif;
		display:inline-block;
		color: #ab2500;
		/*
                        text-decoration: none;
                        
                        outline: none;                      
                        text-transform: uppercase;
                        letter-spacing: 0;
                        z-index: 10;
                        display: block;                   
                        position: relative;
                        overflow: hidden;
						margin: 0px;
*/
}

h3 {
		font: 110%/120% "Lucida Grande";
                        text-decoration: none;
                        color: #5c5c5c;
                        outline: none;                      
                        letter-spacing: 0;
                        z-index: 10;
                        display: block;                   
                        position: relative;
                        overflow: hidden;
						margin: 0px;
						
}

h4 {
		font: 80%/120% "Lucida Grande";
                        text-decoration: none;
                        color: #5c5c5c;
                        outline: none;                      
                        letter-spacing: 0;
                        z-index: 10;
                        display: block;                   
                        position: relative;
                        overflow: hidden;
						margin: 0px;
						
}
h5 {
		font: 110%/120% "Lucida Grande";
                        text-decoration:none;
						font-weight:bold;
                        color: #5c5c5c;
                        outline: none;                      
                        letter-spacing: 0;
                        z-index: 10;
                        display: block;                   
                        position: relative;
                        overflow: hidden;
						margin: 0px;
}

.navMenu {
            position: relative;
            height: 29px;
            width: 565px;
            background-color: transparent;
            padding: 15px;
            margin: 10px 0;
            overflow: hidden;
            border: 0px;
        }
                .navMenu li {
                    float: left;
                    list-style: none;
                }
            
                    .navMenu li a {
                        font-size:.8em;
                        text-decoration: none;
                        color: #dece66;
                        outline: none;
                        text-align: center;
                        top: 7px;
                        text-transform: uppercase;
                        letter-spacing: 0;
                        z-index: 10;
                        display: block;
                        float: left;
                        height: 30px;
                        position: relative;
                        overflow: hidden;
                        margin: auto 10px;
                    }   
                        .navMenu li a:hover, .navMenu li a:active {
                            border: none;
							 border-bottom: 3px solid #ad1010;
                        }                
						
						  .navMenu li a:visited {
                        font-size:1em;
                        text-decoration: none;
                        color: #dece66;
                        outline: none;
                        text-align: center;
                        top: 7px;
                        text-transform: uppercase;
                        letter-spacing: 0;
                        z-index: 10;
                        display: block;
                        float: left;
                        height: 30px;
                        position: relative;
                        overflow: hidden;
                        margin: auto 10px;
							
                        }     
						
				

#header {
	background-color:transparent; /* Header Logo */
	width: 950px; 
}

#mainBody {
	background: #dece66; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#cccccc'); /* Gradient for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#333333), to(#ccc)); /* Gradient for webkit browsers */
	background: -moz-linear-gradient(top,  #333333,  #ccc); /* Gradient for firefox 3.6+ */ 
	width: 950px; 
	height: 100%;
	font: bold 100%/100% "Lucida Grande";
	color:#073008;
}

#subBody {
	background-color:transparent; /*Transparent will activate the round corners. */
	width: 950px; 
	height: 100%;
	color:#073008;
}

#subBodyBg {
	background-color:white; /*Transparent will activate the round corners. */
}
	
#footer {
	width: 950px; 
	font: 80%/80% "Lucida Grande";
	color:white;
}

img {
	border: none;
}

.tblBodyContent 
{
	width:950px; 
	background-color:White;
	padding: 10px 10px 10px 10px;
}
div.box {
margin:0 auto;
width:500px;
background:#f4f4f4;
position:relative;
border:1px solid #e1e1e1;
}

div.box h1 { 
color:#262626;
font-size:18px;
text-transform:uppercase;
padding:5px 0 5px 5px;
border-bottom:1px solid #e1e1e1;
border-top:1px solid #e1e1e1; 
}

div.box h3 { 
color:Red;
font-size:12px;
padding:5px 0 5px 20px;
border-bottom:1px solid #e1e1e1;
}

div.box label {
width:100%;
display: block;
background:#f4f4f4;
border-top:1px solid #e1e1e1;
border-bottom:1px solid #e1e1e1;
padding:10px 0 10px 0;
}

div.box label span {
display: block;
color:#262626;
font-size:12px;
float:left;
width:100px;
text-align:right;
padding:5px 20px 0 0;
}

div.box .input_text {
padding:10px 10px;
width:200px;
background:#c8c8c8;
border-bottom: 1px double #5a5857;
border-top: 1px double #5a5857;
border-left:1px double #5a5857;
border-right:1px double #5a5857;
}

div.box .select_text{
padding:5px 5px;
width:175px;
background:#262626;
border-bottom: 1px double #5a5857;
border-top: 1px double #5a5857;
border-left:1px double #5a5857;
border-right:1px double #5a5857;
}

div.box .message{
padding:7px 7px;
width:350px;
background:#c8c8c8;
border-bottom: 1px double #5a5857;
border-top: 1px double #5a5857;
border-left:1px double #5a5857;
border-right:1px double #5a5857;
overflow:hidden;
height:75px;
}

div.box .button
{
margin:0 0 10px 0;
padding:4px 7px;
background:#209700;
border:0px;
position: relative;
top:10px;
left:382px;
width:100px;
border-bottom: 1px double #5a5857;
border-top: 1px double #5a5857;
border-left:1px double #5a5857;
border-right:1px double #5a5857;
}