@charset "utf-8";
html{
	overflow:hidden;}

body {
	font-family:verdana;
	background: url(../images/bg.jpg)  top center no-repeat;
	margin:0 auto;
	scrollbar-face-color:  #7FA343;
	scrollbar-highlight-color: #7FA343;
	scrollbar-shadow-color: #7FA343;
	scrollbar-3dlight-color: #7FA343;
	scrollbar-arrow-color: #fff;
	scrollbar-track-color:  #DBFFD5;
	scrollbar-darkshadow-color: #7FA343;}
		
	#container{
		width:1000px;
		height:555px;
		background:url(../images/container.png) no-repeat;
		margin:0 auto;
		}
		
		#header{
			float:left;
			background:url(../images/header.png) no-repeat; 
			width:100%;
			height:105px;
			}
			
		#nav{
			float:left;
			width:130px;
			height:310px;
			}
				
			#nav ul{
				cellspacing:0px;
				padding-left:10px;
				margin-left:10px;
				color:#FFF;
				width:120px;
				text-align:center;
				list-style-type: none;}
			
			#nav li{
				text-align:left;
				height:20px;}
				
			#nav a{
				color: #036;
				font:verdana;
				font-size:11px;
				text-decoration:none;}
			
			#nav a:hover{
				color: #660;
				text-decoration:underline;}				
				
			#content{
				float:left;
				width:800px;
				height:440px;
				padding-left:50px;
				padding-right:20px;
				line-height:20px;
				text-align: justify;
				overflow: auto;
				overflow-x: hidden;
				font-size:12px;}
				
							
			#footer{
				width: 1000px;
				margin:0 auto;
				height:30px;
				margin-top:30px;
				background:url(../images/footer.png) no-repeat;
				text-align:center;
				color: #000;
				font-weight:bold;
				font-size:11px;
				vertical-align:bottom;}
				
				#footer a{
					color:#F90;
					font-size:11px;
					font-weight:bold;
					text-decoration:none;}

			
			.clear {
					clear: both;}
img {
	border: 1px solid #939108;
	}
/* Those styles are required in every website!! */

h1 {
	font-size: 14pt;
	color:#948D01;
	text-align: left;
	font-weight:bold;}
	
h2 {
	color:#948D01;
	font-size: 12pt;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align:left;
	font-weight:bold;}

td.tab_active {
    border-top-style: solid;
    border-bottom-style: none;
    border-left-style: solid;
    border-right-style: solid;
    text-align:center;
}
td.tab_inactive {
    border-bottom-style: solid;
    text-align:center;
}
input {
    font-size : 11px;
    font-family : Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
}
span.error {
    font-size : 11px;
    font-family : Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    color:red;
}

