body {
	text-align:center;
	font:12px arial;
	line-height:16px;
	background:url("/images/site/global_back.jpg") fixed top center;	
}
a{
	color:#3a66dd;
	text-decoration:none;
}
a:hover{
	color:#E67817;
	text-decoration:underline;
}
div#global_cont{
	width:930px;
	border:1px bolid blue;
	text-align:left;
	margin:0 auto;
	background:#FFFFFF;
	overflow:hidden;
}

div#top_logo_cont{
	margin:15px;
}

div#top_langs_cont{
	padding:15px;
	float:right;
}
div#top_langs_cont a{
	background:#1A7C53;
	padding:5 10 5 10px;
	text-decoration:none;
	color:#FFFFFF;
	font:bold 12px arial;
}
div#top_langs_cont a:hover{
	background:#E67817;
	padding:5 10 5 10px;
	text-decoration:none;
	color:#FFFFFF;
	font:bold 12px arial;
}

div#main_menu_cont{
	margin:0 15 10 15px;
	height:41px;
	background:url("/images/new/top_menu_back.jpg");
}

div#top_home_cont{
	width:30px;
	float:left;
	padding-top:9px;
	padding-left:12px;
}


div#page_body{
	margin:0 15 15 15px;
	overflow:hidden;
	width:640px;
	float:left;
}

div#left_side_window{
	width:638px;
	background:#F5FBF9;
	border:1px solid #EBE29D;
	margin-bottom:15px;
	float:left;
}
div#left_side_window h1{
	margin:0;
	padding:0px;
	background:url("/images/site/header_back.png") repeat-x;
	height:34px;
}
div#left_side_window h1 div{
	text-transform:uppercase;
	font:18px arial;
	color:#077820;
	padding:5px;
	float:left;
}
div#left_side_window_inside h2{
	font:bold 18px arial;
	color:#627DA8;
}
div#left_side_window_inside{
	padding:10px;
}
div#left_side_window_inside ul{
	list-style-image:url("/images/site/arrow.png");
	padding-bottom:5px;
}
div#left_side_window_inside ul li{
	padding-bottom:5px;
}

div#right_side{
	width:245px;
	float:left;
}

div#right_side_window{
	width:243px;
	background:#ECF3FD;
	border:1px solid #EBE29D;
	margin-bottom:15px;
}
div#right_side_window h1#title{
	margin:0;
	padding:0px;
	background:url("/images/site/header_back.png") repeat-x;
	height:34px;
}
div#right_side_window_inside{
	padding:10px;
}
div#right_side_window_inside ul{
	list-style-image:url("/images/site/arrow.png");
	padding-bottom:5px;
}

div#bottom_side{
	border-top:2px solid #F9DA27;
	padding:15px;
	width:930px;
	float:left;
	margin-top:15px;
	background:#C8D6E1;
	text-align:center;
}

div#screen_cont{
	width:640px;
	height:320px;
	float:left;
}
div#screen_desc{
	margin-top:230px;
	background:url("/images/site/screen_desc_back.png") repeat;
}
div#screen_desc h1{
	font:24px arial;
	padding:10px;
	color:#0A4408;
}

hr#divider{
	border: none 0;
	border-top: 1px dashed #EBE29D;/*the border*/
	width: 100%;
	height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
}

table#files_list{
	border:1px solid #D3DDE6;
	border-collapse:collapse;
}
table#files_list th{
	font:bold 12px arial;
	border:1px solid #D3DDE6;
	padding:5px;
	color:#491D40;
}
table#files_list td{
	font:12px arial;
	border:1px solid #D3DDE6;
	padding:5px;
}
table#files_list tr td h1{
	font:bold 14px arial; 
	color:#3a66dd;
}
