body {
font: 12px/21px Trebuchet MS, Arial, Helvetica, sans-serif ;
margin: 6px 0;
text-align: left;
background-color:#040006;
color: #b0adb0;
}

a {
color: #4253a4;
text-decoration: underline;
}

a:hover {
text-decoration: none;
}

h1 {
color: #fff;
font-size: 18px;
}

h2 {
font-size: 15px;
}

.wrapper {
background: url(images/bg.jpg) top left no-repeat;
width: 800px;
margin: 0px auto;
border: #4253a4 1px solid;
}

.logo { 
margin: 20px;
width:184px;
height:110px;
float: left;
}

.nav {
text-align: center;
height:55px;
color: #fff;
clear: both;
background-image: url(images/nav.png);
padding-top: 10px;
}

.nav ul {
list-style: none;
display: block;
padding-left: 0px;
}

.nav li {
display: inline;
}

.nav ul li a {
padding: 25px 25px 24px 25px;
margin: 0;
font-size: 13px;
color: #fff;
text-decoration: none;
}

.nav ul li a:hover {
background-image: url(images/active.png);
}

.nav ul li.current {
background-image: url(images/active.png);
padding: 26px 0 24px 0;
}

.nav ul li.current a:hover{
background-image: none;
}

.content {
width: 770px;
margin: 20px 10px 0 20px;
clear:both;
height: auto;
min-height: 600px;
}

.footer {
text-align: center;
font-size: 10px;
clear:both;
width: 800px;
color: #4253a4;
text-transform:capitalize;
margin: 25px 0 6px 0;
}

.footer a {
text-decoration: none;
}

.footer a:hover {
text-decoration: underline;
}


#f1_upload_form{
   height:20px;
   border: 2px solid #333333;
   background-color: #EEEEEE;
   color: #333333;
   padding: 10px;
   font-weight: bold;
}

#f1_error{
   font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
   font-weight:bold;
   color:#FF0000;
}

#f1_ok{
   font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
   font-weight:bold;
   color:#00FF00;

}

#f1_upload_form {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
}

#f1_upload_process{
   z-index:100;
   visibility:hidden;
   position:absolute;
   text-align:center;
   width:100%;
	padding: 10px 0px; 
   bottom: 0px;
   border: 2px solid #333333;
   background-color: #EEEEEE;
   color: #333333;
}