@charset "utf-8";
/* CSS Document */

body  {
	margin: 0;
	padding: 0;
	color: #000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}

h1,h2{
color:#2a8bcf;
}

h1 {
	font-size: 1.8em;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.3em;
}

#container { 
	width: 780px; 
	background: #FFFFFF;
	margin: 0 auto; 
	text-align: left; 

} 

#top {
	width:780px;
	height:280px;
background:#fff url(../../images/logo.jpg) no-repeat;
}

.space{float:right;
width:107px;
height:20px;}

.login{
float:right;
width:107px;
height:20px;
background:url(../../images/login.gif);
text-decoration:none;text-align:center;font-size:10px;color:#000000;
margin: 0;
padding:0;

}

.login:hover{
background:url(../../images/loginover.gif)
}
#header{
width:780px;
height:90px;
z-index:1000;
}


#new{
	width:60px;
	height:30px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 345px;
}


#header ul {
	margin: 0;
	list-style: none;
	padding-left:15px;
	z-index:300;
	float: left;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;

}

#header li {
	display: inline;
}

#header a {
	display: block;
	float: left;
	text-decoration: none;
	color:#000000;
	background:url(../../images/btn.gif);
	width:107px;
	height:32px;
	font-size:10px;
	text-align:center;
}

#header a:hover {
	text-decoration: underline;
	color: #000000;
	background:url(../../images/btnover.gif);
		font-size:11px;
}


#header a.actual {
	text-decoration: underline;
	color: #000000;
	background:url(../../images/btnover.gif);
		font-size:11px;
}


#box{
	height:155px;
	float:left;


}

#content{

width:780px;
height:auto;
margin-bottom:15px;
font-size:12px;
}

#content a{
color: #45a7e4;
text-decoration: underline;
}
#content a:hover{
color: #2a8bcf;
border-bottom: 1px dotted #2a8bcf;
text-decoration: none;

}

#leftcontent{
width:780px;
float:left;
height:auto;
}

#email{
border:3px #FF0000 dashed;
width:350px;
height:100px;
margin:0 auto;
padding:10px;
background:#F3F3F3;
}



#footer{
width:780px;
height:90px;
background:url(../../images/footer.jpg) no-repeat;
text-align:center;
padding-top:10px;
color:#FFFFFF;
font-size:11px;
float:left;
}

#footer a {
color: #FFFFFF;
text-decoration: underline;
}
#footer a:hover {
color: #FFFFFF;
border-bottom: 1px dotted #2a8bcf;
text-decoration: none;

}

#links{
background:#CCCCCC;
width:740px;
height:25px;
margin:0 auto;
text-align:center;
padding:5px;
font-size:0.8em;

}

.right{float:right;}

#impbox{
width:490px; height:auto; border:1px solid #ff0000; margin:0 auto; padding:5px;
}