/* CSS Document */
body{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#666;
background:#fff;
margin:0px;
}
a{
color:red;
font-weight:bold;
text-decoration:none;
}

a:hover{
color:#ff6600;
}


#container{
width:758px;
border:1px solid #666;
border-top:none;
/*border-bottom:none;*/
text-align:justify;
margin-bottom:20px;
}
#logo{
height:60px;
background:url(../../graphics/iteam_logo.gif);
background-repeat:no-repeat;
}

#header{
border-top:1px solid #666;
height:175px;
background-image:url(../../graphics/iteam_header.jpg);
}

#topMenu{
text-align:right;
background:#333;
color:#ff6600;
/*font-weight:bold;*/
height:18px;
line-height:18px;
text-align:right;
}

#content{
padding:25px;
}
#leftColumn{
float:left;
width:140px;
}
#centerColumn{
margin-left:20px;
float:left;
width:380px;
}

#centerColumnBig{
float:right;
width:545px;
}

#rightColumn{
float:right;
width:140px;
}

#footer{
}

/*-------topMenu------------------------*/
#topMenu a:link, a:vsited, a:active{
color:#ff6600;
font-weight:bold;
}

#topMenu a:hover{
color:#fff;
font-weight:bold;
}

/*-------leftMenu------------------------*/

a.nav, a.nav:link, a.nav:visited {
	font-weight:normal;
	display:block;
	text-align:left;
	padding:3px 3px 3px 16px;
	text-decoration:none;
	vertical-align:bottom;
	font-family:verdana, arial, sans-serif;
	font-size:11px;
	color:#ff6600;
	line-height:27px;
	overflow:hidden;
	height:27px;
	width:140px;
	voice-family: "\"}\"";
	voice-family:inherit;
	height:21px;
	width:121px;
	background-image:url(../../graphics/bg.gif);
	/*background-position: top;*/
	}
	html>body a.nav{
	height:27px; /*opera 5*/
	width:140px;
	} 
	
	
	

a.nav:hover {
color:#000; 
background-image:url(../../graphics/bg_over.gif);
/*background-position:top;*/
}

a.nav:active {
color:#000; 
background-image:url(../../graphics/bg_over.gif);
}
/*------------text formatting----------------------*/

.title{
	color:#aaa;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	margin-bottom:10px;
	font-weight:bold;
	letter-spacing: -0.1em;
	text-transform:uppercase;
}

.subTitle{
letter-spacing: -0.1em;
color:#aaa;
font-size:10px;
text-transform:uppercase;
margin-bottom:2px;
font-weight:bold;
}

.bold{
font-weight:bold;
color:black;
}

.italic{
font-style:italic;
}

.white{
color:#fff;
}

/*---------form elements--------------*/
.textField{
font-size:10px;
font-family:Verdana, Arial, Helvetica, sans-serif;
}