body {
	width:100%;
	background-color: #f0f0f0;
	font-size:20px;
	color:#FFF;
}

td {
	font: normal 11px Tahoma, Arial;
	color: #ccc;
}

h1, h2, h3, h4, h5 {
    color: #3d3d3d;
}

h1 {
    font-size: 20px;
	text-decoration:none;
	text-align:center;
}

h2 {
    font-size: 14px;
	color:#666;
	
}

h3 {
    font-size: 14px;
}

.footer a{
	color:#666;
}

.footer a:hover{
	color:#f76d14;
}

a {
font: normal 12px Tahoma, Arial;
color: #9e9e9e;
text-decoration: underline;
}


a:hover {
font: normal 12px Tahoma, Arial;
color: #f76d14;
text-decoration: none;
}


.content{
	color:#666;
}


.p{
	line-height:15px;
}


.container {width: 0px auto; padding-top:30px;  }
ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px;
	border-bottom: 1px solid #999;
	
	border-left: 1px solid #999;
	width: 100%;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0px;
	height: 31px;
	line-height:31px;
	border: 1px solid #999;
	border-left: none;
	margin-bottom: -1px;
	background: #f76d14;
	overflow: hidden;
	position: relative;
}
ul.tabs li a {
	text-decoration: none;
	color: #666;
	display: block;
	font-size: 1.2em;
	padding: 5px 20px;
	
	outline: none;
}
ul.tabs li a:hover {
	
	color:#fff;
}	
html ul.tabs li.active, html ul.tabs li.active a:hover  {
	background: #f7dac7 ;
	border-bottom: 1px solid #f7dac7;
	
}
.tab_container {
	border: 1px solid #999;
	border-top: none;
	clear: both;
	float: left; 
	width: 100%;
	background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#f8f1ec), to(#fff)); 
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}

.tab_content {
	padding: 15px;
	font-size: 1.2em;
}

.tab_content img {
	float: left;
	margin: 0 20px 20px 0;
	border: 1px solid #ddd;
	padding: 0px;
}

	
nav {
	width:100% auto;
	text-align: center;
	height:40px;
	padding-top:0px;
	color:#d6d6d6;
	font-size:20px;
}

nav ul ul {
	display: none;
	
}

nav ul li:hover > ul {
		display: block;
}


nav ul {
	margin-top:1px;
	list-style: none;
	position: relative;
	display: inline-table;
	padding-right: 20px;
	padding-left: 20px;
}


nav ul li {
	float: left;
	color:#f00;
}

				
nav ul li a:hover{
	color: red;
	font-size:14px;
	display: block; 
    font-family:'Trajan Pro'; font-weight:bold;

}
		
nav ul li a {
	display: block; 
	padding:10px 40px;
	color: #f00; text-decoration: none;
	    font-family:'Trajan Pro'; font-weight:bold;

	font-size:14px;
}

.side-link1 {
	FONT-SIZE: 15px;
	COLOR: #fff;
	     font-family:'Trajan Pro'; font-weight:bold;

	text-align: justify;
	line-height: 18px;
	font-weight: bold;
	padding: 0px;
	padding-top: 9px;
	padding-bottom: 9px;
	padding-left: 8px;
	padding-right: 6px;	
}

td {
    font-family:'Trajan Pro';
    font-size:11px;
    color:#4e4d4d;
    text-transform:capitalize;

}


input[type=text]  {
 border-color: #d9d9d9;
 -webkit-border-radius:5px;
 
 color:#3d3d3d;
 background:#dddddd;
 margin-right:10px;
 -webkit-border-radius:5px;
 border-radius:5px;
 padding:5px;
}

textarea {

 -webkit-border-radius:5px;

 color:#3d3d3d;
 background:#dddddd ;
 margin-right:10px;
 -webkit-border-radius:5px;
 border:2px inset  #d9d9d9;
 border-radius:5px;
 height:150px; width:30px;
 padding:5px;

}

select {
-webkit-border-radius:5px;

 color:#3d3d3d;
 background:#dddddd;
 margin-right:10px;
 -webkit-border-radius:5px;
  border:2px inset  #d9d9d9;
 border-radius:5px;
 padding:5px;


}
.pass {
-webkit-border-radius:5px;

 color:#3d3d3d;
 background:#dddddd;
 margin-right:10px;
 -webkit-border-radius:5px;
  border:2px inset  #d9d9d9;
 border-radius:5px;
 padding:5px;
}

.loginbg {
 -webkit-border-radius:10px;
 color:#3d3d3d;
 background:#dddddd;
 margin-right:10px;
 -webkit-border-radius:10px;
 border:1px solid #dddddd;
 border-radius:10px;
 padding:5px;
 background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#efefef), to(#eeeeee));
}

th {
    font-family:'Trajan Pro';
    font-size:16px;
    color:#4e4d4d;
    text-transform:capitalize;
    background:#deac32;
}

#footer {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: auto;
	width: 1500px;
	background-color: #CCC;
	color: #5A5C61;
	text-align: center;
	font-size: 14px;
	line-height: 18px;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
}
