body {
	font-family:helvetica;
	font-size:12px;
	color:#494E4C;
background-image:url(/gfx/bg_body.jpg);
background-repeat:repeat-x;
background-color:#E1D5EB;
}
p{
	font-size:12px;
	color:#494E4C;
}

#scroll_home {
height: 300px;
overflow:auto;
}

#scroll_news {
height: 281px;
overflow:auto;
width:400px;
float:left;

}
.press {
width:180px;
}

.press th{
text-align:center;
padding:5px;
border-bottom: 1px solid #A5A9AB;
color:#6E5F83;
font-weight:bold;
font-size:16px;
}

.press td {
text-align:center;
padding:20px;
border-bottom: 1px solid #A5A9AB;
}
.press td  a{
color:#494E4C;
font-size:16px;
text-decoration:none;
font-weight:bold;
letter-spacing:5px;
}

#press_list_container {
float:left;
width:450px;
margin:-20px;

}

.press_details {
width:450px;
}

.press_details th{
text-align:left;
padding:20px 5px 20px 20px;
border-bottom: 1px solid #A5A9AB;
color:#6E5F83;
font-weight:bold;
font-size:16px;
}

td {
	font-size:14px;
	color:#494E4C;
		font-family:helvetica;
}

.press_details_content {
padding:5px 5px 5px 20px;

}

.press_list {
width:450px;
}

.press_list th{
text-align:left;
padding:20px 5px 20px 20px;
border-bottom: 1px solid #A5A9AB;
color:#6E5F83;
font-weight:bold;
font-size:16px;
}

.press_list td {
text-align:left;
padding:5px 5px 5px 20px;
border-bottom: 1px solid #A5A9AB;
}

.press_list td  a{
color:#494E4C;
font-size:16px;

text-decoration:none;
}


h1 {
	font-size:24px;
	color:#6E5F83;
	margin-bottom:20px;
}

#languages {
float:right;
width:65px; 
height:25px; 

}

#years {
width:180px;
float:right;
border-left: 1px solid #A5A9AB;
height:355px;
margin-top:-20px;
margin-right:-20px;

}
.join_email {
background-image:url(/gfx/join.gif);
  border:0px; 
  color:#CC9933; 
  height:20px; 
  background-repeat:no-repeat;
  width:50px;

}

.join_input{
width:134px; 
background-image:url(/gfx/bg_textbox.gif); 
border:0px; 
height:20px; 
}
#menu2 {
    width:400px;
    height:20px;
    float:left;
}
#menu2 ul  {
display:inline;
float:right;

}

#menu2  li {
float:left;
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
list-style:none;
/*font-variant:small-caps;*/
text-transform:capitalize;
margin: 14px 10px 0px 6px;
padding: 0px 0px 0px 0px;
}

#menu2 li a{
text-decoration:none;
color:#fff;
}

#menu2 li a:hover{
text-decoration:none;
color:#fff;
}

#container {
	width:960px;
	height:768px;
	margin-left:auto;
	margin-right:auto;
	background-image:url('/gfx/bg.jpg');
	background-repeat:no-repeat;
}

#container_default {
	width:960px;
	height:768px;
	margin-left:auto;
	margin-right:auto;
	background-image:url('/gfx/bg2.jpg');
	background-repeat:no-repeat;
}

#header {
	width:960px;
	height:153px;
}

#menu {
	width:960px;
	height:45px;
	padding-top:15px;
}

#content_left {
	width:590px;
	height:315px;
	float:left;
	padding:20px;
	line-height:20px;
}


#content_right {
	width:330px;
	height:454px;
	float:right;
}

#content_right .content_right_title {
	width:310px;
	height:33px;
	color:#fff;
	padding:15px 0 0 20px;
}

#content_right .content_right_label {
	width:330px;
	height:47px;
	padding-top:35px;
}

#content_right .content_right_label  a{
	Margin:20px;
	color:#8A777D;
}
a.jScrollArrowUp {
	background: url(../gfx/basic_arrow_up.gif) no-repeat 0 0;
}
a.jScrollArrowUp:hover {
	background-position: 0 -15px;
}
a.jScrollArrowDown {
	background: url(../gfx/basic_arrow_down.gif) no-repeat 0 0;
}
a.jScrollArrowDown:hover {
	background-position: 0 -15px;
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	background-position: 0 -30px;
}