body {
	margin: 0 auto;
	text-align: center;
	background-image: url(images/bg.jpg);
	background-repeat:repeat-x;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #404040;
	background-color:#3a3a3a;
}
img {
	border: none;
}
a {
	text-decoration: none;
	color:#106baa;
	text-decoration:underline;
}

a:hover
{
text-decoration:none;
}

p {
	padding: 0;
	margin: 0;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #404040;
}
div.main {
	clear: both;
	margin: 0px auto; 
	width: 923px;
	line-height: 18px;
	text-align: left;

}
div.row {
	clear: both;

}
div.cell {
	display: table-cell;
	float: left;
}
div.main-bg {
	clear: both;
	

	background-image: url(images/main-bg.png);
	background-repeat: repeat-y;	
	/*filter: none !important;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/main-bg.png', sizingMethod='scale');*/
	display: table;
	width: 923px;
	
}
#menu {
	list-style: none;
	margin: 0;
	margin-left: 46px;
	padding: 0;
}
#menu li {
	float: left;	
	width: 100px;
	height: 41px;
	line-height: 31px;
	text-align: center;	
	font-size: 10px;
}
#menu li a {
	color: white;
	display: block;
	height: 41px;
	background-image: url(images/navbg.jpg);
	background-repeat: no-repeat;
}
#menu li a:hover,
#menu li a.on {
	background-image: url(images/navbg-on.jpg);
}

#menu li.practice{
	float: left;	
	width: 250px;
	height: 41px;
	line-height: 31px;
	text-align: center;	
	font-size: 9px;
}
#menu li.practice a{
	color: white;
	display: block;
	height: 41px;
	background-image:url(images/navbg_practice.jpg);
	background-repeat: no-repeat;
}
#menu li.practice a:hover,
#menu li.practice a.on {
	background-image: url(images/navbg-on-practice.jpg);
}
h1 {
	margin: 0;
	padding: 0;
	float: left;
}
div.lang {
	float: left;
	margin-top:25px;
	margin-left:220px;

	font-size: 12px;

}

div.icon{
	float: left;
	font-size: 12px;
	margin-top:5px;

}
div.lang a {
	color: #004676;
	background-image: url(images/flag.jpg);
	background-repeat: no-repeat;
	padding-left: 25px;
	display: block;
	line-height: 18px;
}
div.lang a:hover {
	text-decoration: none;
}
div.content {
	clear: both;
	width: 824px;
	margin-left: 45px;
	padding-bottom: 20px;
	text-align:justify;
}
div.content h2 {
	color: #404040;
	font-weight: normal;
	font-size: 19px;
	line-height: 25px;
	margin:0;
	padding:0 0 8px 0;
}
div.content span {
	color: #106baa;
}
div.greybox {
	clear: both;
	margin-left: 38px;
}
div.greybox-bg {
	width: 831px;
	background-color: #f0f0f0;
	display: table;
	float:left;
}
div.greybox-col01 {
	float: left;
	padding-left: 10px;
	width: 190px;
}
div.greybox-col02 {
	float: left;
	padding-left: 15px;
	width: 185px;
}
div.greybox-col03 {
	float: left;
	padding-left: 15px;
	width: 185px;
}
div.greybox-col04 {
	float: left;
	padding-left: 10px;
	width: 190px;
}
div.greybox-col01 h3,
div.greybox-col02 h3,
div.greybox-col03 h3,
div.greybox-col04 h3 {
	color: #004676;
	font-size: 15px;
	font-weight: bold;
	background-image: url(images/greybox-bullet.jpg);
	background-repeat: no-repeat;
	padding-left: 25px;
}
div.greybox-col01 p,
div.greybox-col02 p,
div.greybox-col03 p,
div.greybox-col04 p {
	font-size: 11px;
	line-height: 19px;
}
div.greybox-col03 strong {
	display: block;
}
div.greybox-col03 a {
	color: #ff9000;
	text-decoration: underline;
	font-weight: bold;
	display: block;
	font-style: italic;
}
div.greybox-col01 span,
div.greybox-col02 span {
	color: #106baa;
}
div.signup {
	clear: both;
	background-image: url(images/signup-box-bg.jpg);
	background-repeat: no-repeat;
	width: 831px;
	height: 49px;
	margin-left: 38px;
	position: relative;
	
	}
#signup {
	position: absolute;
	top: 32px;
	left: 11px;
	margin: 0;
	padding: 0;
}
#signup label {
	color: white;
	font-weight: bold;
	float: left;
	width: 480px;
	font-size: 15px;
	line-height: 22px;
}
#signup input {
	float: left;
	background-image: url(images/signup-input-bg.gif);
	background-repeat: no-repeat;
	width: 110px;
	padding: 5px 3px 4px 3px;
	border: none;
	font-size: 10px;
	color: #5a5a5a;
	margin-right: 9px;
}
#signup input[type=submit] {
	background-image: url(images/signup-input-btn.gif);
	background-repeat: no-repeat;
	width: 68px;
	height: 22px;
	cursor: pointer;
}
div.copy {
	clear: both;
	color: white;
	font-size: 11px;
	padding-left: 46px;
	padding-bottom: 10px;
	padding-top: 15px;
}

.footer
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}

.footer a
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}

.footer a:hover
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: underline;
}

.seprator
{
margin-left:8px;
margin-right:8px;
}



.link{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0033FF;

}
.link a{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0033FF;

}


div.sitemap
{
float: left;
	margin-left: 20px;
	font-size: 10px;
	padding-top: 25px;
	/*background:url(images/icon_phone.gif) no-repeat;
	background-position:0px 10px;
	padding-left:30px;*/

}


div.sitemap a {
	color: #004676;
	display: block;
	line-height: 18px;
}
div.sitemap a:hover {
	text-decoration: none;
}



.bottom{

font-family:Verdana, Arial, Helvetica, sans-serif;
color:#FFFFFF;
font-size:14px;
font-weight:bold;
}

.input{
width:110px; height:14px; line-height:14px; border:0px; margin-left:2px;
font-family:Arial, Helvetica, sans-serif;
color: #999999;
font-size:12px;
}





.input_bg{
background-image:url(images/signup-input-bg.gif);
height:22px;
background-repeat:no-repeat;
width:116px;
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color:#999999;
}



div.content ul{
list-style:none;
line-height:normal;
margin:0;
padding:0;

}

div.content li{
list-style:none;
line-height:normal;
background-image:url(images/icon.gif);
background-position:0 5px;
background-repeat:no-repeat;
padding:0 0 8px 10px;
}

.text_box
{
width:200px;
color:#7f7f7f;
}

h3
{
margin:0;
padding:0 0 8px 0;
color: #004676;
font-size: 15px;
font-weight: bold;
}

.copyright
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color:#7f7f7f;
	text-decoration: none;
	text-align:center;
}

div.footer-bg {
	clear: both;
	

	background-image: url(images/footer_bg.gif);
	background-repeat: repeat-y;	
	/*filter: none !important;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/main-bg.png', sizingMethod='scale');*/
	width: 923px;
	
}

h4
{
margin:0;
padding:0 0 8px 0;
color: #004676;
font-size: 13px;
font-weight: bold;
}