body
{
	margin:0px;
	padding:0px;
	background:url(../images/ombg1.jpg);
	opacity:0.9px;
	font-family:calibri;
	font-size:14px;
}

.headerbg
{
	background:url(../images/topbg.jpg);
	background-repeat:no-repeat;
	height:294px;
	width:1000px;
}

.nav a
{
	text-transform:uppercase;
	text-decoration:none;
	color:#ffffff;
	font-size:12px;
	font-weight:bold;
	font-family:arial;
	padding:20px;
	line-height:20px;
}

.nav a:hover
{
	text-transform:uppercase;
	text-decoration:none;
	color:#c07002;
	font-size:12px;
	font-weight:bold;
	font-family:arial;
	background:#fee1b1;
	padding:05px 20px 05px 20px;
	line-height:20px;
}

.midbg
{
	background:url(../images/midbg.jpg);
	height:267px;
	background-repeat:no-repeat;
	background-color:#e78506;
}

.midtext
{
	font-family:calibri;
	font-size:14px;
	color:#FFF;
	padding-left:25px;
	padding-right:25px;
	line-height:20px;
	text-align:justify;
}

.midtext2
{
	font-family:calibri;
	font-size:14px;
	color:#FFF;
	padding-left:45px;
	padding-right:45px;
	padding-top:10px;
	padding-bottom:20px;
	line-height:20px;
	text-align:justify;
}

.footerbg
{
	background-color:#993e04;
	width:100%
}

.footernav a
{
	text-transform:uppercase;
	text-decoration:none;
	color:#ffffff;
	font-size:11px;
	font-weight:bold;
	font-family:arial;
	padding:10px;
	line-height:20px;
	text-decoration:none;
}

.footernav a:hover
{
	text-transform:uppercase;
	text-decoration:none;
	color:#ffffff;
	font-size:11px;
		font-weight:bold;
	font-family:arial;
	padding:10px;
	line-height:20px;
	text-decoration:underline;
}

.copyright
{
	font-family:calibri;
	font-size:12px;
	padding:20px;
	color:#FC6;
}


.greentop-left {
	background:url(../images/greenbgrndtopleft.png);
	background-repeat:no-repeat;
	width:16px;
	height:29px;
}

.greentop-right {
	background:url(../images/greenbgrndtopright.png);
	background-repeat:no-repeat;
	width:16px;
	height:29px;
}

.greenbottom-left {
	background:url(../images/greenbgrndlwleft.png);
	background-repeat:no-repeat;
	width:16px;
	height:15px
}

.greenbottom-right {
	background:url(../images/greenbgrndlwright.png);
	background-repeat:no-repeat;
	width:16px;
	height:15px
}

.greentopbg
{
	background-image:url(../images/greenbgrndtopmid.png);
	background-repeat:repeat-x;
	height:15px;
}

#greenbgtext
{
	font-family:calibri;
	font-size:14px;
	color:#FFF;
	padding-left:10px;
	font-weight:bold;
}

.greenleftbg
{
	background-image:url(../images/greenbgrndleftmid.png);
	background-repeat:repeat-y;
	width:15px;
}

.greenrightbg
{
	background-image:url(../images/greenbgrndrightmid.png);
	background-repeat:repeat-y;
	width:15px;
}

.greenbtmbg
{
	background-image:url(../images/greenbgrndlwbtm.png);
	background-repeat:repeat-x;
	height:15px;
}

.headtext
{
	font-family:calibri;
	font-size:35px;
	color:#fce83f;
	padding-left:50px;
	line-height:30px;
	padding-top:15px;
}


.bordered {
    border: solid #f3e224 1px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 1px #ccc; 
    -moz-box-shadow: 0 1px 1px #ccc; 
    box-shadow: 0 1px 1px #ccc;         
}

.bordered tr:hover {
    background: #c9650c;
    -o-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out; 
	color:#000;
}    
    
.bordered td, .bordered th {
    border-left: 1px solid #f3e224;
    border-top: 1px solid #f3e224;
    padding: 10px;
    text-align: left;
	color:#fff;
	font-size:14px;
	
}

.bordered th {
    background-color: #ffe5bd;
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset; 
    -moz-box-shadow:0 1px 0 rgba(255,255,255,.8) inset;  
    box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;        
    border-top: none;
    text-shadow: 0 1px 0 rgba(255,255,255,.5); 
	color:#000;
}

.bordered td:first-child, .bordered th:first-child {
    border-left: none;
}

.bordered th:first-child {
    -moz-border-radius: 6px 0 0 0;
    -webkit-border-radius: 6px 0 0 0;
    border-radius: 6px 0 0 0;
}

.bordered th:last-child {
    -moz-border-radius: 0 6px 0 0;
    -webkit-border-radius: 0 6px 0 0;
    border-radius: 0 6px 0 0;
}

.bordered th:only-child{
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
}

.bordered tr:last-child td:first-child {
    -moz-border-radius: 0 0 0 6px;
    -webkit-border-radius: 0 0 0 6px;
    border-radius: 0 0 0 6px;
}

.bordered tr:last-child td:last-child {
    -moz-border-radius: 0 0 6px 0;
    -webkit-border-radius: 0 0 6px 0;
    border-radius: 0 0 6px 0;
}

.more a
{
	font-family:calibri;
	font-size:13px;
	font-weight:bold;
	color:#FFF;
	text-decoration:none;
	float:right;
	padding-right:10px;
}

.more a:hover
{
	font-family:calibri;
	font-size:13px;
	font-weight:bold;
	color:#FFF;
	float:right;
	text-decoration:underline;
	padding-right:10px;
}

.boldtext
{
	font-weight:bold;
}

.imgbrd {
    border: 1px solid #c8a608;
    padding: 5px;
    width: 200px;
    background-color: #ffc74e;
    }

