html{
	overflow:auto;
	overflow-x:hidden;	
	scrollbar-face-color:#9872E3;
	scrollbar-highlight-color: #5A0AAF;
	scrollbar-shadow-color:#5A0AAF ;
	scrollbar-3dlight-color: #5A0AAF;
	scrollbar-arrow-color: #FFF;
	scrollbar-track-color: #5A0AAF;
	scrollbar-darkshadow-color:#5A0AAF;}

body {
    font-size: 11px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	margin:0 auto;
	background: url(../images/bg.jpg) #290076 center top no-repeat;}

#container{
	margin:0 auto;
	width:1002px;}
	
#header{
	float:left;
	width:100%;
	height:138px;
	background:url(../images/header.png) center top no-repeat;}
	
	.pics {
		float:left;
    width:1000px;
	height:131px;
    padding: 0;  
    margin:  0;  
} 
 
.pics img {  
    width:  1000px; 
    height: 131px; 
    top:  0; 
    left: 0; 
} 

#wrapper{
	float:left;
	width:1002px;
	height: auto;
	background:url(../images/content.png) center repeat-y;}

#nav{
	float:left;
	width:150px;
	height:400px;
	padding-left:4px;
	padding-top:10px;}
	
	ul.menu {
		padding:0px;
		margin:0px;
		list-style:none;}
	
	li.menuitem {
		list-style:none;}
	
	a.menulink{
		display:block;
		width:140px;
		font-size:10px;
		padding-left:5px;
		color: #FFF;
		line-height:25px;
		text-decoration:none;}
	
	a.menulink:hover{
		display:block;
		color: #FFF;
		background:#663399;}

	
#content{
	float:left;
	width:804px;
	height: auto;
	font-size:14px;
	line-height:20px;
	overflow:hidden;
	margin-top:10px;
	padding-left:20px;
	padding-right:20px;
	color:#FFF;
	text-align:justify;}
	
	#content a{
		color:#FFF;
		font-size:12px;
		text-decoration:none;}

#footer{
	float:left;
	height:35px;
	width:100%;
	margin:0 auto;
	color:#FFF;
	font-size:11px;
	text-align:center;
	line-height:43px;
	background:url(../images/footer.png) center bottom no-repeat;}
	
	#footer a{
		color:#F90;
		font-weight:bold;
		text-decoration:none;}
		
/* Those styles are required in every website!! */

td{
	padding:10px;}

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;
}

h1{
	font:Verdana, Geneva, sans-serif;
	text-align:left;
	font-size:24px;
	color:   #96C;}
	
h2{
	font:Verdana, Geneva, sans-serif;
	text-align:left;
	font-size:15px;
	color: #C9F;}
h3{
	font:Verdana, Geneva, sans-serif;
	text-align:center;
	font-size:14px;
	color: #FFF;}
	

input {
    font-size: 20px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
}



